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

Gaetan Bisson bisson at archlinux.org
Mon Oct 25 00:44:38 UTC 2010


    Date: Sunday, October 24, 2010 @ 20:44:38
  Author: bisson
Revision: 96822

recent versions of projectm are not supported

Modified:
  audacious-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-24 22:50:30 UTC (rev 96821)
+++ PKGBUILD	2010-10-25 00:44:38 UTC (rev 96822)
@@ -4,7 +4,7 @@
 
 pkgname=audacious-plugins
 pkgver=2.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Audacious'
 arch=('i686' 'x86_64')
 url='http://audacious-media-player.org/'
@@ -16,7 +16,7 @@
              'alsa-lib' 'jack' 'lame' 'libvorbis' 'flac'
              'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack'
              'libnotify' 'lirc-utils' 'curl' 'libmtp'
-             'projectm' 'neon' 'libmms' 'libcue')
+             'neon' 'libmms' 'libcue')
 
 optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
             'jack: Jack Audio Connection Kit output'
@@ -36,7 +36,6 @@
             'curl: AudioScrobbler Client'
             'libmtp: Upload to MTP device'
 
-            'projectm: ProjectM visualization'
             'neon: neon-based http transport'
             'libmms: libmms-based mms transport'
             'libcue: CUE playlist format')
@@ -48,7 +47,9 @@
   cd "$srcdir/$pkgname-$pkgver"
   [[ $CARCH == x86_64 ]] && extraopts='' || extraopts='--disable-sse2'
   ./configure --prefix=/usr --disable-pulse --enable-chardet \
-    --enable-amidiplug --disable-adplug $extraopts
+    --enable-amidiplug --disable-adplug $extraopts \
+    --disable-projectm # no support for projectm-2.0.1, cf. FS#21344
+                       # would require libvisual-projectm in make/optdeps
   make
 }
 




More information about the arch-commits mailing list