pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmp Initial import of bmp, version 0.9.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/742b452485db
branches:  trunk
changeset: 472633:742b452485db
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Apr 11 18:10:57 2004 +0000

description:
Initial import of bmp, version 0.9.6:

Beep Media Player is a fork of XMMS.  Its primary goals are interface
and usability, all based on the technology provided by GTK2+, while
maintaining the skinned user interface.

Slightly based on the beep-media-player package found in pkgsrc-wip.

diffstat:

 audio/bmp/DESCR    |   3 ++
 audio/bmp/Makefile |  11 ++++++++
 audio/bmp/PLIST    |  71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 audio/bmp/distinfo |  16 ++++++++++++
 4 files changed, 101 insertions(+), 0 deletions(-)

diffs (117 lines):

diff -r bdc3a08c62b0 -r 742b452485db audio/bmp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp/DESCR   Sun Apr 11 18:10:57 2004 +0000
@@ -0,0 +1,3 @@
+Beep Media Player is a fork of XMMS.  Its primary goals are interface
+and usability, all based on the technology provided by GTK2+, while
+maintaining the skinned user interface.
diff -r bdc3a08c62b0 -r 742b452485db audio/bmp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp/Makefile        Sun Apr 11 18:10:57 2004 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/11 18:10:59 jmmv Exp $
+#
+
+.include "Makefile.common"
+
+CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--disable-oss/--enable-oss/}
+CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--disable-vorbis/--enable-vorbis/}
+
+.include "../../audio/libogg/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bdc3a08c62b0 -r 742b452485db audio/bmp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp/PLIST   Sun Apr 11 18:10:57 2004 +0000
@@ -0,0 +1,71 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/11 18:10:59 jmmv Exp $
+bin/beep-config
+bin/beep-media-player
+include/beep/beepctrl.h
+include/beep/configfile.h
+include/beep/dirbrowser.h
+include/beep/formatter.h
+include/beep/titlestring.h
+include/beep/util.h
+include/bmp/fullscreen.h
+include/bmp/plugin.h
+lib/bmp/Input/libcdaudio.a
+lib/bmp/Input/libcdaudio.la
+lib/bmp/Input/libcdaudio.so
+lib/bmp/Input/libmpg123.a
+lib/bmp/Input/libmpg123.la
+lib/bmp/Input/libmpg123.so
+lib/bmp/Input/libvorbis.a
+lib/bmp/Input/libvorbis.la
+lib/bmp/Input/libvorbis.so
+lib/bmp/Input/libwav.a
+lib/bmp/Input/libwav.la
+lib/bmp/Input/libwav.so
+lib/bmp/Output/libOSS.a
+lib/bmp/Output/libOSS.la
+lib/bmp/Output/libOSS.so
+lib/bmp/Visualization/libbscope.a
+lib/bmp/Visualization/libbscope.la
+lib/bmp/Visualization/libbscope.so
+lib/libbeep.a
+lib/libbeep.la
+lib/libbeep.so
+lib/libbeep.so.1
+lib/libbeep.so.1.0
+lib/pkgconfig/beep.pc
+man/man1/beep-media-player.1
+share/aclocal/beep.m4
+share/applications/beep.desktop
+share/bmp/Skins/Default/Avs.bmp
+share/bmp/Skins/Default/Balance.bmp
+share/bmp/Skins/Default/Eq_ex.bmp
+share/bmp/Skins/Default/Eqmain.bmp
+share/bmp/Skins/Default/Main.bmp
+share/bmp/Skins/Default/Mb.bmp
+share/bmp/Skins/Default/Monoster.bmp
+share/bmp/Skins/Default/Nums_ex.bmp
+share/bmp/Skins/Default/Pledit.bmp
+share/bmp/Skins/Default/Posbar.bmp
+share/bmp/Skins/Default/Shufrep.bmp
+share/bmp/Skins/Default/Text.bmp
+share/bmp/Skins/Default/Titlebar.bmp
+share/bmp/Skins/Default/Volume.bmp
+share/bmp/Skins/Default/cButtons.bmp
+share/bmp/Skins/Default/pLaypaus.bmp
+share/bmp/Skins/Default/pLedit.txt
+share/bmp/Skins/Default/readme.txt
+share/bmp/Skins/Default/screenshot.bmp
+share/bmp/Skins/Default/vIscolor.txt
+share/bmp/beep.svg
+share/bmp/beep_logo.xpm
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bmp.mo
+@dirrm share/bmp/Skins/Default
+@dirrm share/bmp/Skins
+@dirrm share/bmp
+@comment in xdg-dirs: @dirrm share/applications
+@dirrm lib/bmp/Visualization
+@dirrm lib/bmp/Output
+@dirrm lib/bmp/Input
+@dirrm lib/bmp
+@dirrm include/bmp
+@dirrm include/beep
diff -r bdc3a08c62b0 -r 742b452485db audio/bmp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/bmp/distinfo        Sun Apr 11 18:10:57 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/11 18:10:57 jmmv Exp $
+
+SHA1 (bmp-0.9.6.tar.gz) = 016c1faf0ba144f45aa73b9ba066ba7fde4e8885
+Size (bmp-0.9.6.tar.gz) = 1472135 bytes
+SHA1 (patch-ab) = 04eb21affbcefa34645a05b0c95bfa906202d7cf
+SHA1 (patch-ac) = 3e374fe2143a8fefcd84ff2499f97e170587ca8d
+SHA1 (patch-ad) = f51902a47efaf2423f86e5fc4c6ea7a7850b5034
+SHA1 (patch-ae) = 9461bcf2a238d44f6e0d92a465f7297c952e0182
+SHA1 (patch-af) = 6d13857c62249a9c0f06a957ff7c4a37b8b16617
+SHA1 (patch-ag) = 8ac4b5b1568c35c8a2d6bc9382e968c998ee04a4
+SHA1 (patch-ah) = 78a14f18656b79abd1250c659bcb4f7991396c42
+SHA1 (patch-ai) = 040adc1f20b7f283c6af1334117a26b76a293000
+SHA1 (patch-aj) = e6d354777dd4c8c5bf3b0bf08bdb1a6bfa4855dc
+SHA1 (patch-ak) = 33c0a13036271b817a82dac7c0275130dc1dcede
+SHA1 (patch-al) = 3887309232a926fa689e4d996ab4747eff38cde8
+SHA1 (patch-am) = b1b15fe6deeee7e9d51ce3cb8739baf9886e3812



Home | Main Index | Thread Index | Old Index