diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-19 00:54:16 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-19 00:54:16 +0000 |
commit | 366d558519df41064d7285316a3700f59d25a03f (patch) | |
tree | 280ff6db43bee6f06ce76711bf907ab726806ff5 | |
parent | 63b7d3ab49057820585c59f2f0d0750f93eda52c (diff) | |
download | pkgsrc-366d558519df41064d7285316a3700f59d25a03f.tar.gz |
Import bmp-pulse version 0.9.4. Note that the code for this application
supports XMMS as well, but we're not building it as gtk1 needs to go away.
bmp-pulse is an output plugin for the Beep Media Player program that
allows it to output sound using the PulseAudio sound server (mainly
used by the GNOME desktop).
-rw-r--r-- | audio/bmp-pulse/DESCR | 3 | ||||
-rw-r--r-- | audio/bmp-pulse/Makefile | 23 | ||||
-rw-r--r-- | audio/bmp-pulse/PLIST | 2 | ||||
-rw-r--r-- | audio/bmp-pulse/distinfo | 6 | ||||
-rw-r--r-- | audio/bmp-pulse/patches/patch-aa | 15 |
5 files changed, 49 insertions, 0 deletions
diff --git a/audio/bmp-pulse/DESCR b/audio/bmp-pulse/DESCR new file mode 100644 index 00000000000..7405cbb78bb --- /dev/null +++ b/audio/bmp-pulse/DESCR @@ -0,0 +1,3 @@ +bmp-pulse is an output plugin for the Beep Media Player program that +allows it to output sound using the PulseAudio sound server (mainly +used by the GNOME desktop). diff --git a/audio/bmp-pulse/Makefile b/audio/bmp-pulse/Makefile new file mode 100644 index 00000000000..2073bd4c49a --- /dev/null +++ b/audio/bmp-pulse/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 00:54:16 jmcneill Exp $ +# + +DISTNAME= xmms-pulse-0.9.4 +PKGNAME= ${DISTNAME:S/xmms/bmp/} +CATEGORIES= audio +MASTER_SITES= http://0pointer.de/lennart/projects/xmms-pulse/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/ +COMMENT= BMP output plugin for the PulseAudio sound server + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config gmake + +CONFIGURE_ARGS+= --enable-bmp +CONFIGURE_ARGS+= --disable-xmms +CONFIGURE_ARGS+= --disable-lynx + +.include "../../audio/bmp/buildlink3.mk" +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/bmp-pulse/PLIST b/audio/bmp-pulse/PLIST new file mode 100644 index 00000000000..59dde4a1e98 --- /dev/null +++ b/audio/bmp-pulse/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/19 00:54:16 jmcneill Exp $ +lib/bmp/Output/libbmp-pulse.la diff --git a/audio/bmp-pulse/distinfo b/audio/bmp-pulse/distinfo new file mode 100644 index 00000000000..c558a85d4fa --- /dev/null +++ b/audio/bmp-pulse/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/19 00:54:16 jmcneill 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 +SHA1 (patch-aa) = 3eb66dc5a75e1f2aacafa3e09d8d4f18f6ba9657 diff --git a/audio/bmp-pulse/patches/patch-aa b/audio/bmp-pulse/patches/patch-aa new file mode 100644 index 00000000000..49aab8daa65 --- /dev/null +++ b/audio/bmp-pulse/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/12/19 00:54:16 jmcneill Exp $ + +--- src/plugin.c.orig 2008-12-18 19:50:37.000000000 -0500 ++++ src/plugin.c +@@ -39,8 +39,8 @@ + #endif + + #ifdef HAVE_BMP +- #include <plugin.h> +- #include <beepctrl.h> ++ #include <bmp/plugin.h> ++ #include <bmp/beepctrl.h> + #endif + + #include <util.h> |