diff options
author | wiz <wiz@pkgsrc.org> | 2006-06-12 16:22:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-06-12 16:22:35 +0000 |
commit | d4ec3fb73ccc1c9ceb92f5264968f4e25b7c4bab (patch) | |
tree | 7865fea34a992f96964f5f777286d76f20cc24b5 /audio | |
parent | 54a53a4bfbdc42bee6ef3a1e24fab7d5d6318102 (diff) | |
download | pkgsrc-d4ec3fb73ccc1c9ceb92f5264968f4e25b7c4bab.tar.gz |
Remove SDL-arts, SDL-esound, and SDL-nas -- merged back into devel/SDL
as options.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 5 | ||||
-rw-r--r-- | audio/SDL-arts/DESCR | 2 | ||||
-rw-r--r-- | audio/SDL-arts/MESSAGE | 13 | ||||
-rw-r--r-- | audio/SDL-arts/Makefile | 25 | ||||
-rw-r--r-- | audio/SDL-arts/PLIST | 2 | ||||
-rw-r--r-- | audio/SDL-esound/DESCR | 2 | ||||
-rw-r--r-- | audio/SDL-esound/MESSAGE | 13 | ||||
-rw-r--r-- | audio/SDL-esound/Makefile | 25 | ||||
-rw-r--r-- | audio/SDL-esound/PLIST | 2 | ||||
-rw-r--r-- | audio/SDL-nas/DESCR | 2 | ||||
-rw-r--r-- | audio/SDL-nas/MESSAGE | 13 | ||||
-rw-r--r-- | audio/SDL-nas/Makefile | 27 | ||||
-rw-r--r-- | audio/SDL-nas/PLIST | 2 |
13 files changed, 1 insertions, 132 deletions
diff --git a/audio/Makefile b/audio/Makefile index 147f1337513..2165ef09464 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,11 +1,8 @@ -# $NetBSD: Makefile,v 1.316 2006/05/21 22:51:26 ben Exp $ +# $NetBSD: Makefile,v 1.317 2006/06/12 16:22:35 wiz Exp $ # COMMENT= Audio tools -SUBDIR+= SDL-arts -SUBDIR+= SDL-esound -SUBDIR+= SDL-nas SUBDIR+= SDL_mixer SUBDIR+= SDL_sound SUBDIR+= abcde diff --git a/audio/SDL-arts/DESCR b/audio/SDL-arts/DESCR deleted file mode 100644 index 141ec51863a..00000000000 --- a/audio/SDL-arts/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 485be125511..00000000000 --- a/audio/SDL-arts/MESSAGE +++ /dev/null @@ -1,13 +0,0 @@ -=========================================================================== -$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 deleted file mode 100644 index 3e620aaafd9..00000000000 --- a/audio/SDL-arts/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:05 joerg Exp $ - -.include "../../devel/SDL/Makefile.common" - -PKGNAME= ${DISTNAME:S/SDL/SDL-arts/} -PKGREVISION= 3 - -CATEGORIES+= audio kde - -COMMENT= SDL plugin to output sound through the aRts sound daemon - -CONFIGURE_ARGS+= --enable-arts - -SHLIBTOOL_OVERRIDE= libtool - -BUILD_DIRS= ${WRKSRC}/src/audio/arts -INSTALLATION_DIRS= lib - -do-install: - cd ${WRKSRC}/src/audio/arts && ${SHLIBTOOL} --mode=install \ - ${INSTALL_DATA} libaudio_arts.la ${PREFIX}/lib - -.include "../../audio/arts/buildlink3.mk" -.include "../../devel/SDL/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/audio/SDL-arts/PLIST b/audio/SDL-arts/PLIST deleted file mode 100644 index 275c41be959..00000000000 --- a/audio/SDL-arts/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:14 jlam Exp $ -lib/libaudio_arts.la diff --git a/audio/SDL-esound/DESCR b/audio/SDL-esound/DESCR deleted file mode 100644 index 31e5a8f44b8..00000000000 --- a/audio/SDL-esound/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 9dcbcce83fd..00000000000 --- a/audio/SDL-esound/MESSAGE +++ /dev/null @@ -1,13 +0,0 @@ -=========================================================================== -$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 deleted file mode 100644 index d57233baa4e..00000000000 --- a/audio/SDL-esound/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:08:05 joerg Exp $ - -.include "../../devel/SDL/Makefile.common" - -PKGNAME= ${DISTNAME:S/SDL/SDL-esound/} -PKGREVISION= 2 - -CATEGORIES+= audio gnome - -COMMENT= SDL plugin to output sound through the esound daemon - -CONFIGURE_ARGS+= --enable-esd - -SHLIBTOOL_OVERRIDE= libtool - -BUILD_DIRS= ${WRKSRC}/src/audio/esd -INSTALLATION_DIRS= lib - -do-install: - cd ${WRKSRC}/src/audio/esd && ${SHLIBTOOL} --mode=install \ - ${INSTALL_DATA} libaudio_esd.la ${PREFIX}/lib - -.include "../../audio/esound/buildlink3.mk" -.include "../../devel/SDL/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/audio/SDL-esound/PLIST b/audio/SDL-esound/PLIST deleted file mode 100644 index d4528cad8b9..00000000000 --- a/audio/SDL-esound/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:14 jlam Exp $ -lib/libaudio_esd.la diff --git a/audio/SDL-nas/DESCR b/audio/SDL-nas/DESCR deleted file mode 100644 index a2423fbacb4..00000000000 --- a/audio/SDL-nas/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -SDL-nas is a plugin for the SDL library that allows it to output sound -using the Network Audio System (NAS). diff --git a/audio/SDL-nas/MESSAGE b/audio/SDL-nas/MESSAGE deleted file mode 100644 index 85baded7759..00000000000 --- a/audio/SDL-nas/MESSAGE +++ /dev/null @@ -1,13 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/07/26 23:06:11 jmmv Exp $ - -In order to make sure that SDL uses the NAS system to output sound, you -must set the environmental variable SDL_AUDIO_PLUGIN to `nas'. This can -be done with the following command: - - export SDL_AUDIO_PLUGIN="nas" - -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-nas/Makefile b/audio/SDL-nas/Makefile deleted file mode 100644 index 38b507dd825..00000000000 --- a/audio/SDL-nas/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2006/04/06 06:21:33 reed Exp $ - -.include "../../devel/SDL/Makefile.common" - -PKGNAME= ${DISTNAME:S/SDL/SDL-nas/} -PKGREVISION= 2 - -CATEGORIES+= audio - -COMMENT= SDL plugin to output sound through the Network Audio System - -CONFIGURE_ARGS+= --enable-nas - -SHLIBTOOL_OVERRIDE= libtool - -BUILD_DIRS= ${WRKSRC}/src/audio/nas -INSTALLATION_DIRS= lib - -do-install: - cd ${WRKSRC}/src/audio/nas && ${SHLIBTOOL} --mode=install \ - ${INSTALL_DATA} libaudio_nas.la ${PREFIX}/lib - -BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.5nb6 - -.include "../../audio/nas/buildlink3.mk" -.include "../../devel/SDL/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/audio/SDL-nas/PLIST b/audio/SDL-nas/PLIST deleted file mode 100644 index fbfd5d2a180..00000000000 --- a/audio/SDL-nas/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:14 jlam Exp $ -lib/libaudio_nas.la |