[arch-commits] Commit in guitarix2/repos (2 files)
David Runge
dvzrv at archlinux.org
Sun Dec 3 17:33:30 UTC 2017
Date: Sunday, December 3, 2017 @ 17:33:29
Author: dvzrv
Revision: 272019
archrelease: copy trunk to community-testing-x86_64
Added:
guitarix2/repos/community-testing-x86_64/
guitarix2/repos/community-testing-x86_64/PKGBUILD
(from rev 272018, guitarix2/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: guitarix2/repos/community-testing-x86_64/PKGBUILD (from rev 272018, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-12-03 17:33:29 UTC (rev 272019)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.36.1
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('x86_64')
+url="https://guitarix.org"
+license=('GPL')
+depends=('avahi' 'bluez-libs' 'boost-libs' 'fftw' 'gtkmm' 'jack' 'liblrdf' 'lilv' 'libsigc++' 'libsndfile' 'zita-convolver' 'zita-resampler' 'ttf-roboto')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz")
+sha512sums=('7719c4e2a3ecb8194c75bfea571b7f5bc29a15ca0e6e9364085e77d97e2c638eb8dd3b5018228d4380a58ff99574a393e2c91c66837f40d245c1a310572300f4')
+
+build() {
+ cd "${pkgname%2}-${pkgver}"
+ python2 waf configure --prefix=/usr \
+ --no-desktop-update \
+ --no-ldconfig \
+ --no-faust \
+ --shared-lib \
+ --lib-dev
+ python2 waf build
+}
+
+package() {
+ cd "${pkgname%2}-${pkgver}"
+ python2 waf install --destdir="${pkgdir}"
+}
More information about the arch-commits
mailing list