[arch-commits] Commit in guitarix2/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jan 2 12:56:44 UTC 2018


    Date: Tuesday, January 2, 2018 @ 12:56:43
  Author: bpiotrowski
Revision: 277689

archrelease: copy trunk to community-staging-x86_64

Added:
  guitarix2/repos/community-staging-x86_64/
  guitarix2/repos/community-staging-x86_64/PKGBUILD
    (from rev 277688, guitarix2/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 277688, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-01-02 12:56:43 UTC (rev 277689)
@@ -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=2
+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