summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Matteo Bernardini2023-06-25 17:09:53 +0200
committer Willy Sudiarto Raharjo2023-07-02 18:21:26 +0200
commitf170fbc8bce96462291713fafe30eb29b1dcf62a (patch)
treeb4be73341023a3531fc1dc2ba47acafcc715f328 /audio
parenta1408dc28e71cc2d69a5dc153a6a7c0b0e516f9d (diff)
downloadslackbuilds-f170fbc8bce96462291713fafe30eb29b1dcf62a.tar.gz
audio/xmms2: Updated for version 0.9.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms2/xmms2.SlackBuild6
-rw-r--r--audio/xmms2/xmms2.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild
index 8e65282b47..24bbf441e2 100644
--- a/audio/xmms2/xmms2.SlackBuild
+++ b/audio/xmms2/xmms2.SlackBuild
@@ -9,7 +9,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xmms2
-VERSION=${VERSION:-"20170827_dedc33d"}
+VERSION=${VERSION:-"0.9.3"}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -67,7 +67,6 @@ find -L . \
export CCFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
-# some plugins are disabled because newer ffmpegs aren't supported yet
# 20221224 bkw: added tests to --without-optionals. it causes the build
# to fail if cunit is installed.
./waf --prefix=/usr \
@@ -75,7 +74,6 @@ export CXXFLAGS="$SLKCFLAGS"
--with-pkgconfigdir=/usr/lib${LIBDIRSUFFIX}/pkgconfig \
--mandir=/usr/man \
--without-ldconfig \
- --without-plugins=apefile,flv,tta \
--with-perl-archdir=/usr/lib$LIBDIRSUFFIX/perl5 \
--without-optionals=python,tests \
-p configure
@@ -87,7 +85,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING* README.mdown TODO \
+cp -a AUTHORS COPYING* README.mdown \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > \
$PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/audio/xmms2/xmms2.info b/audio/xmms2/xmms2.info
index 514ce65356..60768508b5 100644
--- a/audio/xmms2/xmms2.info
+++ b/audio/xmms2/xmms2.info
@@ -1,8 +1,8 @@
PRGNAM="xmms2"
-VERSION="20170827_dedc33d"
+VERSION="0.9.3"
HOMEPAGE="http://wiki.xmms2.xmms.se/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/xmms2-20170827_dedc33d.tar.xz"
-MD5SUM="082e47f3ca4f40b5c0029e8a3f0a7d55"
+DOWNLOAD="https://github.com/xmms2/xmms2-devel/releases/download/0.9.3/xmms2-0.9.3.tar.xz"
+MD5SUM="0b0e0df29fada5dfa638956813a34ce3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Pod-Parser"