diff options
-rw-r--r-- | audio/xmms2/README | 2 | ||||
-rw-r--r-- | audio/xmms2/xmms2.SlackBuild | 3 | ||||
-rw-r--r-- | audio/xmms2/xmms2.info | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/audio/xmms2/README b/audio/xmms2/README index ba3ef8ec70..6aa21aff61 100644 --- a/audio/xmms2/README +++ b/audio/xmms2/README @@ -4,5 +4,3 @@ robust and flexible design. The goal is to make the system easy for developers to maintain and integrate with. In terms of the listening experience, XMMS2 makes it possible for anyone to easily manage their music collection and to interact with it in a flexible manner. - -ffmpeg is an optional dependency (but it's *BROKEN* ATM) diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild index 42916441e2..e0fc6a41c2 100644 --- a/audio/xmms2/xmms2.SlackBuild +++ b/audio/xmms2/xmms2.SlackBuild @@ -5,11 +5,12 @@ # Written by Kyle Guinn <elyk03@gmail.com> # Updated by Rainer Wittmaack <ningo@gmx.net> # Updated by Andrew Brouwers, abrouwers at gmail d0t com (13.0, 64-bit) +# Updated by Matteo Bernardini, ponce at slackbuilds d0t org cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xmms2 -VERSION=${VERSION:-"0.9.3"} +VERSION=${VERSION:-"0.9.5"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/audio/xmms2/xmms2.info b/audio/xmms2/xmms2.info index 60768508b5..2fd5a40960 100644 --- a/audio/xmms2/xmms2.info +++ b/audio/xmms2/xmms2.info @@ -1,8 +1,8 @@ PRGNAM="xmms2" -VERSION="0.9.3" +VERSION="0.9.5" HOMEPAGE="http://wiki.xmms2.xmms.se/" -DOWNLOAD="https://github.com/xmms2/xmms2-devel/releases/download/0.9.3/xmms2-0.9.3.tar.xz" -MD5SUM="0b0e0df29fada5dfa638956813a34ce3" +DOWNLOAD="https://github.com/xmms2/xmms2-devel/releases/download/0.9.5/xmms2-0.9.5.tar.xz" +MD5SUM="8b8433618b43969da621a511015a5621" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Pod-Parser" |