[arch-commits] Commit in xmms2/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Jul 29 07:30:14 UTC 2021


    Date: Thursday, July 29, 2021 @ 07:30:14
  Author: dvzrv
Revision: 990035

upgpkg: xmms2 0.8DrO_o.7391.dedc33d7-6: Rebuild against fluidsynth 2.2.

Add sqlite to optdepends for sqlite2s4.
Export LINKFLAGS in build() to prevent excessive overlinking.
Remove unneeded CXXFLAGS/CFLAGS.

Modified:
  xmms2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-29 07:21:21 UTC (rev 990034)
+++ PKGBUILD	2021-07-29 07:30:14 UTC (rev 990035)
@@ -9,7 +9,7 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o.7391.dedc33d7
-pkgrel=5
+pkgrel=6
 pkgdesc='X-platform Music Multiplexing System 2'
 arch=(x86_64)
 url='https://xmms2.org/'
@@ -45,6 +45,7 @@
           'ruby: Ruby bindings'
           'smbclient: direct CIFS/SMB access'
           'speex: Speex support'
+          'sqlite: for sqlite2s4'
           'wavpack: WavPack support')
 makedepends=("${_depends[@]%%:*}" git libpulse perl-pod-parser waf)
 optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
@@ -78,7 +79,8 @@
 
 build() {
   cd xmms2-devel
-  CXXFLAGS='-Wall' CFLAGS='-Wall' waf configure --prefix=/usr --sbindir=/usr/bin --without-ldconfig \
+  export LINKFLAGS="$LDFLAGS"
+  waf configure --prefix=/usr --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\'` \



More information about the arch-commits mailing list