diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-09 15:57:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-09 15:57:10 +0700 |
commit | cbc645af90657605a45e001f567433c33b5a6835 (patch) | |
tree | 783d3a896cb73a164060df15b71bd71c56ad5fee | |
parent | 00bf1e2e26d41db63cfa7a5fd22c0279a1fb40d3 (diff) | |
download | slackbuilds-cbc645af90657605a45e001f567433c33b5a6835.tar.gz |
network/CherryMusic: Updated for version 0.32.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/CherryMusic/CherryMusic.SlackBuild | 2 | ||||
-rw-r--r-- | network/CherryMusic/CherryMusic.info | 8 | ||||
-rw-r--r-- | network/CherryMusic/README | 8 |
3 files changed, 8 insertions, 10 deletions
diff --git a/network/CherryMusic/CherryMusic.SlackBuild b/network/CherryMusic/CherryMusic.SlackBuild index 0b459216ee..5001395597 100644 --- a/network/CherryMusic/CherryMusic.SlackBuild +++ b/network/CherryMusic/CherryMusic.SlackBuild @@ -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} diff --git a/network/CherryMusic/CherryMusic.info b/network/CherryMusic/CherryMusic.info index a78021c326..75ef22270e 100644 --- a/network/CherryMusic/CherryMusic.info +++ b/network/CherryMusic/CherryMusic.info @@ -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" diff --git a/network/CherryMusic/README b/network/CherryMusic/README index 83e2966060..0602f69e20 100644 --- a/network/CherryMusic/README +++ b/network/CherryMusic/README @@ -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) |