summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2012-01-08 13:58:52 -0600
committer Erik Hanson <erik@slackbuilds.org>2012-01-08 13:58:52 -0600
commit7c3584d4ed4a1da443eda11500707b062d8afd8e (patch)
treee1e381119fb80f7f6ea8bf97c64f16eb77660222
parentdd0cb895410062a837412973343609d35869c77a (diff)
downloadslackbuilds-7c3584d4ed4a1da443eda11500707b062d8afd8e.tar.gz
slackbuilds-7c3584d4ed4a1da443eda11500707b062d8afd8e.tar.xz
audio/clementine: Updated for version 1.0.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--audio/clementine/README23
-rw-r--r--audio/clementine/clementine.SlackBuild7
-rw-r--r--audio/clementine/clementine.info10
3 files changed, 23 insertions, 17 deletions
diff --git a/audio/clementine/README b/audio/clementine/README
index 6b53d17485..d826f815f7 100644
--- a/audio/clementine/README
+++ b/audio/clementine/README
@@ -8,14 +8,21 @@ Features:
* Cross-platform - works on Windows, Mac OS X and Linux
* Native desktop notifications on Linux (libnotify) and Mac OS X (Growl)
-Note:
-*You will need gst-plugins-ugly installed to be able to play mp3s.
+Dependencies:
-Optional Dependecies:
+qjson (required) (on sbo)
-libimobiledevice
-usbmuxd
-libvlc (Not available on slackbuilds.org but AlienBob has vlc packages &
+gst-plugins-bad (optional, for http support) (on sbo)
+gst-plugins-ugly (optional, for mp3 support) (on sbo)
+libgpod (optional, for iPod support) (not on sbo)
+libimobiledevice (optional, for iPod support) (on sbo)
+libplist (optional, for iPod support) (not on sbo)
+libusbmuxd (optional, for iPod support) (on sbo)
+libmtp (optional, for MTP support) (not on sbo)
+libgio (optional, for various device support) (not on sbo)
+libcdio (optional, for CD support) (not on sbo)
+libprotobuf and protobuf-compiler (optional, for Spotify support) (on sbo)
+libspotify (optional, for Spotify support) (not on sbo)
+libqca (optional, for Spotify support) (not on sbo)
+libvlc (optional, not available on slackbuilds.org but AlienBob has vlc packages &
slackbuilds here: http://connie.slackware.com/~alien/slackbuilds/vlc/ )
-
-
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index 5222f3d44a..1c8dcb34cc 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=clementine
-VERSION=${VERSION:-0.7.1}
+VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,17 +85,16 @@ cd build
make install DESTDIR=$PKG
cd ..
-for i in 16 32 64 ; do
+for i in 16 32 ; do
install -m 0644 -D dist/${PRGNAM}_${i}.png \
$PKG/usr/share/icons/hicolor/${i}x${i}/apps/application-x-clementine.png
done
-install -m 0644 -D dist/${PRGNAM}.desktop $PKG/usr/share/applications/
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a TODO $PKG/usr/doc/$PRGNAM-$VERSION/
+cp -a COPYING Changelog $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/audio/clementine/clementine.info b/audio/clementine/clementine.info
index 915eb337f8..6c57647ab4 100644
--- a/audio/clementine/clementine.info
+++ b/audio/clementine/clementine.info
@@ -1,10 +1,10 @@
PRGNAM="clementine"
-VERSION="0.7.1"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/Clementine?content=120598"
-DOWNLOAD="http://clementine-player.googlecode.com/files/clementine-0.7.1.tar.gz"
-MD5SUM="997f38d6bbd6b2fa9bf587eb89c5c2ec"
+VERSION="1.0.0"
+HOMEPAGE="http://www.clementine-player.org/"
+DOWNLOAD="http://clementine-player.googlecode.com/files/clementine-1.0.0.tar.gz"
+MD5SUM="fcf9692fdf140047937e48930fcef11c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
-APPROVED="pprkut,Erik Hanson"
+APPROVED="Erik Hanson"