From 4943552c400333a3492c44998cac5d5dd72abf0a Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Wed, 4 May 2022 14:07:44 +0100 Subject: development/mutagen: Updated for version 1.45.1. New maintainer. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- development/mutagen/README | 4 ++-- development/mutagen/mutagen.SlackBuild | 12 ++++-------- development/mutagen/mutagen.info | 10 +++++----- development/mutagen/slack-desc | 2 +- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/development/mutagen/README b/development/mutagen/README index 195ddb9cb5..c344159d01 100644 --- a/development/mutagen/README +++ b/development/mutagen/README @@ -1,4 +1,4 @@ -mutagen (Python 2/3 module for handling audio metadata) +mutagen (Python 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 @@ -11,5 +11,5 @@ 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 3.6+ and has no dependencies outside the Python standard library. diff --git a/development/mutagen/mutagen.SlackBuild b/development/mutagen/mutagen.SlackBuild index 39ca9c3575..d5206e01b3 100644 --- a/development/mutagen/mutagen.SlackBuild +++ b/development/mutagen/mutagen.SlackBuild @@ -2,6 +2,7 @@ # # Slackware build script for mutagen. # +# Copyright 2022 fourtysixandtwo # Copyright 2016-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2016 Dugan Chen (thedoogster [at] gmail [dot] [com]) # Copyright 2008 Frank Caraballo @@ -27,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mutagen -VERSION=${VERSION:-1.43.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.45.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,12 +85,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -python setup.py install --root $PKG - -# Install python3 bindings. -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +python3 setup.py install --root=$PKG # Move man page(s) to correct location: mv $PKG/usr/share/man $PKG/usr/man diff --git a/development/mutagen/mutagen.info b/development/mutagen/mutagen.info index db5233ace2..b135fce7de 100644 --- a/development/mutagen/mutagen.info +++ b/development/mutagen/mutagen.info @@ -1,10 +1,10 @@ PRGNAM="mutagen" -VERSION="1.43.0" +VERSION="1.45.1" HOMEPAGE="https://github.com/quodlibet/mutagen" -DOWNLOAD="https://github.com/quodlibet/mutagen/archive/release-1.43.0/mutagen-release-1.43.0.tar.gz" -MD5SUM="04111a3df37e5b7f0f3dcffdb4b3ad70" +DOWNLOAD="https://github.com/quodlibet/mutagen/archive/release-1.45.1/mutagen-release-1.45.1.tar.gz" +MD5SUM="408317cb65413381a044c720a548c49e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Edinaldo P. Silva" -EMAIL="edps.mundognu@gmail.com" +MAINTAINER="fourtysixandtwo" +EMAIL="fourtysixandtwo@sliderr.net" diff --git a/development/mutagen/slack-desc b/development/mutagen/slack-desc index 4513a7abc2..b10eff0271 100644 --- a/development/mutagen/slack-desc +++ b/development/mutagen/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -mutagen: mutagen (Python 2/3 module for handling audio metadata) +mutagen: mutagen (Python 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 -- cgit v1.2.3