summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-07-26 21:43:34 +0000
committerjmmv <jmmv>2003-07-26 21:43:34 +0000
commitba950dd3dfb6df45beba0182ab6eb2befaf22f8f (patch)
tree04ce12ceee21fdbd766381863f2f4ddf1efd7ec1 /audio
parentbce7729f0dd80087fcbb1cfe123acc2909e83f20 (diff)
downloadpkgsrc-ba950dd3dfb6df45beba0182ab6eb2befaf22f8f.tar.gz
Initial import of SDL-esound, version 1.2.5:
SDL-esound is a plugin for the SDL library that allows it to output sound using the enlightened sound daemon (mainly used by the GNOME desktop).
Diffstat (limited to 'audio')
-rw-r--r--audio/SDL-esound/DESCR2
-rw-r--r--audio/SDL-esound/MESSAGE13
-rw-r--r--audio/SDL-esound/Makefile23
-rw-r--r--audio/SDL-esound/PLIST5
4 files changed, 43 insertions, 0 deletions
diff --git a/audio/SDL-esound/DESCR b/audio/SDL-esound/DESCR
new file mode 100644
index 00000000000..31e5a8f44b8
--- /dev/null
+++ b/audio/SDL-esound/DESCR
@@ -0,0 +1,2 @@
+SDL-esound is a plugin for the SDL library that allows it to output sound
+using the enlightened sound daemon (mainly used by the GNOME desktop).
diff --git a/audio/SDL-esound/MESSAGE b/audio/SDL-esound/MESSAGE
new file mode 100644
index 00000000000..9dcbcce83fd
--- /dev/null
+++ b/audio/SDL-esound/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2003/07/26 21:43:34 jmmv Exp $
+
+In order to make sure that SDL uses the esound daemon to output sound, you
+must set the environmental variable SDL_AUDIO_PLUGIN to `esound'. This can
+be done with the following command:
+
+ export SDL_AUDIO_PLUGIN="esound"
+
+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-esound/Makefile b/audio/SDL-esound/Makefile
new file mode 100644
index 00000000000..3806de8d5fe
--- /dev/null
+++ b/audio/SDL-esound/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/26 21:43:34 jmmv Exp $
+#
+
+.include "../../devel/SDL/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/SDL/SDL-esound/}
+CATEGORIES+= audio gnome
+
+COMMENT= SDL plugin to output sound through the esound daemon
+
+CONFIGURE_ARGS+= --enable-esd
+
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+BUILD_DIRS= ${WRKSRC}/src/audio/esd
+
+do-install:
+ cd ${WRKSRC}/src/audio/esd && ${SHLIBTOOL} --mode=install \
+ ${INSTALL} libaudio_esd.la ${PREFIX}/lib
+
+.include "../../audio/esound/buildlink2.mk"
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/SDL-esound/PLIST b/audio/SDL-esound/PLIST
new file mode 100644
index 00000000000..08298faf0d3
--- /dev/null
+++ b/audio/SDL-esound/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/26 21:43:34 jmmv Exp $
+lib/libaudio_esd.la
+lib/libaudio_esd.so
+lib/libaudio_esd.so.0
+lib/libaudio_esd.so.0.5