summaryrefslogtreecommitdiffstats
path: root/audio-players/mpg321/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/mpg321/DETAILS')
-rwxr-xr-xaudio-players/mpg321/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio-players/mpg321/DETAILS b/audio-players/mpg321/DETAILS
new file mode 100755
index 0000000000..7c635cde6a
--- /dev/null
+++ b/audio-players/mpg321/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=mpg321
+ VERSION=0.2.10
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]=4e5585bd1b62a0e059784a80e5b4dee9
+ WEB_SITE=http://mpg321.sourceforge.net/
+ ENTERED=20020910
+ UPDATED=20020910
+ LICENSE[0]=GPL
+ MAINTAINER=rycee@home.se
+ SHORT="A fully free clone of mpg123, a command-line mp3 player."
+cat << EOF
+mpg321 is a Free clone of mpg123, a command-line MP3 player. It is designed to
+be a drop-in replacement for mpg123, and therefore its interface has been
+designed around that of mpg123, without using any of its code. mpg321 has been
+designed for use with frontends such as gqmpeg, although it is just as useful
+on the command-line. Unlike mpg123, it supports ESD and ALSA output without
+recompiling, and it does all MP3 decoding with only fixed-point math by using
+the mad MPEG audio decoder library.
+EOF