audio/clementine: Updated for version 20151123_136c980.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8eca01b82d
commit
6b2b4f6186
|
@ -9,8 +9,9 @@ Features:
|
||||||
* Native desktop notifications on Linux (libnotify) and Mac OS X (Growl)
|
* Native desktop notifications on Linux (libnotify) and Mac OS X (Growl)
|
||||||
|
|
||||||
Optional dependencies:
|
Optional dependencies:
|
||||||
gst0-plugins-bad (for http support)
|
gst-plugins-bad (for http support)
|
||||||
gst0-plugins-ugly (for mp3 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)
|
libspotify and libqca (for Spotify support) (not on SBo)
|
||||||
libvlc (not available on slackbuilds.org but AlienBob has vlc packages
|
vlc
|
||||||
and slackbuilds at http://connie.slackware.com/~alien/slackbuilds/vlc/ )
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# Modified by SlackBuilds.org
|
# Modified by SlackBuilds.org
|
||||||
|
|
||||||
PRGNAM=clementine
|
PRGNAM=clementine
|
||||||
VERSION=${VERSION:-1.2.3}
|
VERSION=${VERSION:-20151123_136c980}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="clementine"
|
PRGNAM="clementine"
|
||||||
VERSION="1.2.3"
|
VERSION="20151123_136c980"
|
||||||
HOMEPAGE="http://www.clementine-player.org/"
|
HOMEPAGE="http://www.clementine-player.org/"
|
||||||
DOWNLOAD="https://github.com/clementine-player/Clementine/releases/download/1.2.3/clementine-1.2.3.tar.gz"
|
DOWNLOAD="http://ponce.cc/slackware/sources/repo/clementine-20151123_136c980.tar.xz"
|
||||||
MD5SUM="91e96c9d36566668b24ac7d465cfee5f"
|
MD5SUM="a131a4629debfca22950885aa8c06925"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="protobuf"
|
REQUIRES="chromaprint cryptopp libechonest protobuf"
|
||||||
MAINTAINER="David Woodfall"
|
MAINTAINER="David Woodfall"
|
||||||
EMAIL="dave@dawoodfall.net"
|
EMAIL="dave@dawoodfall.net"
|
||||||
|
|
Loading…
Reference in New Issue