summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-01-02 22:26:15 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit6b2b4f61868dee21e621cbc68a5e8deafaa44921 (patch)
tree451cc289af37821ade17f13fcbe46b7539939934
parent8eca01b82db322e4c1186de22ee764a93e4628ca (diff)
downloadslackbuilds-6b2b4f61868dee21e621cbc68a5e8deafaa44921.tar.gz
slackbuilds-6b2b4f61868dee21e621cbc68a5e8deafaa44921.tar.xz
audio/clementine: Updated for version 20151123_136c980.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/clementine/README9
-rw-r--r--audio/clementine/clementine.SlackBuild4
-rw-r--r--audio/clementine/clementine.info8
3 files changed, 11 insertions, 10 deletions
diff --git a/audio/clementine/README b/audio/clementine/README
index 740d992c12..667007f802 100644
--- a/audio/clementine/README
+++ b/audio/clementine/README
@@ -9,8 +9,9 @@ Features:
* Native desktop notifications on Linux (libnotify) and Mac OS X (Growl)
Optional dependencies:
-gst0-plugins-bad (for http support)
-gst0-plugins-ugly (for mp3 support)
+gst-plugins-bad (for http support)
+gst-plugins-ugly (for mp3 support)
+gst-libav (for m4a support)
+sparsehash (for various online services)
libspotify and libqca (for Spotify support) (not on SBo)
-libvlc (not available on slackbuilds.org but AlienBob has vlc packages
-and slackbuilds at http://connie.slackware.com/~alien/slackbuilds/vlc/ )
+vlc
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index 2e60758b24..876fcbb699 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=clementine
-VERSION=${VERSION:-1.2.3}
+VERSION=${VERSION:-20151123_136c980}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/audio/clementine/clementine.info b/audio/clementine/clementine.info
index e6d316dba4..0fe19ad952 100644
--- a/audio/clementine/clementine.info
+++ b/audio/clementine/clementine.info
@@ -1,10 +1,10 @@
PRGNAM="clementine"
-VERSION="1.2.3"
+VERSION="20151123_136c980"
HOMEPAGE="http://www.clementine-player.org/"
-DOWNLOAD="https://github.com/clementine-player/Clementine/releases/download/1.2.3/clementine-1.2.3.tar.gz"
-MD5SUM="91e96c9d36566668b24ac7d465cfee5f"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/clementine-20151123_136c980.tar.xz"
+MD5SUM="a131a4629debfca22950885aa8c06925"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="protobuf"
+REQUIRES="chromaprint cryptopp libechonest protobuf"
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"