summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author fourtysixandtwo2022-05-04 15:07:44 +0200
committer Willy Sudiarto Raharjo2022-05-07 08:59:34 +0200
commit4943552c400333a3492c44998cac5d5dd72abf0a (patch)
tree59370f4c13b38f85262cc51e7eb8bb28109d7b5d /development
parent581516335e926b04c3a52dc15c1db955a6aedf50 (diff)
downloadslackbuilds-4943552c400333a3492c44998cac5d5dd72abf0a.tar.gz
development/mutagen: Updated for version 1.45.1. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/mutagen/README4
-rw-r--r--development/mutagen/mutagen.SlackBuild12
-rw-r--r--development/mutagen/mutagen.info10
-rw-r--r--development/mutagen/slack-desc2
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 <fourtysixandtwo@sliderr.net>
# Copyright 2016-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2016 Dugan Chen (thedoogster [at] gmail [dot] [com])
# Copyright 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
@@ -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