summaryrefslogtreecommitdiffstats
path: root/network/CherryMusic
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-17 14:48:05 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-02-18 14:59:54 -0600
commitf7f9898e7a11657c3b7b07c1cab157cf67ad7472 (patch)
tree6c1f5b3d7b0ff6a0c29b2f80880861d25453912c /network/CherryMusic
parente6eba48c414ecf2e9e45b0b3f6de10f718ee7744 (diff)
downloadslackbuilds-f7f9898e7a11657c3b7b07c1cab157cf67ad7472.tar.gz
slackbuilds-f7f9898e7a11657c3b7b07c1cab157cf67ad7472.tar.xz
network/CherryMusic: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/CherryMusic')
-rw-r--r--network/CherryMusic/CherryMusic.SlackBuild10
-rw-r--r--network/CherryMusic/CherryMusic.info8
-rw-r--r--network/CherryMusic/README9
3 files changed, 18 insertions, 9 deletions
diff --git a/network/CherryMusic/CherryMusic.SlackBuild b/network/CherryMusic/CherryMusic.SlackBuild
index 18d2cbb497..0e127d71fe 100644
--- a/network/CherryMusic/CherryMusic.SlackBuild
+++ b/network/CherryMusic/CherryMusic.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CherryMusic
-SCRNAM=cherrymusic
-VERSION=${VERSION:-0.30.0}
+SRCNAM=cherrymusic
+VERSION=${VERSION:-0.31.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SCRNAM-$VERSION
-tar xvf $CWD/$SCRNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
-cd $SCRNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/network/CherryMusic/CherryMusic.info b/network/CherryMusic/CherryMusic.info
index 2f3aa358fd..85b6542d0a 100644
--- a/network/CherryMusic/CherryMusic.info
+++ b/network/CherryMusic/CherryMusic.info
@@ -1,10 +1,10 @@
PRGNAM="CherryMusic"
-VERSION="0.30.0"
+VERSION="0.31.1"
HOMEPAGE="http://www.fomori.org/cherrymusic/"
-DOWNLOAD="https://github.com/devsnd/cherrymusic/archive/0.30.0.tar.gz"
-MD5SUM="e3fa56220446556964c19a52f5d504c3"
+DOWNLOAD="https://github.com/devsnd/cherrymusic/archive/0.31.1.tar.gz"
+MD5SUM="a35efd7db7182b763647d0eb59a9df7b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="CherryPy mutagen"
+REQUIRES="CherryPy mutagen %README%"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
diff --git a/network/CherryMusic/README b/network/CherryMusic/README
index 780549229f..83e2966060 100644
--- a/network/CherryMusic/README
+++ b/network/CherryMusic/README
@@ -11,3 +11,12 @@ current features:
- multiple user authentication
- HTTPS support
- automatic album cover art fetching
+
+Optional dependencies are:
+
+ Live transcoding: lame, vorbis-tools, flac, faad2, mpg123 or ffmpeg (which replaces the abovementioned codecs plus adds WMA decoding)
+ ID3-Tag reading: stagger (works only with Python 3)
+ Automatic resizing of displayed cover art: imagemagick
+ For special character search terms: python-unidecode
+ For the GTK system tray icon: python-gobject
+ HTTPS support in Python 2: pyOpenSSL (in Python 3 it works out of the box)