Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27981

Added Files:
        mutagen-py.info 
Log Message:
new pkg mutagen-py 1.22
updated version of very old pymutagen in 10.4, but renamed to match
actual upstream naming. Nothing dependend on it, so rename should leave no 
orphans
across an unsupported upgrade path

--- NEW FILE: mutagen-py.info ---
Info2: <<
Package: mutagen-py%type_pkg[python]
Version: 1.22
Revision: 2
License: GPL
Description: Module to handle audio metadata
Type: python (2.7)
Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
Depends: python%type_pkg[python]
Source: http://mutagen.googlecode.com/files/mutagen-%v.tar.gz
Source-MD5: 8fe392660daa451e3643abb688f59295
Source-Checksum: SHA1(4338be32a7fcdbc9063ce58277c144a143a856be)
SourceDirectory: mutagen-%v
CompileScript: <<
#!/bin/sh -ev
%p/bin/python%type_raw[python] setup.py build
<<
InfoTest: <<
        TestScript: <<
                #!/bin/sh -ev
                # Mid3Iconv and Mid3v2 tests fail if LANG is not set (ahem 
fink-bld)
                # fixed for 1.23
                # http://code.google.com/p/mutagen/issues/detail?id=161
                export LANG=en_US.utf-8
                echo "NOTE: Tests take a long time and slow down the user 
interface!"
                echo "Starting time: `date`"
                %p/bin/python%type_raw[python] setup.py test || exit 2
                echo "Finished time: `date`"
        <<
<<
InstallScript: <<
#!/bin/sh -ev
%p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
mv %i/bin/mid3iconv %i/bin/mid3iconv-py%type_pkg[python]
mv %i/bin/mid3v2 %i/bin/mid3v2-py%type_pkg[python]
mv %i/bin/moggsplit %i/bin/moggsplit-py%type_pkg[python]
mv %i/bin/mutagen-inspect %i/bin/mutagen-inspect-py%type_pkg[python]
mv %i/bin/mutagen-pony %i/bin/mutagen-pony-py%type_pkg[python]
mv %i/share/man/man1/mid3iconv.1 
%i/share/man/man1/mid3iconv-py%type_pkg[python].1
mv %i/share/man/man1/mid3v2.1 %i/share/man/man1/mid3v2-py%type_pkg[python].1
mv %i/share/man/man1/moggsplit.1 
%i/share/man/man1/moggsplit-py%type_pkg[python].1
mv %i/share/man/man1/mutagen-inspect.1 
%i/share/man/man1/mutagen-inspect-py%type_pkg[python].1
mv %i/share/man/man1/mutagen-pony.1 
%i/share/man/man1/mutagen-pony-py%type_pkg[python].1
<<
DocFiles: COPYING NEWS PKG-INFO README TODO 
HomePage: http://code.google.com/p/mutagen/
DescDetail: <<
Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC,
M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg
Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of
ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can
read Xing headers to accurately calculate the bitrate and length of MP3s.
ID3 and APEv2 tags can be edited regardless of audio format. It can also
manipulate Ogg streams on an individual packet/page level.
<<
DescPackaging: <<
Based on pymutagen-py-v1.14 by Pierre-Henri Lavigne.
<<
<<


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to