summaryrefslogtreecommitdiff
path: root/audio/clementine
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-01-11 19:15:40 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:15:56 -0500
commit05bbb268276279b51a2575f514796027e007a6d4 (patch)
treef707c68db5d43dac3d9ffc80260ee0d91448f9f0 /audio/clementine
parentf4be462a847849c9713586e0ebe651aa923b0fc2 (diff)
downloadslackbuilds-05bbb268276279b51a2575f514796027e007a6d4.tar.gz
audio/clementine: Updated for version 1.4.0rc1_420_g596cd9b0a.
Fixes building against qt-5.15.x, of the internal ProjectM and without libechonest (qt-4.x only, tnx to alekow on LQ) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/clementine')
-rw-r--r--audio/clementine/clementine.SlackBuild9
-rw-r--r--audio/clementine/clementine.info8
2 files changed, 9 insertions, 8 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index aeeeac98c2..e4fd4b5db0 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -25,7 +25,8 @@
# Modified by SlackBuilds.org
PRGNAM=clementine
-VERSION=${VERSION:-1.4.0rc1}
+VERSION=${VERSION:-1.4.0rc1_420_g596cd9b0a}
+SRCVER=$(echo $VERSION | tr _ - )
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$SRCVER
+tar xvf $CWD/$PRGNAM-$SRCVER.tar.xz
+cd $PRGNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/audio/clementine/clementine.info b/audio/clementine/clementine.info
index 597af387fa..18e86f2005 100644
--- a/audio/clementine/clementine.info
+++ b/audio/clementine/clementine.info
@@ -1,10 +1,10 @@
PRGNAM="clementine"
-VERSION="1.4.0rc1"
+VERSION="1.4.0rc1_420_g596cd9b0a"
HOMEPAGE="http://www.clementine-player.org"
-DOWNLOAD="https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1/clementine-1.4.0rc1.tar.xz"
-MD5SUM="c58d09300081854485749cb8c8b18d61"
+DOWNLOAD="https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-420-g596cd9b0a/clementine-1.4.0rc1-420-g596cd9b0a.tar.xz"
+MD5SUM="9087b85ebfd7950e4a3c89524a805764"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="chromaprint cryptopp libechonest protobuf qt5"
+REQUIRES="chromaprint cryptopp protobuf qt5"
MAINTAINER="Dave Woodfall"
EMAIL="dave@slackbuilds.org"