From 7c3584d4ed4a1da443eda11500707b062d8afd8e Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Sun, 8 Jan 2012 13:58:52 -0600 Subject: audio/clementine: Updated for version 1.0.0. Signed-off-by: Erik Hanson --- audio/clementine/README | 23 +++++++++++++++-------- audio/clementine/clementine.SlackBuild | 7 +++---- audio/clementine/clementine.info | 10 +++++----- 3 files changed, 23 insertions(+), 17 deletions(-) (limited to 'audio') 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" -- cgit v1.2.3-80-g2a13