summaryrefslogtreecommitdiffstats
path: root/audio-players/beep-media-player/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/beep-media-player/DETAILS')
-rwxr-xr-xaudio-players/beep-media-player/DETAILS29
1 files changed, 29 insertions, 0 deletions
diff --git a/audio-players/beep-media-player/DETAILS b/audio-players/beep-media-player/DETAILS
new file mode 100755
index 0000000000..c7c05d64d5
--- /dev/null
+++ b/audio-players/beep-media-player/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=beep-media-player
+ BUILD_API=2
+if [ "$CVS" = "y" ]; then
+ VERSION=$(date +%Y%m%d)
+ SOURCE=$SPELL-cvs.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+ FORCE_DOWNLOAD=on
+ SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/beepmp:bmp
+ MD5[0]=IGNORE
+else
+ VERSION=0.9.7
+ SOURCE=bmp-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/bmp-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/beepmp/$SOURCE
+ WEB_SITE=http://beepmp.sourceforge.net/
+ MD5[0]=9d01ca4640092df496aa25976ab64e20
+fi
+ LICENSE[0]=GPL
+ ENTERED=20031207
+ UPDATED=20040824
+ SHORT="Multimedia player based on the look of WinAmp"
+cat << EOF
+Beep Media Player is a multimedia player based on the look of WinAmp.
+Beep Media Player plays MPEG layer 1/2/3, Ogg Vorbis, WAV, all formats
+supported by libmikmod, and CD audio. Beep Media Player has a plugin
+system for Input / Output / Effects / Visualization, and
+through plugins it can play a lot more sound and video formats.
+Beep Media Player is a fork of XMMS made with Gtk+2.
+EOF