diff options
author | jmmv <jmmv> | 2003-07-26 21:42:50 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-26 21:42:50 +0000 |
commit | bce7729f0dd80087fcbb1cfe123acc2909e83f20 (patch) | |
tree | d81bb21f249f150109fec78d205976f971bb75ac /audio/SDL-arts | |
parent | 3a6fd79ff2019c63207da51b6ea2d86b1a142b67 (diff) | |
download | pkgsrc-bce7729f0dd80087fcbb1cfe123acc2909e83f20.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/DESCR | 2 | ||||
-rw-r--r-- | audio/SDL-arts/MESSAGE | 13 | ||||
-rw-r--r-- | audio/SDL-arts/Makefile | 23 | ||||
-rw-r--r-- | audio/SDL-arts/PLIST | 5 |
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 |