summaryrefslogtreecommitdiffstats
path: root/audio-players/pyxmms/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/pyxmms/DETAILS')
-rwxr-xr-xaudio-players/pyxmms/DETAILS30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio-players/pyxmms/DETAILS b/audio-players/pyxmms/DETAILS
new file mode 100755
index 0000000000..4ed99bfcc8
--- /dev/null
+++ b/audio-players/pyxmms/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=pyxmms
+ VERSION=2.02
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=http://people.via.ecp.fr/~flo/2002/PyXMMS/dist/${SOURCE}
+ MD5[0]=33be0733f00d2499219af5cd28b8534b
+ LICENCE=GPL
+ WEB_SITE=http://people.via.ecp.fr/~flo/index.en.xhtml
+ ENTERED=20040315
+ UPDATED=20040315
+ SHORT="Python interface to XMMS"
+
+cat << EOF
+This is PyXMMS, a Python interface to XMMS (the X MultiMedia System), an audio
+and video player for Unix-like platforms.
+
+As of version 2.00, PyXMMS consists of two components:
+ - a set of Python bindings for all the xmms_remote_* functions accessible
+ through the libxmms library (which comes with XMMS), plus a few
+ higher-level functions that I (Florent Rougon) find useful;
+ - a Python wrapper around the functions for configuration file management
+ in libxmms.
+
+In short, the first component allows you to control XMMS from a Python program
+while the second component is for Python programs that need to manage the XMMS
+main configuration file (reading or writing).
+
+These two components are accessible by means of the xmms.control and
+xmms.config modules respectively.
+EOF