mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/CherryMusic: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e6eba48c41
commit
f7f9898e7a
3 changed files with 18 additions and 9 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue