development/mutagen: Updated for version 1.39.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-11-05 20:52:48 +00:00 committed by David Spencer
parent ac3c0f5e68
commit 49a9b26be7
4 changed files with 15 additions and 15 deletions

View File

@ -1,20 +1,20 @@
mutagen (Python 2/3 module for handling audio metadata)
Mutagen is a Python module to handle audio metadata. It supports ASF,
FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg
Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and
FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg
Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and
AIFF 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
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.
Mutagen works with Python 2.7, 3.3+ and has no dependencies outside
Mutagen works with Python 2.7, 3.3+ and has no dependencies outside
the Python standard library.
NOTE: to build mutagen with python3 run the slackbuild with option
NOTE: to build mutagen with python3 run the slackbuild with option
PYTHON3=yes.
# PYTHON3=yes ./mutagen.SlackBuild

View File

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mutagen
VERSION=${VERSION:-1.38}
VERSION=${VERSION:-1.39}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -91,7 +91,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING NEWS README.rst docs/ $PKG/usr/doc/$PRGNAM-$VERSION
cp -r COPYING NEWS README.rst docs/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="mutagen"
VERSION="1.38"
VERSION="1.39"
HOMEPAGE="https://github.com/quodlibet/mutagen"
DOWNLOAD="https://github.com/quodlibet/mutagen/archive/release-1.38/mutagen-release-1.38.tar.gz"
MD5SUM="163fdd8a55c25c9be7bc71239b573427"
DOWNLOAD="https://github.com/quodlibet/mutagen/archive/release-1.39/mutagen-release-1.39.tar.gz"
MD5SUM="3952ac09951d5c9b77bda8f76537fa8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -9,8 +9,8 @@
mutagen: mutagen (Python 2/3 module for handling audio metadata)
mutagen:
mutagen: Mutagen is a Python module to handle audio metadata. It supports ASF,
mutagen: FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg
mutagen: Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and
mutagen: FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg
mutagen: Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and
mutagen: AIFF audio files.
mutagen:
mutagen: Homepage: https://github.com/quodlibet/mutagen