[Lunar-commits] r20400 - in moonbase/trunk/audio: . audacious
Jannis Pohlmann
jannis at lunar-linux.org
Tue Jun 13 16:29:09 UTC 2006
Author: jannis
Date: 2006-06-13 16:29:09 +0000 (Tue, 13 Jun 2006)
New Revision: 20400
Added:
moonbase/trunk/audio/audacious/
moonbase/trunk/audio/audacious/DEPENDS
moonbase/trunk/audio/audacious/DETAILS
Log:
Audacious (Beep Media Player fork) added. I won't remove BMP for now because Audacious doesn't play local files over here at the moment.
Added: moonbase/trunk/audio/audacious/DEPENDS
===================================================================
--- moonbase/trunk/audio/audacious/DEPENDS (rev 0)
+++ moonbase/trunk/audio/audacious/DEPENDS 2006-06-13 16:29:09 UTC (rev 20400)
@@ -0,0 +1,71 @@
+depends libglade2 &&
+
+optional_depends "alsa-lib" \
+ "" \
+ "--disable-alsa" \
+ "for ALSA output support" &&
+
+optional_depends "jack" \
+ "" \
+ "--disable-jack" \
+ "for JACK support" &&
+
+optional_depends "arts" \
+ "" \
+ "" \
+ "for arts (KDE) sound daemon support" &&
+
+optional_depends "esound" \
+ "" \
+ "--disable-esd" \
+ "for esd output support" &&
+
+optional_depends "libvorbis" \
+ "" \
+ "--disable-vorbis" \
+ "for Ogg Vorbis support" &&
+
+optional_depends "GConf" \
+ "--enable-gconf" \
+ "" \
+ "for GConf support" &&
+
+optional_depends "gnome-vfs2" \
+ "--enable-gnome-vfs" \
+ "" \
+ "for GnomeVFS support" &&
+
+optional_depends "id3lib" \
+ "--enable-mp3" \
+ "" \
+ "for MP3 support" &&
+
+optional_depends "lirc" \
+ "" \
+ "" \
+ "for infrared control support" &&
+
+optional_depends "libsndfile" \
+ "" \
+ "" \
+ "for WAV writing support" &&
+
+optional_depends "libmodplug" \
+ "" \
+ "" \
+ "for .mod file support" &&
+
+optional_depends "flac" \
+ "" \
+ "" \
+ "for FLAC support" &&
+
+optional_depends "libmpcdec" \
+ "" \
+ "" \
+ "for Musepack support" &&
+
+optional_depends "libmusicbrainz" \
+ "" \
+ "" \
+ "for Audioscrobbler support"
Added: moonbase/trunk/audio/audacious/DETAILS
===================================================================
--- moonbase/trunk/audio/audacious/DETAILS (rev 0)
+++ moonbase/trunk/audio/audacious/DETAILS 2006-06-13 16:29:09 UTC (rev 20400)
@@ -0,0 +1,16 @@
+ MODULE=audacious
+ VERSION=1.0.0
+ SOURCE=$MODULE-$VERSION.tgz
+ WEB_SITE=http://audacious-media-player.org
+ SOURCE_URL=$WEB_SITE/release/
+ SOURCE_VFY=sha1:3afa76cc716e23f740e323e72609e27de86000e3
+ ENTERED=20060613
+ UPDATED=20060613
+ SHORT="A GTK+-2 port of XMMS"
+ MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Audacious 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
More information about the Lunar-commits
mailing list