diff options
-rw-r--r-- | audio/SDL-esound/DESCR | 2 | ||||
-rw-r--r-- | audio/SDL-esound/MESSAGE | 13 | ||||
-rw-r--r-- | audio/SDL-esound/Makefile | 23 | ||||
-rw-r--r-- | audio/SDL-esound/PLIST | 5 |
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 |