summaryrefslogtreecommitdiff
path: root/community/guitarix2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-19 04:00:43 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-19 04:00:43 +0000
commit4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch)
tree5e022d124eb60b93d19e96a0d9c0e8532be87a6e /community/guitarix2
parentf8a4eefb2bb008f302349db07da4a75e746a1aeb (diff)
Sat Apr 19 03:57:19 UTC 2014
Diffstat (limited to 'community/guitarix2')
-rw-r--r--community/guitarix2/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD
index 8af491c5e..c3371cd8a 100644
--- a/community/guitarix2/PKGBUILD
+++ b/community/guitarix2/PKGBUILD
@@ -1,36 +1,36 @@
-# $Id: PKGBUILD 102254 2013-12-07 10:36:38Z bpiotrowski $
+# $Id: PKGBUILD 109674 2014-04-18 03:06:05Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
pkgname=guitarix2
-pkgver=0.28.3
-pkgrel=2
+pkgver=0.29.0
+pkgrel=1
pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
arch=('i686' 'x86_64')
url="http://guitarix.sourceforge.net/"
license=('GPL')
depends=('gtkmm' 'jack' 'librsvg' 'liblrdf' 'bluez-libs' 'boost-libs'
'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python2' 'boost' 'intltool' 'lv2')
+makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
optdepends=('meterbridge: sound meters')
provides=('guitarix' 'gx_head')
conflicts=('guitarix' 'gx_head')
replaces=('guitarix' 'gx_head')
install="$pkgname.install"
source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2")
-md5sums=('9b535512a07d5a48e67a5cec01ee6944')
+md5sums=('c75821c75094c9592ff0543bb2c18449')
build() {
- cd "$srcdir/guitarix-$pkgver"
- python2 waf configure --prefix=/usr \
+ cd guitarix-$pkgver
+ python waf configure --prefix=/usr \
--no-desktop-update \
--no-ldconfig \
--no-faust \
--shared-lib \
--lib-dev
- python2 waf build
+ python waf build
}
package() {
- cd "$srcdir/guitarix-$pkgver"
- python2 waf install --destdir="$pkgdir"
+ cd guitarix-$pkgver
+ python waf install --destdir="$pkgdir"
}