diff options
author | garga <garga@FreeBSD.org> | 2005-10-06 01:02:45 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-06 01:02:45 +0800 |
commit | cda734eef7492f54cfa25cff99b69acc42e3bc51 (patch) | |
tree | 83d3addb303fa2aa57a5e9513062b22207a1b018 /audio/Makefile | |
parent | 9e0e86865e56f324afa9472ef0cbfcec54a119d3 (diff) | |
download | freebsd-ports-gnome-cda734eef7492f54cfa25cff99b69acc42e3bc51.tar.gz freebsd-ports-gnome-cda734eef7492f54cfa25cff99b69acc42e3bc51.tar.zst freebsd-ports-gnome-cda734eef7492f54cfa25cff99b69acc42e3bc51.zip |
pysdl_mixer is a python interface to SDL's sdl_mixer.
This is usefull for multichannel sample and music playback from python.
This project is currently being used by soya (https://gna.org/projects/soya/).
WWW: https://gna.org/projects/pysdlmixer/
PR: ports/86927
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
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 88edb1a2473e..1cca1f2642ac 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -389,6 +389,7 @@ SUBDIR += py-musicbrainz SUBDIR += py-ogg SUBDIR += py-openal + SUBDIR += py-sdl_mixer SUBDIR += py-vorbis SUBDIR += py-xmms SUBDIR += pysol-sound-server |