summaryrefslogtreecommitdiffstats
path: root/audio-libs/pymad/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/pymad/DETAILS')
-rwxr-xr-xaudio-libs/pymad/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio-libs/pymad/DETAILS b/audio-libs/pymad/DETAILS
new file mode 100755
index 0000000000..29ec6e917f
--- /dev/null
+++ b/audio-libs/pymad/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pymad
+ VERSION=0.5.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$SPELL-$VERSION
+ SOURCE_URL[0]=http://spacepants.org/src/pymad/download/$SOURCE
+ MD5[0]=78a8be1facdadbd0978a386769f3e5ae
+ WEB_SITE=http://spacepants.org/src/pymad/
+ ENTERED=20040405
+ UPDATED=20040628
+ LICENSE[0]=GPL
+ SHORT="Pymad is a Python wrapper for libmad."
+cat << EOF
+pymad is a Python module that allows Python programs to use the MPEG Audio
+Decoder library. pymad provides a high-level API, similar to the pyogg module,
+which makes reading PCM data from MPEG audio streams a piece of cake.
+EOF