diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-24 21:00:52 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-24 21:00:52 +0000 |
commit | cd6e120597a2a4ce8c5e589d1e2fed94559bc582 (patch) | |
tree | 3d0f25926a632835b80264a29c67d359ddea2eea /audio/Makefile | |
parent | - Update to 1.3 (diff) |
Re-add py-mutagen (after a few minutes of existance as audio/mutagen):
Mutagen is an audio metadata tag reader and writer implemented in
pure Python. It supports reading ID3v1.1, ID3v2.2, ID3v2.3, ID3v2.4,
APEv2, and FLAC, and writing ID3v1.1, ID3v2.4, APEv2, and FLAC. It
can also read MPEG audio and Xing headers.
WWW: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
PR: ports/97276 [1], ports/96897 [2]
Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> [1]
Peter Johnson <johnson.peter@gmail.com> [2]
Approved by: tmclaugh (mentor)
Notes
Notes:
svn path=/head/; revision=163313
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 91552affd7a9..e9f54045b340 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -442,6 +442,7 @@ SUBDIR += py-mad SUBDIR += py-musicbrainz SUBDIR += py-musicbrainz2 + SUBDIR += py-mutagen SUBDIR += py-ogg SUBDIR += py-openal SUBDIR += py-sdl_mixer |