summaryrefslogtreecommitdiff
path: root/audio/SDL-arts
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-07-26 21:42:50 +0000
committerjmmv <jmmv@pkgsrc.org>2003-07-26 21:42:50 +0000
commit16e26d0a0db9c56f157628fa55a67ce10af21ef5 (patch)
treed81bb21f249f150109fec78d205976f971bb75ac /audio/SDL-arts
parent30925b26c75837bc2c22649e90e9403172bf7a86 (diff)
downloadpkgsrc-16e26d0a0db9c56f157628fa55a67ce10af21ef5.tar.gz
Initial import of SDL-arts, version 1.2.5:
SDL-arts is a plugin for the SDL library that allows it to output sound using the aRts sound daemon (mainly used by the KDE desktop).
Diffstat (limited to 'audio/SDL-arts')
-rw-r--r--audio/SDL-arts/DESCR2
-rw-r--r--audio/SDL-arts/MESSAGE13
-rw-r--r--audio/SDL-arts/Makefile23
-rw-r--r--audio/SDL-arts/PLIST5
4 files changed, 43 insertions, 0 deletions
diff --git a/audio/SDL-arts/DESCR b/audio/SDL-arts/DESCR
new file mode 100644
index 00000000000..141ec51863a
--- /dev/null
+++ b/audio/SDL-arts/DESCR
@@ -0,0 +1,2 @@
+SDL-arts is a plugin for the SDL library that allows it to output sound
+using the aRts sound daemon (mainly used by the KDE desktop).
diff --git a/audio/SDL-arts/MESSAGE b/audio/SDL-arts/MESSAGE
new file mode 100644
index 00000000000..485be125511
--- /dev/null
+++ b/audio/SDL-arts/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2003/07/26 21:42:50 jmmv Exp $
+
+In order to make sure that SDL uses the aRts daemon to output sound, you
+must set the environmental variable SDL_AUDIO_PLUGIN to `arts'. This can
+be done with the following command:
+
+ export SDL_AUDIO_PLUGIN="arts"
+
+WARNING: Loadable audio plugins are a pkgsrc extension and will not work if
+you use an SDL library coming from anywhere else.
+
+===========================================================================
diff --git a/audio/SDL-arts/Makefile b/audio/SDL-arts/Makefile
new file mode 100644
index 00000000000..1585d83298b
--- /dev/null
+++ b/audio/SDL-arts/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/26 21:42:50 jmmv Exp $
+#
+
+.include "../../devel/SDL/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/SDL/SDL-arts/}
+CATEGORIES+= audio kde
+
+COMMENT= SDL plugin to output sound through the aRts sound daemon
+
+CONFIGURE_ARGS+= --enable-arts
+
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+BUILD_DIRS= ${WRKSRC}/src/audio/arts
+
+do-install:
+ cd ${WRKSRC}/src/audio/arts && ${SHLIBTOOL} --mode=install \
+ ${INSTALL} libaudio_arts.la ${PREFIX}/lib
+
+.include "../../audio/arts/buildlink2.mk"
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/SDL-arts/PLIST b/audio/SDL-arts/PLIST
new file mode 100644
index 00000000000..3cf154268f6
--- /dev/null
+++ b/audio/SDL-arts/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/26 21:42:50 jmmv Exp $
+lib/libaudio_arts.la
+lib/libaudio_arts.so
+lib/libaudio_arts.so.0
+lib/libaudio_arts.so.0.5