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

David Runge dvzrv at archlinux.org
Sun Aug 4 18:56:14 UTC 2019


    Date: Sunday, August 4, 2019 @ 18:56:14
  Author: dvzrv
Revision: 497372

upgpkg: freeverb3 3.2.1-3

Removing audacious plugin, as it makes audacious segfault on start (FS#63013). Problem reported upstream.

Modified:
  freeverb3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-04 16:18:32 UTC (rev 497371)
+++ PKGBUILD	2019-08-04 18:56:14 UTC (rev 497372)
@@ -2,7 +2,7 @@
 
 pkgname=freeverb3
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A signal processing library"
 arch=('x86_64')
 url="http://www.nongnu.org/freeverb3"
@@ -10,7 +10,6 @@
 depends=('fftw')
 makedepends=('audacious' 'chrpath' 'gtk3' 'jack' )
 optdepends=('jack: for standalone applications'
-            'audacious: for audacious plugin'
             'gtk3: for audacious plugin')
 provides=('libfreeverb3.so')
 source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
@@ -29,8 +28,7 @@
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr \
-              --enable-jack \
-              --enable-audacious
+              --enable-jack
   make
 }
 



More information about the arch-commits mailing list