[Lunar-commits] r22568 - in moonbase/trunk/audio: . exaile

Jan Eidtmann cmak at lunar-linux.org
Wed Dec 13 03:00:00 CET 2006


Author: cmak
Date: 2006-12-13 03:00:00 +0100 (Wed, 13 Dec 2006)
New Revision: 22568

Added:
   moonbase/trunk/audio/exaile/
   moonbase/trunk/audio/exaile/BUILD
   moonbase/trunk/audio/exaile/DEPENDS
   moonbase/trunk/audio/exaile/DETAILS
Log:
adding exaile...kickass audioplayer

Added: moonbase/trunk/audio/exaile/BUILD
===================================================================
--- moonbase/trunk/audio/exaile/BUILD	                        (rev 0)
+++ moonbase/trunk/audio/exaile/BUILD	2006-12-13 02:00:00 UTC (rev 22568)
@@ -0,0 +1,6 @@
+(
+
+  sedit "s/python2.4/python2.5/" mmkeys/Makefile &&
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/audio/exaile/DEPENDS
===================================================================
--- moonbase/trunk/audio/exaile/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/exaile/DEPENDS	2006-12-13 02:00:00 UTC (rev 22568)
@@ -0,0 +1,8 @@
+depends gst-plugins-good  &&
+depends gst-python        &&
+depends pygtk2            &&
+depends pysqlite          &&
+depends mutagen           &&
+depends dbus-python       &&
+optional_depends gst-plugins-ugly  ""  ""  "for mp3 support"           &&
+optional_depends gamin             ""  ""  "for directory monitoring"

Added: moonbase/trunk/audio/exaile/DETAILS
===================================================================
--- moonbase/trunk/audio/exaile/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/exaile/DETAILS	2006-12-13 02:00:00 UTC (rev 22568)
@@ -0,0 +1,23 @@
+          MODULE=exaile
+         VERSION=0.2.6
+          SOURCE=${MODULE}_${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE}_${VERSION}
+      SOURCE_URL=http://www.exaile.org/files/
+      SOURCE_VFY=sha1:54a93b6b543b1e92c0b30d156017d649dbad555c
+        WEB_SITE=http://www.exaile.org/
+         ENTERED=20061212
+         UPDATED=20061212
+           SHORT="GTK+ media player aiming to be similar to KDE's AmaroK"
+cat << EOF
+Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK+. It
+incorporates many of the cool things from AmaroK (and other media players) like
+automatic fetching of album art, handling of large libraries, lyrics fetching,
+artist/album information via the wikipedia, last.fm support, optional iPod
+support (assuming you have python-gpod installed).
+
+In addition, Exaile also includes a built in shoutcast directory browser,
+tabbed playlists (so you can have more than one playlist open at a time),
+blacklisting of tracks (so they don't get scanned into your library),
+downloading of guitar tablature from fretplay.com, and submitting played
+tracks on your iPod to last.fm.
+EOF



More information about the Lunar-commits mailing list