summaryrefslogtreecommitdiff
path: root/community/guitarix2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/guitarix2
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/guitarix2')
-rw-r--r--community/guitarix2/PKGBUILD36
-rw-r--r--community/guitarix2/guitarix2.install11
2 files changed, 47 insertions, 0 deletions
diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD
new file mode 100644
index 000000000..a6835ffa7
--- /dev/null
+++ b/community/guitarix2/PKGBUILD
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 95211 2013-08-06 18:27:47Z speps $
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.28.2
+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' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+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=('d957c28e4d68318427f2478257307235')
+
+build() {
+ cd "$srcdir/guitarix-$pkgver"
+ python2 waf configure --prefix=/usr \
+ --no-desktop-update \
+ --no-ldconfig \
+ --no-faust \
+ --shared-lib \
+ --lib-dev
+ 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
+}