* update xmms2 to 0.9.4-3.1

This commit is contained in:
Alexander Baldeck 2024-12-01 20:34:56 +01:00
parent 43b7f4ad96
commit 43f8bd1f67
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = xmms2
pkgdesc = X-platform Music Multiplexing System 2
pkgver = 0.9.4
pkgrel = 3
pkgrel = 3.1
url = https://github.com/xmms2/wiki/wiki
arch = x86_64
arch = powerpc64le

View File

@ -10,7 +10,7 @@
pkgname=xmms2
pkgver=0.9.4
pkgrel=3
pkgrel=3.1
pkgdesc='X-platform Music Multiplexing System 2'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/xmms2/wiki/wiki'
@ -64,7 +64,7 @@ sha256sums=('100a35d2467006fe1828988043a9202e804ed8b0e94326addf32bb27645cb42a'
build() {
cd xmms2-$pkgver
export LINKFLAGS="$LDFLAGS"
./waf configure --prefix=/usr --sbindir=/usr/bin --without-ldconfig \
./waf configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin --without-ldconfig \
--with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \
--with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` \
--with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \