diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-25 17:09:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:26 +0700 |
commit | f170fbc8bce96462291713fafe30eb29b1dcf62a (patch) | |
tree | b4be73341023a3531fc1dc2ba47acafcc715f328 /audio/xmms2/xmms2.SlackBuild | |
parent | a1408dc28e71cc2d69a5dc153a6a7c0b0e516f9d (diff) |
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/xmms2/xmms2.SlackBuild')
-rw-r--r-- | audio/xmms2/xmms2.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild index 8e65282b47f0e..24bbf441e2d6e 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 |