summaryrefslogtreecommitdiffstats
path: root/audio-players/xmms2/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/xmms2/DETAILS')
-rwxr-xr-xaudio-players/xmms2/DETAILS56
1 files changed, 56 insertions, 0 deletions
diff --git a/audio-players/xmms2/DETAILS b/audio-players/xmms2/DETAILS
new file mode 100755
index 0000000000..18c8494a2c
--- /dev/null
+++ b/audio-players/xmms2/DETAILS
@@ -0,0 +1,56 @@
+ SPELL=xmms2
+if [[ "$XMMS2_SNAPSHOT" == "y" ]]
+then
+ VERSION=c2fd662c3e2a2976db6dd02c7bd5e789e0f3885d
+ SOURCE=${SPELL}-devel.git-snapshot-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-devel.git-snapshot-${VERSION}
+ SOURCE_URL[0]=http://git.xmms.se/snapshot.cgi/${SOURCE}
+ SOURCE_HASH=sha512:751488f3353de89bb5e9e05257e2a1907abd6e45230df7ff0fc511b2763db74dc9adb70ac4dd289ef3e1785b56c967a78b25bbed7d223c9779b1b7091ed530c4
+else
+ VERSION=0.2DrAlban
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:7df74075529e9c619c714f63e5a0d9f4c30fb29c19989109c86a2de252964f35c12bd2d9e65e035aa06689365bbfd4558fb30b3ebc9b34d0c34a059d94320127:UPSTREAM_HASH
+fi
+ WEB_SITE=http://wiki.xmms2.xmms.se/index.php/Main_Page
+ DOCS='COPYING README'
+ ENTERED=20040527
+ UPDATED=20050430
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="XMMS2 is a redesign of the XMMS music player."
+cat << EOF
+It features a client-server model, allowing multiple (even simultaneous!) user
+interfaces, both textual and graphical. All common audio formats are supported
+using plugins. On top of this, there is a flexible media library to organize
+your music.
+
+List of features currently offered by XMMS2:
+
+Client-server model
+
+* Allows XMMS2 to have various multiple interfaces (as clients).
+ o Command line interfaces
+ o GTK clients (matching GNOME & XFCE4 look and feel)
+ o KDE clients (matching KDE look and feel)
+* Network transparency means you can run and control XMMS2 remotely, (e.g. run
+XMMS2 on your 'media box' and control it over network using a bluetooth-enabled
+PDA (TCP))
+
+Wide format support
+
+Can play FLAC, mp3, MOD, SID, speex, ogg vorbis, wave files.
+
+Clean separation of transport and decoder subsystems
+
+Allows for more flexible access to media. (e.g. play mp3 files from a Samba
+share without having to mount it on the local filesystem)
+
+Medialib
+
+Database-driven media library stores metadata about songs as they're played,
+so songs can be quickly recalled and new playlists easily made.
+
+Visualisation support
+EOF