diff options
author | kefren <kefren@pkgsrc.org> | 2009-02-27 10:05:37 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2009-02-27 10:05:37 +0000 |
commit | 692e99c84408a70568356a71b818e87b131ed3dc (patch) | |
tree | 126ec7108cf134197ce8c5c12c29708d4a3b5d7d /audio | |
parent | ed69eacece31f889687a96f4f44c017009e5b8de (diff) | |
download | pkgsrc-692e99c84408a70568356a71b818e87b131ed3dc.tar.gz |
Initial import of xmms-pulse 0.9.4 an output plugin for the XMMS program
that allows it to output sound using the pulseaudio sound server
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-pulse/DESCR | 2 | ||||
-rw-r--r-- | audio/xmms-pulse/Makefile | 20 | ||||
-rw-r--r-- | audio/xmms-pulse/PLIST | 3 | ||||
-rw-r--r-- | audio/xmms-pulse/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/audio/xmms-pulse/DESCR b/audio/xmms-pulse/DESCR new file mode 100644 index 00000000000..acca79ab238 --- /dev/null +++ b/audio/xmms-pulse/DESCR @@ -0,0 +1,2 @@ +xmms-esound is an output plugin for the XMMS program that allows it to output +sound using the pulseaudio sound server diff --git a/audio/xmms-pulse/Makefile b/audio/xmms-pulse/Makefile new file mode 100644 index 00000000000..58b17c63fb2 --- /dev/null +++ b/audio/xmms-pulse/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 10:05:37 kefren Exp $ + +DISTNAME= xmms-pulse-0.9.4 +CATEGORIES= audio +MASTER_SITES= http://0pointer.de/lennart/projects/xmms-pulse/ + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= XMMS plugin to output sound through the pulseaudio daemon +HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/ + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-lynx +USE_TOOLS+= pkg-config +USE_LIBTOOL= yes + +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../audio/xmms/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-pulse/PLIST b/audio/xmms-pulse/PLIST new file mode 100644 index 00000000000..92bbfc538db --- /dev/null +++ b/audio/xmms-pulse/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/27 10:05:37 kefren Exp $ +lib/xmms/Output/libxmms-pulse.la +@comment in xmms: @dirrm lib/xmms/Output diff --git a/audio/xmms-pulse/distinfo b/audio/xmms-pulse/distinfo new file mode 100644 index 00000000000..eaeaf2df73e --- /dev/null +++ b/audio/xmms-pulse/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/27 10:05:37 kefren Exp $ + +SHA1 (xmms-pulse-0.9.4.tar.gz) = 0ffbde03452b5f90d22f72b7a6a88a696cda5ca6 +RMD160 (xmms-pulse-0.9.4.tar.gz) = f050f043c0215d2fedf0673c9c9fea8aff9a0a27 +Size (xmms-pulse-0.9.4.tar.gz) = 329661 bytes |