diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-25 09:25:07 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-25 09:25:07 +0000 |
commit | 35fe174b79678456fec070f4f020db83bb40cef9 (patch) | |
tree | 3a7033ff582ca2ad943e6a15c70694879d4cb56c /audio/xmms-esound | |
parent | e1bd9b7063cd9f3ea604851ac18e705de3a5750f (diff) | |
download | pkgsrc-35fe174b79678456fec070f4f020db83bb40cef9.tar.gz |
Initial import of xmms-esound, version 1.2.7:
xmms-esound is an output plugin for the XMMS program that allows it to output
sound using the enlightened sound daemon (mainly used by the GNOME desktop).
Diffstat (limited to 'audio/xmms-esound')
-rw-r--r-- | audio/xmms-esound/DESCR | 2 | ||||
-rw-r--r-- | audio/xmms-esound/Makefile | 20 | ||||
-rw-r--r-- | audio/xmms-esound/PLIST | 4 |
3 files changed, 26 insertions, 0 deletions
diff --git a/audio/xmms-esound/DESCR b/audio/xmms-esound/DESCR new file mode 100644 index 00000000000..315b785fe4c --- /dev/null +++ b/audio/xmms-esound/DESCR @@ -0,0 +1,2 @@ +xmms-esound is an output plugin for the XMMS program that allows it to output +sound using the enlightened sound daemon (mainly used by the GNOME desktop). diff --git a/audio/xmms-esound/Makefile b/audio/xmms-esound/Makefile new file mode 100644 index 00000000000..bdfdccd7642 --- /dev/null +++ b/audio/xmms-esound/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/25 09:25:07 jmmv Exp $ +# + +.include "../../audio/xmms/Makefile.common" + +PKGNAME= ${DISTNAME:S/xmms/xmms-esound/} +CATEGORIES+= gnome + +COMMENT= XMMS plugin to output sound through the esound daemon + +CONFLICTS+= xmms<=1.2.7nb8 + +BUILDLINK_DEPENDS.xmms= xmms>=1.2.7nb9 + +BUILD_DIRS= ${WRKSRC}/Output/esd +INSTALL_DIRS= ${WRKSRC}/Output/esd + +.include "../../audio/esound/buildlink2.mk" +.include "../../audio/xmms/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-esound/PLIST b/audio/xmms-esound/PLIST new file mode 100644 index 00000000000..89b827180f2 --- /dev/null +++ b/audio/xmms-esound/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/25 09:25:07 jmmv Exp $ +lib/xmms/Output/libesdout.la +lib/xmms/Output/libesdout.so +@comment in xmms: @dirrm lib/xmms/Output |