mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/clementine: Updated for version 1.0.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
dd0cb89541
commit
7c3584d4ed
3 changed files with 23 additions and 17 deletions
|
@ -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/ )
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue