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

Ray Rashif schiv at archlinux.org
Mon Oct 13 12:51:19 UTC 2014


    Date: Monday, October 13, 2014 @ 14:51:18
  Author: schiv
Revision: 224284

Fix build failure; FS#39163

Modified:
  swh-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-13 10:50:24 UTC (rev 224283)
+++ PKGBUILD	2014-10-13 12:51:18 UTC (rev 224284)
@@ -3,6 +3,9 @@
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 # Contributor: Robert Emil Berge
 
+# move to github source? see frontpage news updates
+# and also https://github.com/swh/ladspa
+
 pkgname=swh-plugins
 pkgver=0.4.15
 pkgrel=6
@@ -11,7 +14,7 @@
 url="http://plugin.org.uk/"
 license=('GPL')
 depends=('fftw' 'ladspa')
-makedepends=('libxml2')
+makedepends=('libxml2' 'perl-xml-parser')
 groups=('ladspa-plugins')
 source=("http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz"
         'mbeq_crash_fix.patch')
@@ -18,7 +21,7 @@
 md5sums=('2fbdccef2462ea553901acd429fa3573'
          'a60422c8dea95bee6f9adcdc70dff7e0')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # Arch64 fix;
@@ -32,7 +35,11 @@
   # plugin is in use by ALSA;
   # see https://bugs.archlinux.org/task/24579
   patch -Np1 -i "$srcdir/mbeq_crash_fix.patch"
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list