diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-10 04:10:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-10 04:10:15 +0800 |
commit | 5ed349d3d4112d87080033723b780a8d9e224536 (patch) | |
tree | fa74607f7ee2fcb1201ba048cff3a219371848c5 /audio/Makefile | |
parent | 3aa096be0a11d611ee84352d3545a12158c730fa (diff) | |
download | freebsd-ports-gnome-5ed349d3d4112d87080033723b780a8d9e224536.tar.gz freebsd-ports-gnome-5ed349d3d4112d87080033723b780a8d9e224536.tar.zst freebsd-ports-gnome-5ed349d3d4112d87080033723b780a8d9e224536.zip |
pyliblo is a Python wrapper for the liblo OSC library. It
supports almost the complete functionality of liblo, allowing
you to send and receive OSC messages using a nice and simple
Python API.
Also included are the command line utilities send_osc and
dump_osc.
WWW: http://das.nasophon.de/pyliblo/
PR: ports/130975
Submitted by: Wen Heping <wenheping at gmail.com>
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 b2a4c08d97f2..1b97f34c99e6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -566,6 +566,7 @@ SUBDIR += py-mutagen SUBDIR += py-ogg SUBDIR += py-openal + SUBDIR += py-pyliblo SUBDIR += py-sdl_mixer SUBDIR += py-speex SUBDIR += py-taglib |