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

Evangelos Foutras foutrelis at archlinux.org
Tue Oct 20 03:57:32 UTC 2015


    Date: Tuesday, October 20, 2015 @ 05:57:32
  Author: foutrelis
Revision: 144388

boost 1.59.0 rebuild

Note: This is built using a mirror snapshot from 2015-10-01 in order to avoid
      build failures that occur due to glibmm 2.46's transition over to C++11.
      (Might also be source-incompatible with libsigc++>=2.6.0.)

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-19 19:44:48 UTC (rev 144387)
+++ PKGBUILD	2015-10-20 03:57:32 UTC (rev 144388)
@@ -3,7 +3,7 @@
 
 pkgname=guitarix2
 pkgver=0.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
 url="http://guitarix.sourceforge.net/"
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
          'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 optdepends=('meterbridge: sound meters')
 provides=('guitarix' 'gx_head')
 conflicts=('guitarix' 'gx_head')
@@ -21,16 +21,16 @@
 
 build() {
   cd guitarix-$pkgver
-  python waf configure --prefix=/usr \
+  python2 waf configure --prefix=/usr \
                         --no-desktop-update \
                         --no-ldconfig \
                         --no-faust \
                         --shared-lib \
                         --lib-dev
-  python waf build
+  python2 waf build
 }
 
 package() {
   cd guitarix-$pkgver
-  python waf install --destdir="$pkgdir"
+  python2 waf install --destdir="$pkgdir"
 }



More information about the arch-commits mailing list