summaryrefslogtreecommitdiffstats
path: root/audio/clementine
diff options
context:
space:
mode:
author Dave Woodfall <dave@tty1.uk>2019-02-26 09:23:44 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-02 07:40:23 +0700
commit39b68d30c98a7345c376e79f41512b459d85bc46 (patch)
treeb85b0a904f95395f5faed1865d447f1c37c7755d /audio/clementine
parentd9bf77a38ef435d28e7532521aea444d1a72e8e3 (diff)
downloadslackbuilds-39b68d30c98a7345c376e79f41512b459d85bc46.tar.gz
slackbuilds-39b68d30c98a7345c376e79f41512b459d85bc46.tar.xz
audio/clementine: Update to 1.3.1_560_g248f1d8
Diffstat (limited to 'audio/clementine')
-rw-r--r--audio/clementine/clementine.SlackBuild21
-rw-r--r--audio/clementine/clementine.info10
2 files changed, 11 insertions, 20 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index 8f6d7039e0..75e2d2e0e3 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for clementine
-# Copyright 2010 David Woodfall <dave@dawoodfall.net>
+# Copyright 2010 David Woodfall <dave@tty1.uk>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,9 +25,8 @@
# Modified by SlackBuilds.org
PRGNAM=clementine
-SRCNAM=${PRGNAM/c/C}
-VERSION=${VERSION:-1.3.1_c7f3ae9}
-COMMITVERSION="c7f3ae93e0dbc0d7a04e7691114d9faab0da1740"
+VERSION=${VERSION:-1.3.1_560_g248f1d8}
+SRCVERSION=${VERSION//_/-}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$COMMITVERSION
-tar xvf $CWD/$SRCNAM-$COMMITVERSION.tar.gz
-cd $SRCNAM-$COMMITVERSION
+rm -rf $PRGNAM-$SRCVERSION
+tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.xz
+cd $PRGNAM-$SRCVERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -73,14 +72,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/sqlite.patch
-
-# This is no longer needed but I'll keep it around just in case the above fails
-# for any reason.
-# Add upstream patch for chromaprint 1.4 compatibility
-# https://github.com/clementine-player/Clementine/commit/ded312685735fc266d4154d355286eeb86db3bcd
-#patch -p1 < $CWD/chromaprint-1.4.patch
-
mkdir build
cd build
cmake \
diff --git a/audio/clementine/clementine.info b/audio/clementine/clementine.info
index c62d4277b6..6373d4f098 100644
--- a/audio/clementine/clementine.info
+++ b/audio/clementine/clementine.info
@@ -1,10 +1,10 @@
PRGNAM="clementine"
-VERSION="1.3.1_c7f3ae9"
+VERSION="1.3.1_560_g248f1d8"
HOMEPAGE="http://www.clementine-player.org"
-DOWNLOAD="https://github.com/clementine-player/Clementine/archive/c7f3ae9/Clementine-c7f3ae93e0dbc0d7a04e7691114d9faab0da1740.tar.gz"
-MD5SUM="654dba49d8c1b3af543f47c4a1ec2388"
+DOWNLOAD="https://builds.clementine-player.org/source/clementine-1.3.1-560-g248f1d8.tar.xz"
+MD5SUM="2ad9b998ed1f1c8d42ca43529a9aec5e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="chromaprint cryptopp libechonest protobuf"
-MAINTAINER="David Woodfall"
-EMAIL="dave@dawoodfall.net"
+MAINTAINER="Dave Woodfall"
+EMAIL="dave@tty1.uk"