[Lunar-commits] r23686 - in moonbase/trunk/audio: . last-exit

Chad Kittel v3rt1g0 at lunar-linux.org
Sat Mar 17 15:21:47 CET 2007


Author: v3rt1g0
Date: 2007-03-17 15:21:46 +0100 (Sat, 17 Mar 2007)
New Revision: 23686

Added:
   moonbase/trunk/audio/last-exit/
   moonbase/trunk/audio/last-exit/BUILD
   moonbase/trunk/audio/last-exit/DEPENDS
   moonbase/trunk/audio/last-exit/DETAILS
Log:
Finally getting around to adding this to the moonbase.  It's a Last.FM
player for listening the your radio station and global tags and the such


Added: moonbase/trunk/audio/last-exit/BUILD
===================================================================
--- moonbase/trunk/audio/last-exit/BUILD	                        (rev 0)
+++ moonbase/trunk/audio/last-exit/BUILD	2007-03-17 14:21:46 UTC (rev 23686)
@@ -0,0 +1,8 @@
+(
+
+  # change hard-coded path to point to our dbus' system_bus_socket
+  sedit 's:/run/dbus/:/lib/dbus/:' dbus-sharp/dbus-sharp/Address.cs  &&
+
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/audio/last-exit/DEPENDS
===================================================================
--- moonbase/trunk/audio/last-exit/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/last-exit/DEPENDS	2007-03-17 14:21:46 UTC (rev 23686)
@@ -0,0 +1,3 @@
+depends  GConf2       &&
+depends  gnome-sharp  &&
+depends  hicolor-icon-theme

Added: moonbase/trunk/audio/last-exit/DETAILS
===================================================================
--- moonbase/trunk/audio/last-exit/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/last-exit/DETAILS	2007-03-17 14:21:46 UTC (rev 23686)
@@ -0,0 +1,15 @@
+        MODULE=last-exit
+       VERSION=4
+        SOURCE=$MODULE-$VERSION.tar.bz2
+    SOURCE_URL=http://folks.o-hand.com/iain/$MODULE/
+    SOURCE_VFY=sha1:0411e2a6bda5734849c3020c34af3c777ba1cb7b
+      WEB_SITE=http://folks.o-hand.com/iain/last-exit/
+       ENTERED=20070317
+       UPDATED=20070317
+         SHORT="a player for Last.FM"
+         PSAFE=no
+
+cat << EOF
+last-exit is a player for Last.FM that allows you to tune into and
+scrobble any Last.FM streams you have access to.
+EOF



More information about the Lunar-commits mailing list