[Lunar-commits] r23497 - in moonbase/trunk/audio: . aqualung

Jan Eidtmann cmak at lunar-linux.org
Mon Mar 5 14:02:50 CET 2007


Author: cmak
Date: 2007-03-05 14:02:50 +0100 (Mon, 05 Mar 2007)
New Revision: 23497

Added:
   moonbase/trunk/audio/aqualung/
   moonbase/trunk/audio/aqualung/DEPENDS
   moonbase/trunk/audio/aqualung/DETAILS
Log:
added aqualung

Added: moonbase/trunk/audio/aqualung/DEPENDS
===================================================================
--- moonbase/trunk/audio/aqualung/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/aqualung/DEPENDS	2007-03-05 13:02:50 UTC (rev 23497)
@@ -0,0 +1,17 @@
+depends  gtk+-2  &&
+depends  libxml2  &&
+
+optional_depends  "liblrdf"        ""  "--without-ladspa"                   "LADSPA plugin support"  &&
+optional_depends  "jack"           ""  "--without-jack"                     "jack output"  &&
+optional_depends  "libsamplerate"  ""  "--without-src"                      "sample rate conversion"  &&
+optional_depends  "flac"           ""  "--without-flac"                     "decode flac files"  &&
+optional_depends  "libvorbis"      ""  "--without-ogg --without-vorbisenc"  "de-/encode ogg"  &&
+optional_depends  "speex"          ""  "--without-speex"                    "decode OGG Speex"  &&
+optional_depends  "libmad"         ""  "--without-mpeg"                     "decode MPEG Audio"  &&
+optional_depends  "lame"           ""  "--without-lame"                     "encode MP3"  &&
+optional_depends  "libmodplug"     ""  "--without-mod"                      "decode MOD files"  &&
+optional_depends  "libmpcdec"      ""  "--without-mpc"                      "decode Musepack files"  &&
+optional_depends  "taglib"         ""  "--without-metadata"                 "read metadata"  &&
+optional_depends  "libcddb"        ""  "--without-cddb"                     "access CDDB server"  &&
+optional_depends  "libcdio"        ""  "--without-cdda"                     "play Audio-CD"  &&
+optional_depends  "libifp"         ""  "--without-ifp"                      "iRiver support"

Added: moonbase/trunk/audio/aqualung/DETAILS
===================================================================
--- moonbase/trunk/audio/aqualung/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/aqualung/DETAILS	2007-03-05 13:02:50 UTC (rev 23497)
@@ -0,0 +1,26 @@
+          MODULE=aqualung
+         VERSION=0.9beta7.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:031efea2c75c18e1a5ec005c5fe687fa31f1f6bc
+        WEB_SITE=http://aqualung.sourceforge.net
+         ENTERED=20070305
+         UPDATED=20070305
+           SHORT="a music player for GNU/Linux"
+cat << EOF
+Aqualung is a music player originally targeted at the GNU/Linux operating
+system, also running on FreeBSD and Microsoft Windows. It plays audio CDs and
+files from your filesystem and has the feature of inserting no gaps between
+adjacent tracks.
+
+Features:
+  * Audio CDs can be played back and ripped
+  * INPUT:   WAV, AIFF, AU, FLAC, OGG(-Speex), MPEG, MOD, S3M, XM, IT,
+             Musepack, Monkey's Audio, WavPack, AC3, AAC, WMA
+  * OUTPUT:  OSS, Alsa, Jack
+  * BETWEEN: gapless playback, convert samplerates, ladspa plugin support
+  * OTHER:   Internally working volume and balance controls,
+             support for multiple skins,
+             random seeking during playback,
+             remote-control from the command line
+EOF



More information about the Lunar-commits mailing list