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 | 099535d6b2572b0f79f0809c7922931a05f4a154 (patch) | |
tree | 7865fea34a992f96964f5f777286d76f20cc24b5 /audio/SDL-esound | |
parent | 5931798a35622ac0aa3430560e83703e1e72e12e (diff) | |
download | pkgsrc-099535d6b2572b0f79f0809c7922931a05f4a154.tar.gz |
Remove SDL-arts, SDL-esound, and SDL-nas -- merged back into devel/SDL
as options.
Diffstat (limited to 'audio/SDL-esound')
-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 |
4 files changed, 0 insertions, 42 deletions
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 |