network/CherryMusic: Updated for version 0.32.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-04-09 15:57:10 +07:00 committed by Willy Sudiarto Raharjo
parent 00bf1e2e26
commit cbc645af90
3 changed files with 8 additions and 10 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CherryMusic
VERSION=${VERSION:-0.31.2}
VERSION=${VERSION:-0.32.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="CherryMusic"
VERSION="0.31.2"
VERSION="0.32.0"
HOMEPAGE="http://www.fomori.org/cherrymusic/"
DOWNLOAD="https://pypi.python.org/packages/source/C/CherryMusic/CherryMusic-0.31.2.tar.gz"
MD5SUM="89a7301def0dbe45ae03e59005ff9616"
DOWNLOAD="https://pypi.python.org/packages/source/C/CherryMusic/CherryMusic-0.32.0.tar.gz"
MD5SUM="0b6b4812b3f019f2b050747e729a3066"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CherryPy mutagen %README%"
REQUIRES="CherryPy"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"

View file

@ -14,9 +14,7 @@ current features:
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
Live transcoding: lame, flac, faad2
ID3-Tag reading: stagger (not available for repo)
For special character search terms: Unidecode
HTTPS support in Python 2: pyOpenSSL (in Python 3 it works out of the box)