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 How-To-Repeat: # cd /usr/ports/audio/mutagen # make install # make package # make deinstall # pkg_add mutagen-1.2.tbz # make deinstall # make reinstall # make package It worked fine.
Responsible Changed From-To: freebsd-ports-bugs->itetcu Take, I have a python fan I have to put at work :P
Attached is a patch that uses PYDISTUTILS instead of hand-made targets. I also added a option to use py-vorbis, which will give support to tag flacvorbis and oggvorbis files. I also made it use ${PYTHON_PKGNAMEPREFIX} so that it follows conventions for python ports. Alex
State Changed From-To: open->feedback Ask for submitter approval.
Ion-Mihai Tetcu wrote: > Synopsis: New port: auido/mutagen, A Python-based audio metadata tag reader and writer > > State-Changed-From-To: open->feedback > State-Changed-By: itetcu > State-Changed-When: Sun May 14 23:11:46 UTC 2006 > State-Changed-Why: > Ask for submitter approval. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=97276 > Great! I approve it. Sincerely, -- Byung-Hee HWANG <bh@izb.knu.ac.kr> "A sentence is made by choices of words." -- C. IULIUS CAESAR
State Changed From-To: feedback->open Submitter approved the new patch.
State Changed From-To: open->suspended Waiting for submiters of ports/96897 and ports/97276 to decide who will maintain the new port
State Changed From-To: suspended->closed Committed. Thanks!