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

Antonio Rojas arojas at archlinux.org
Wed Aug 31 09:18:24 UTC 2016


    Date: Wednesday, August 31, 2016 @ 09:18:24
  Author: arojas
Revision: 188110

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  guitarix2/repos/community-staging-i686/
  guitarix2/repos/community-staging-i686/PKGBUILD
    (from rev 188109, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-staging-i686/guitarix-abs.patch
    (from rev 188109, guitarix2/trunk/guitarix-abs.patch)
  guitarix2/repos/community-staging-x86_64/
  guitarix2/repos/community-staging-x86_64/PKGBUILD
    (from rev 188109, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-staging-x86_64/guitarix-abs.patch
    (from rev 188109, guitarix2/trunk/guitarix-abs.patch)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   35 ++++++++++++++++++++++++++
 community-staging-i686/guitarix-abs.patch   |   12 ++++++++
 community-staging-x86_64/PKGBUILD           |   35 ++++++++++++++++++++++++++
 community-staging-x86_64/guitarix-abs.patch |   12 ++++++++
 4 files changed, 94 insertions(+)

Copied: guitarix2/repos/community-staging-i686/PKGBUILD (from rev 188109, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-08-31 09:18:24 UTC (rev 188110)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.35.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' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2'
+         'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+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=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz")
+md5sums=('fb7269fe6fdde4c493be65f974819bb4')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+                        --no-desktop-update \
+                        --no-ldconfig \
+                        --no-faust \
+                        --shared-lib \
+                        --lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-staging-i686/guitarix-abs.patch (from rev 188109, guitarix2/trunk/guitarix-abs.patch)
===================================================================
--- community-staging-i686/guitarix-abs.patch	                        (rev 0)
+++ community-staging-i686/guitarix-abs.patch	2016-08-31 09:18:24 UTC (rev 188110)
@@ -0,0 +1,12 @@
+diff -Nurp guitarix-0.35.0.mod/libgxwmm/gxwmm/gainline.h guitarix-0.35.0/libgxwmm/gxwmm/gainline.h
+--- guitarix-0.35.0.mod/libgxwmm/gxwmm/gainline.h	2016-04-24 06:18:37.000000000 +0200
++++ guitarix-0.35.0/libgxwmm/gxwmm/gainline.h	2016-04-24 21:22:44.846076833 +0200
+@@ -22,7 +22,7 @@
+ #include <gxw/gainpoints.h>
+ #include <vector>
+ 
+-inline bool operator==(const gain_points& p1, const gain_points& p2) { return p1.i == p2.i && abs(p1.g - p2.g) < 1e-4 * (p1.g + p2.g); }
++inline bool operator==(const gain_points& p1, const gain_points& p2) { return p1.i == p2.i && fabs(p1.g - p2.g) < 1e-4 * (p1.g + p2.g); }
+ inline bool operator!=(const gain_points& p1, const gain_points& p2) { return !(p1 == p2); }
+ 
+ class Gainline: public std::vector<gain_points>

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 188109, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-08-31 09:18:24 UTC (rev 188110)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.35.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' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2'
+         'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+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=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz")
+md5sums=('fb7269fe6fdde4c493be65f974819bb4')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+                        --no-desktop-update \
+                        --no-ldconfig \
+                        --no-faust \
+                        --shared-lib \
+                        --lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-staging-x86_64/guitarix-abs.patch (from rev 188109, guitarix2/trunk/guitarix-abs.patch)
===================================================================
--- community-staging-x86_64/guitarix-abs.patch	                        (rev 0)
+++ community-staging-x86_64/guitarix-abs.patch	2016-08-31 09:18:24 UTC (rev 188110)
@@ -0,0 +1,12 @@
+diff -Nurp guitarix-0.35.0.mod/libgxwmm/gxwmm/gainline.h guitarix-0.35.0/libgxwmm/gxwmm/gainline.h
+--- guitarix-0.35.0.mod/libgxwmm/gxwmm/gainline.h	2016-04-24 06:18:37.000000000 +0200
++++ guitarix-0.35.0/libgxwmm/gxwmm/gainline.h	2016-04-24 21:22:44.846076833 +0200
+@@ -22,7 +22,7 @@
+ #include <gxw/gainpoints.h>
+ #include <vector>
+ 
+-inline bool operator==(const gain_points& p1, const gain_points& p2) { return p1.i == p2.i && abs(p1.g - p2.g) < 1e-4 * (p1.g + p2.g); }
++inline bool operator==(const gain_points& p1, const gain_points& p2) { return p1.i == p2.i && fabs(p1.g - p2.g) < 1e-4 * (p1.g + p2.g); }
+ inline bool operator!=(const gain_points& p1, const gain_points& p2) { return !(p1 == p2); }
+ 
+ class Gainline: public std::vector<gain_points>



More information about the arch-commits mailing list