summaryrefslogtreecommitdiffstats
path: root/audio/quodlibet
diff options
context:
space:
mode:
Diffstat (limited to 'audio/quodlibet')
-rw-r--r--audio/quodlibet/README5
-rw-r--r--audio/quodlibet/quodlibet.SlackBuild3
-rw-r--r--audio/quodlibet/quodlibet.info8
3 files changed, 10 insertions, 6 deletions
diff --git a/audio/quodlibet/README b/audio/quodlibet/README
index fb4580de01..9ded78f4c0 100644
--- a/audio/quodlibet/README
+++ b/audio/quodlibet/README
@@ -27,6 +27,9 @@ https://quodlibet.readthedocs.io/en/quodlibet-3.9/guide/playback/backends.html
Optional dependencies:
+ * gst-plugins-bad-nonfree, gst-plugins-ugly - for extra audio codecs
+ * libmodplug - for MOD file support
* musicbrainzngs - for the musicbrainz plugin
* pyinotify - for the auto library update plugin
- * webkit2gtk - for the lyrics window plugin
+ * webkit2gtk4 - for the lyrics window plugin
+ * paho-mqtt - for the MQTT plugin
diff --git a/audio/quodlibet/quodlibet.SlackBuild b/audio/quodlibet/quodlibet.SlackBuild
index 0ba9567f8b..1d9c2e961c 100644
--- a/audio/quodlibet/quodlibet.SlackBuild
+++ b/audio/quodlibet/quodlibet.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=quodlibet
-VERSION=${VERSION:-4.4.0}
+VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,6 +78,7 @@ chown -R root:root .
python3 setup.py install --root=$PKG
+find $PKG/usr/share/man -type f -exec chmod 0644 {} \;
mv $PKG/usr/share/man $PKG/usr
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
diff --git a/audio/quodlibet/quodlibet.info b/audio/quodlibet/quodlibet.info
index d804ce2bd9..9cd6b1ed83 100644
--- a/audio/quodlibet/quodlibet.info
+++ b/audio/quodlibet/quodlibet.info
@@ -1,10 +1,10 @@
PRGNAM="quodlibet"
-VERSION="4.4.0"
+VERSION="4.5.0"
HOMEPAGE="https://github.com/quodlibet/quodlibet/"
-DOWNLOAD="https://github.com/quodlibet/quodlibet/releases/download/release-4.4.0/quodlibet-4.4.0.tar.gz"
-MD5SUM="6ea4e3e646e2fce0d3f44c4cf6932d81"
+DOWNLOAD="https://github.com/quodlibet/quodlibet/releases/download/release-4.5.0/quodlibet-4.5.0.tar.gz"
+MD5SUM="4d8ac6fb4a89d25d99952f5e7e763d9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="gst-plugins-ugly gst-python mutagen feedparser python3-sgmllib3k"
+REQUIRES="mutagen feedparser"
MAINTAINER="Nick Smallbone"
EMAIL="nick@smallbone.se"