summaryrefslogtreecommitdiff
path: root/community/guitarix2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/guitarix2
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/guitarix2')
-rw-r--r--community/guitarix2/PKGBUILD37
-rw-r--r--community/guitarix2/guitarix2.install11
2 files changed, 48 insertions, 0 deletions
diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD
new file mode 100644
index 000000000..790d0d9e9
--- /dev/null
+++ b/community/guitarix2/PKGBUILD
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 94119 2013-07-14 14:47:34Z speps $
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.27.1
+pkgrel=2
+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')
+makedepends=('python2' 'boost' '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=('65e0917f9529460931be522e2879e514')
+
+build() {
+ cd "$srcdir/guitarix-$pkgver"
+ python2 waf configure --prefix=/usr \
+ --no-desktop-update \
+ --no-ldconfig \
+ --no-faust \
+ --optimization \
+ --shared-lib \
+ --lib-dev \
+ --build-lv2
+ python2 waf build
+}
+
+package() {
+ cd "$srcdir/guitarix-$pkgver"
+ python2 waf install --destdir="$pkgdir"
+}
diff --git a/community/guitarix2/guitarix2.install b/community/guitarix2/guitarix2.install
new file mode 100644
index 000000000..e111ef946
--- /dev/null
+++ b/community/guitarix2/guitarix2.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}