pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/bmp-pulse Import bmp-pulse version 0.9.4. Note t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96521d53a286
branches: trunk
changeset: 551684:96521d53a286
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Fri Dec 19 00:54:16 2008 +0000
description:
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).
diffstat:
audio/bmp-pulse/DESCR | 3 +++
audio/bmp-pulse/Makefile | 23 +++++++++++++++++++++++
audio/bmp-pulse/PLIST | 2 ++
audio/bmp-pulse/distinfo | 6 ++++++
audio/bmp-pulse/patches/patch-aa | 15 +++++++++++++++
5 files changed, 49 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r 9a60aec2e70c -r 96521d53a286 audio/bmp-pulse/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp-pulse/DESCR Fri Dec 19 00:54:16 2008 +0000
@@ -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 -r 9a60aec2e70c -r 96521d53a286 audio/bmp-pulse/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp-pulse/Makefile Fri Dec 19 00:54:16 2008 +0000
@@ -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@localhost
+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 -r 9a60aec2e70c -r 96521d53a286 audio/bmp-pulse/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp-pulse/PLIST Fri Dec 19 00:54:16 2008 +0000
@@ -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 -r 9a60aec2e70c -r 96521d53a286 audio/bmp-pulse/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp-pulse/distinfo Fri Dec 19 00:54:16 2008 +0000
@@ -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 -r 9a60aec2e70c -r 96521d53a286 audio/bmp-pulse/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp-pulse/patches/patch-aa Fri Dec 19 00:54:16 2008 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index