diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-11-05 20:52:48 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-05 20:52:48 +0000 |
commit | 49a9b26be72ec58854f3ac966c7d2ac97b5c5734 (patch) | |
tree | 1cdaaad4b0214fd7f25e24b8e4f63300a4f9e51b /development | |
parent | ac3c0f5e682b6fd6c95a3ca6df24b744d7165055 (diff) | |
download | slackbuilds-49a9b26be72ec58854f3ac966c7d2ac97b5c5734.tar.gz |
development/mutagen: Updated for version 1.39.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/mutagen/README | 16 | ||||
-rw-r--r-- | development/mutagen/mutagen.SlackBuild | 4 | ||||
-rw-r--r-- | development/mutagen/mutagen.info | 6 | ||||
-rw-r--r-- | development/mutagen/slack-desc | 4 |
4 files changed, 15 insertions, 15 deletions
diff --git a/development/mutagen/README b/development/mutagen/README index 329c1348db..9356e2d898 100644 --- a/development/mutagen/README +++ b/development/mutagen/README @@ -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 diff --git a/development/mutagen/mutagen.SlackBuild b/development/mutagen/mutagen.SlackBuild index b85de8965c..51e9d3badf 100644 --- a/development/mutagen/mutagen.SlackBuild +++ b/development/mutagen/mutagen.SlackBuild @@ -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 diff --git a/development/mutagen/mutagen.info b/development/mutagen/mutagen.info index 77f7f52532..00d41f4b27 100644 --- a/development/mutagen/mutagen.info +++ b/development/mutagen/mutagen.info @@ -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="" diff --git a/development/mutagen/slack-desc b/development/mutagen/slack-desc index 55ad753d71..4513a7abc2 100644 --- a/development/mutagen/slack-desc +++ b/development/mutagen/slack-desc @@ -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 |