aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-openal/pkg-descr
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-10-06 01:01:10 +0800
committergarga <garga@FreeBSD.org>2005-10-06 01:01:10 +0800
commit63e27e9e34f27554d81abea445ce3c307b78cb33 (patch)
treec71760eac8a5c95315a28417729365a65e4be908 /audio/py-openal/pkg-descr
parentda4ac8e92b2241d274cf333d640d298db43ad02d (diff)
downloadfreebsd-ports-gnome-63e27e9e34f27554d81abea445ce3c307b78cb33.tar.gz
freebsd-ports-gnome-63e27e9e34f27554d81abea445ce3c307b78cb33.tar.zst
freebsd-ports-gnome-63e27e9e34f27554d81abea445ce3c307b78cb33.zip
PyOpenAL is a binding of OpenAL for Python. This binding is at possible
OO (Listener, Source and Buffer are objects). Extensions are not supported yet. Supported file formats are Wave and Ogg Vorbis (with the PyOgg and PyVorbis modules). PyOpenAL can be used independently or along with Soya, our 3D engine for Python. WWW: http://home.gna.org/oomadness/en/pyopenal/index.html PR: ports/86926 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'audio/py-openal/pkg-descr')
-rw-r--r--audio/py-openal/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/py-openal/pkg-descr b/audio/py-openal/pkg-descr
new file mode 100644
index 000000000000..17a5812c771e
--- /dev/null
+++ b/audio/py-openal/pkg-descr
@@ -0,0 +1,11 @@
+PyOpenAL is a binding of OpenAL for Python. This binding is at possible
+OO (Listener, Source and Buffer are objects). Extensions are not supported
+yet.
+
+Supported file formats are Wave and Ogg Vorbis (with the PyOgg and PyVorbis
+modules). PyOpenAL can be used independently or along with Soya, our 3D
+engine for Python.
+
+PyOpenAL is Free Software, under the GNU LGPL license.
+
+WWW: http://home.gna.org/oomadness/en/pyopenal/index.html