aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-05 17:01:10 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-05 17:01:10 +0000
commite71bbbf387214e420287e827463a5248bff091fe (patch)
treecb1d65eb8c16bf1749fc5803a1cb7ab0d6ec06c7 /audio/Makefile
parent517c5784a05b8c2de631a9fced29419120dbba93 (diff)
downloadports-e71bbbf387214e420287e827463a5248bff091fe.tar.gz
ports-e71bbbf387214e420287e827463a5248bff091fe.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>
Notes
Notes: svn path=/head/; revision=144316
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 891f1f2798ad..88edb1a2473e 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -388,6 +388,7 @@
SUBDIR += py-mad
SUBDIR += py-musicbrainz
SUBDIR += py-ogg
+ SUBDIR += py-openal
SUBDIR += py-vorbis
SUBDIR += py-xmms
SUBDIR += pysol-sound-server