diff options
author | mva <mva@FreeBSD.org> | 2013-04-26 23:57:02 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-26 23:57:02 +0800 |
commit | ab3549ce3ccd429c9db7f090e694461ae7a365dd (patch) | |
tree | 4b54f46bd2c285526f5ae930c5379f4bbc17d1e1 /audio/Makefile | |
parent | cc4b94048a126ec78a099b5d48c981211ebb05b4 (diff) | |
download | freebsd-ports-gnome-ab3549ce3ccd429c9db7f090e694461ae7a365dd.tar.gz freebsd-ports-gnome-ab3549ce3ccd429c9db7f090e694461ae7a365dd.tar.zst freebsd-ports-gnome-ab3549ce3ccd429c9db7f090e694461ae7a365dd.zip |
PyAL is a wrapper around the OpenAL library and as such similar to the
discontinued PyOpenAL project. In contrast to PyOpenAL, it has no licensing
restrictions, nor does it rely on C code, but uses ctypes instead.
WWW: http://bitbucket.org/marcusva/py-al
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5144f78b83af..067647bdcbef 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -617,6 +617,7 @@ SUBDIR += puddletag SUBDIR += pulseaudio SUBDIR += pure-audio + SUBDIR += py-al SUBDIR += py-ao SUBDIR += py-apetag SUBDIR += py-pyacoustid |