summaryrefslogtreecommitdiffstats
path: root/audio/clementine
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-16 10:48:44 +0200
committer dsomero <xgizzmo@slackbuilds.org>2012-09-16 19:44:41 -0400
commit83822794e5980fc7d6df13fa44bc0a15e4ff2cec (patch)
tree33a6fe14785a9a865d15a845b237da953b82078c /audio/clementine
parent0b2db7a682d95e273d0789382d48528ca8e8df47 (diff)
downloadslackbuilds-83822794e5980fc7d6df13fa44bc0a15e4ff2cec.tar.gz
slackbuilds-83822794e5980fc7d6df13fa44bc0a15e4ff2cec.tar.xz
audio/clementine: Updated for version 20120913_5ddabb4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/clementine')
-rw-r--r--audio/clementine/README1
-rw-r--r--audio/clementine/clementine.SlackBuild4
-rw-r--r--audio/clementine/clementine.info8
3 files changed, 6 insertions, 7 deletions
diff --git a/audio/clementine/README b/audio/clementine/README
index b2c35651f5..5b8f452a59 100644
--- a/audio/clementine/README
+++ b/audio/clementine/README
@@ -13,7 +13,6 @@ gst-plugins-bad (for http support)
gst-plugins-ugly (for mp3 support)
libimobiledevice (for iPod support)
libusbmuxd (for iPod support)
-protobuf (for Spotify support)
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/ )
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index d5a9602391..f70e1cb50e 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=clementine
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-20120913_5ddabb4}
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 . \
diff --git a/audio/clementine/clementine.info b/audio/clementine/clementine.info
index a0a44a2237..03fa85c1e6 100644
--- a/audio/clementine/clementine.info
+++ b/audio/clementine/clementine.info
@@ -1,10 +1,10 @@
PRGNAM="clementine"
-VERSION="1.0.1"
+VERSION="20120913_5ddabb4"
HOMEPAGE="http://www.clementine-player.org/"
-DOWNLOAD="http://clementine-player.googlecode.com/files/clementine-1.0.1.tar.gz"
-MD5SUM="54dc47eb2de5960cd1654e1249a59bc6"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/clementine-20120913_5ddabb4.tar.xz"
+MD5SUM="9b57555e5c2a622a839062c5ccd95159"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="qjson"
+REQUIRES="protobuf qjson"
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"