[Lunar-commits] r16601 - in moonbase/trunk/zbeta: . bmpx
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Sep 22 03:41:03 UTC 2005
Author: v3rt1g0
Date: 2005-09-22 03:41:02 +0000 (Thu, 22 Sep 2005)
New Revision: 16601
Added:
moonbase/trunk/zbeta/bmpx/
moonbase/trunk/zbeta/bmpx/BUILD
moonbase/trunk/zbeta/bmpx/DEPENDS
moonbase/trunk/zbeta/bmpx/DETAILS
Log:
Inital Import. This is basically beep-media-player, version 2.
Added: moonbase/trunk/zbeta/bmpx/BUILD
===================================================================
--- moonbase/trunk/zbeta/bmpx/BUILD 2005-09-22 03:20:54 UTC (rev 16600)
+++ moonbase/trunk/zbeta/bmpx/BUILD 2005-09-22 03:41:02 UTC (rev 16601)
@@ -0,0 +1,7 @@
+(
+
+ sedit 's:bmp:bmpx:g' bmpx.desktop.in &&
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS 2005-09-22 03:20:54 UTC (rev 16600)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS 2005-09-22 03:41:02 UTC (rev 16601)
@@ -0,0 +1,5 @@
+depends libglade2 &&
+depends taglib &&
+depends xine-lib &&
+
+optional_depends "dbus" "--enable-dbus" "--disable-dbus" "for a DBus remote interface"
Added: moonbase/trunk/zbeta/bmpx/DETAILS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DETAILS 2005-09-22 03:20:54 UTC (rev 16600)
+++ moonbase/trunk/zbeta/bmpx/DETAILS 2005-09-22 03:41:02 UTC (rev 16601)
@@ -0,0 +1,23 @@
+ MODULE=bmpx
+ VERSION=0.11.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://download.berlios.de/$MODULE/
+ SOURCE_VFY=sha1:71d3fdeeb486123ba8380cb9702e213138862ab7
+ WEB_SITE=http://www.sosdg.org/~larne/w/BMPx
+ ENTERED=20050921
+ UPDATED=20050921
+ SHORT="the next-generation Beep Media Player"
+
+cat << EOF
+BMPx is the codename for the next-generation BMP. In general, users of
+BMP should be familiar with BMPx right from the beginning, but there will
+be new features and usage semantics changes as well. The code has been
+rewritten ~95% from scratch, including the skinning engine and the
+playback backend.
+
+Features
+ - Support for multiple playlists
+ - GUI-less player
+ - Deamonized running and DBus control
+ - Metadata cache
+EOF
More information about the Lunar-commits
mailing list