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

Balló György bgyorgy at archlinux.org
Thu Feb 9 19:59:28 UTC 2017


    Date: Thursday, February 9, 2017 @ 19:59:27
  Author: bgyorgy
Revision: 211594

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

Added:
  guitarix2/repos/community-i686/PKGBUILD
    (from rev 211593, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-x86_64/PKGBUILD
    (from rev 211593, guitarix2/trunk/PKGBUILD)
Deleted:
  guitarix2/repos/community-i686/PKGBUILD
  guitarix2/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-09 19:59:20 UTC (rev 211593)
+++ community-i686/PKGBUILD	2017-02-09 19:59:27 UTC (rev 211594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=guitarix2
-pkgver=0.35.2
-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' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2' 'zita-convolver' 'zita-resampler')
-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=('34c9becf43145eac7281abad5de4540f')
-
-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-i686/PKGBUILD (from rev 211593, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-09 19:59:27 UTC (rev 211594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.35.2
+pkgrel=3
+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' 'zita-convolver' 'zita-resampler')
+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=('34c9becf43145eac7281abad5de4540f')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-09 19:59:20 UTC (rev 211593)
+++ community-x86_64/PKGBUILD	2017-02-09 19:59:27 UTC (rev 211594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=guitarix2
-pkgver=0.35.2
-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' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2' 'zita-convolver' 'zita-resampler')
-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=('34c9becf43145eac7281abad5de4540f')
-
-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-x86_64/PKGBUILD (from rev 211593, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-09 19:59:27 UTC (rev 211594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.35.2
+pkgrel=3
+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' 'zita-convolver' 'zita-resampler')
+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=('34c9becf43145eac7281abad5de4540f')
+
+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"
+}



More information about the arch-commits mailing list