diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-25 04:06:36 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-25 04:06:36 +0800 |
commit | d5acd21bd9d9c8bf70c0c6239325bbfc89134901 (patch) | |
tree | 48b399b4ff1a1cc086ce1e5dd8323d5dfd988269 /audio/Makefile | |
parent | b673b711aeb8016762fd54e48b0b895485220322 (diff) | |
download | freebsd-ports-gnome-d5acd21bd9d9c8bf70c0c6239325bbfc89134901.tar.gz freebsd-ports-gnome-d5acd21bd9d9c8bf70c0c6239325bbfc89134901.tar.zst freebsd-ports-gnome-d5acd21bd9d9c8bf70c0c6239325bbfc89134901.zip |
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
Submitter of [2] has agreed the port will be maintained by sumbiter of [1]
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: tmtmclaugh (mentor)
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..27ef8acbd363 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -376,6 +376,7 @@ SUBDIR += musicbox-tag-editor SUBDIR += musiccontrol SUBDIR += musicpd + SUBDIR += mutagen SUBDIR += mutemix SUBDIR += napster SUBDIR += nas |