diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2006-05-05 22:39:25 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2006-05-05 22:39:25 +0000 |
commit | 8c7edd0fdb57168d3f24be60eb5c62e3077e761c (patch) | |
tree | 93ca39c6fb7d279cd06622c102537ef3505be5a5 /audio/Makefile | |
parent | - Point KDE users to downgrade command for lua (diff) |
Python wrapper for the TagLib audio meta-data library. TagLib is a library
for reading and editing the meta-data of several popular audio formats.
Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments
and ID3 tags and Vorbis comments in FLAC files.
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 3cb5998f4d5e..892925e7c435 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -443,6 +443,7 @@ SUBDIR += py-openal SUBDIR += py-sdl_mixer SUBDIR += py-shellac + SUBDIR += py-taglib SUBDIR += py-vorbis SUBDIR += py-xmms SUBDIR += py-xmms2 |