diff options
author | root <root@rshg054.dnsready.net> | 2013-07-21 01:09:07 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-21 01:09:07 -0700 |
commit | 35742ff57b7b052dff497273e238578aa091407d (patch) | |
tree | a231804ef602873a57537a255455685512bd512f /community/guitarix2 | |
parent | 5dcf6953607ce10f7479bba20fae43fe6d814f2b (diff) |
Sun Jul 21 01:08:40 PDT 2013
Diffstat (limited to 'community/guitarix2')
-rw-r--r-- | community/guitarix2/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD index 790d0d9e9..178685309 100644 --- a/community/guitarix2/PKGBUILD +++ b/community/guitarix2/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 94119 2013-07-14 14:47:34Z speps $ +# $Id: PKGBUILD 94330 2013-07-20 20:04:18Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=guitarix2 -pkgver=0.27.1 -pkgrel=2 +pkgver=0.28.1 +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' 'liblrdf' 'boost-libs' 'zita-convolver' 'zita-resampler') +depends=('gtkmm' 'jack' 'liblrdf' 'boost-libs' + 'zita-convolver' 'zita-resampler' 'desktop-file-utils') makedepends=('python2' 'boost' 'intltool' 'lv2') optdepends=('meterbridge: sound meters') provides=('guitarix' 'gx_head') @@ -16,7 +17,7 @@ conflicts=('guitarix' 'gx_head') replaces=('guitarix' 'gx_head') install="$pkgname.install" source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2") -md5sums=('65e0917f9529460931be522e2879e514') +md5sums=('7038bf7ab112bd5c5c2bd86f0b632d02') build() { cd "$srcdir/guitarix-$pkgver" @@ -26,8 +27,7 @@ build() { --no-faust \ --optimization \ --shared-lib \ - --lib-dev \ - --build-lv2 + --lib-dev python2 waf build } |