[Lunar-commits]
CVS: moonbase/audio/beepmp DEPENDS, 1.2, 1.3 DETAILS,
1.6, 1.7 BUILD, 1.4, NONE
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Nov 15 04:29:40 UTC 2004
Update of /var/cvs/lunar/moonbase/audio/beepmp
In directory espresso.foo-projects.org:/tmp/cvs-serv1343/beepmp
Modified Files:
DEPENDS DETAILS
Removed Files:
BUILD
Log Message:
Bumping version. This new version is technically a RC, but it has proven
to be more stable for most people and it seems that any new
beep-media-player only plugins are written for the 0.9.7 api rather than
the 0.9.6. The patch is no longer needed nor is the BUILD file. Let me
know if there are any problems. Also added a few extra optional
depends.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/beepmp/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 24 Oct 2004 20:11:41 -0000 1.2
+++ DEPENDS 15 Nov 2004 04:29:38 -0000 1.3
@@ -1,4 +1,7 @@
depends gtk+-2 &&
+optional_depends "id3lib" "" "" "for id3 tag support" &&
+optional_depends "alsa-lib" "" "" "for ALSA output support" &&
+optional_depends "gnome-vfs2" "--enable-gconf --enable-gnome-vfs" "" "for Gnome vfs support" &&
optional_depends "esound" "--enable-esd" "--disable-esd" "for esd output support" &&
optional_depends "libvorbis" "--enable-vorbis" "--disable-vorbis" "for Ogg Vorbis support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/beepmp/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 5 Oct 2004 09:29:51 -0000 1.6
+++ DETAILS 15 Nov 2004 04:29:38 -0000 1.7
@@ -1,18 +1,16 @@
MODULE=beepmp
- VERSION=0.9.6.1
+ VERSION=0.9.7rc2
SOURCE=bmp-$VERSION.tar.gz
- SOURCE2=bmp-0.9.6.1-plugin_dirs-fix.patch.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bmp-$VERSION
SOURCE_URL=$SFORGE_URL/beepmp/
- SOURCE_VFY=md5:0102233416eb8efaec775c415f5308eb
- SOURCE2_URL=$PATCH_URL/
- SOURCE2_VFY=md5:7cf3b09625a54a54ad64c66771342820
+ SOURCE_VFY=sha1:a2e3d72adb20e91cc3a8731314c5983c1d5303b6
WEB_SITE=http://beepmp.sourceforge.net/
ENTERED=20031101
- UPDATED=20040519
+ UPDATED=20041114
SHORT="A gtk2 port of xmms"
+
cat << EOF
-Beepmp is a media player based on XMMS (http://www.xmms.org). The primary
-goals of this fork are UI enhancements with latest technology (GTK2,
-Pango), and usability while maintaining the skinned UI.
+Beepmp is a media player based on XMMS (http://www.xmms.org). The
+primary goals of this fork are UI enhancements with latest technology
+(eg GTK2 and Pango), and usability while maintaining the skinned UI.
EOF
--- BUILD DELETED ---
More information about the Lunar-commits
mailing list