pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio Remove SDL-arts, SDL-esound, and SDL-nas -- merg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57c230902195
branches:  trunk
changeset: 514457:57c230902195
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 12 16:22:35 2006 +0000

description:
Remove SDL-arts, SDL-esound, and SDL-nas -- merged back into devel/SDL
as options.

diffstat:

 audio/Makefile            |   5 +----
 audio/SDL-arts/DESCR      |   2 --
 audio/SDL-arts/MESSAGE    |  13 -------------
 audio/SDL-arts/Makefile   |  25 -------------------------
 audio/SDL-arts/PLIST      |   2 --
 audio/SDL-esound/DESCR    |   2 --
 audio/SDL-esound/MESSAGE  |  13 -------------
 audio/SDL-esound/Makefile |  25 -------------------------
 audio/SDL-esound/PLIST    |   2 --
 audio/SDL-nas/DESCR       |   2 --
 audio/SDL-nas/MESSAGE     |  13 -------------
 audio/SDL-nas/Makefile    |  27 ---------------------------
 audio/SDL-nas/PLIST       |   2 --
 13 files changed, 1 insertions(+), 132 deletions(-)

diffs (192 lines):

diff -r 18212c657e3b -r 57c230902195 audio/Makefile
--- a/audio/Makefile    Mon Jun 12 16:20:44 2006 +0000
+++ b/audio/Makefile    Mon Jun 12 16:22:35 2006 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-arts/DESCR
--- a/audio/SDL-arts/DESCR      Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-arts/MESSAGE
--- a/audio/SDL-arts/MESSAGE    Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-arts/Makefile
--- a/audio/SDL-arts/Makefile   Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-arts/PLIST
--- a/audio/SDL-arts/PLIST      Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:14 jlam Exp $
-lib/libaudio_arts.la
diff -r 18212c657e3b -r 57c230902195 audio/SDL-esound/DESCR
--- a/audio/SDL-esound/DESCR    Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-esound/MESSAGE
--- a/audio/SDL-esound/MESSAGE  Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-esound/Makefile
--- a/audio/SDL-esound/Makefile Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-esound/PLIST
--- a/audio/SDL-esound/PLIST    Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:14 jlam Exp $
-lib/libaudio_esd.la
diff -r 18212c657e3b -r 57c230902195 audio/SDL-nas/DESCR
--- a/audio/SDL-nas/DESCR       Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-nas/MESSAGE
--- a/audio/SDL-nas/MESSAGE     Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-nas/Makefile
--- a/audio/SDL-nas/Makefile    Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 18212c657e3b -r 57c230902195 audio/SDL-nas/PLIST
--- a/audio/SDL-nas/PLIST       Mon Jun 12 16:20:44 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:14 jlam Exp $
-lib/libaudio_nas.la



Home | Main Index | Thread Index | Old Index