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

speps speps at nymeria.archlinux.org
Wed Jul 10 02:27:39 UTC 2013


    Date: Wednesday, July 10, 2013 @ 04:27:39
  Author: speps
Revision: 93760

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

Added:
  guitarix2/repos/community-i686/
  guitarix2/repos/community-i686/PKGBUILD
    (from rev 93759, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-i686/guitarix2.install
    (from rev 93759, guitarix2/trunk/guitarix2.install)
  guitarix2/repos/community-x86_64/
  guitarix2/repos/community-x86_64/PKGBUILD
    (from rev 93759, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-x86_64/guitarix2.install
    (from rev 93759, guitarix2/trunk/guitarix2.install)

------------------------------------+
 community-i686/PKGBUILD            |   37 +++++++++++++++++++++++++++++++++++
 community-i686/guitarix2.install   |   11 ++++++++++
 community-x86_64/PKGBUILD          |   37 +++++++++++++++++++++++++++++++++++
 community-x86_64/guitarix2.install |   11 ++++++++++
 4 files changed, 96 insertions(+)

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 93759, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-10 02:27:39 UTC (rev 93760)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.27.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' 'jack' 'liblrdf' 'boost-libs' 'zita-convolver' 'zita-resampler')
+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=('65e0917f9529460931be522e2879e514')
+
+build() {
+  cd "$srcdir/guitarix-$pkgver"
+  python2 waf configure --prefix=/usr \
+                        --no-desktop-update \
+                        --no-ldconfig \
+                        --no-faust \
+                        --optimization \
+                        --shared-lib \
+                        --lib-dev \
+                        --build-lv2
+  python2 waf build
+}
+
+package() {
+  cd "$srcdir/guitarix-$pkgver"
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-i686/guitarix2.install (from rev 93759, guitarix2/trunk/guitarix2.install)
===================================================================
--- community-i686/guitarix2.install	                        (rev 0)
+++ community-i686/guitarix2.install	2013-07-10 02:27:39 UTC (rev 93760)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: guitarix2/repos/community-x86_64/PKGBUILD (from rev 93759, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-10 02:27:39 UTC (rev 93760)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.27.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' 'jack' 'liblrdf' 'boost-libs' 'zita-convolver' 'zita-resampler')
+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=('65e0917f9529460931be522e2879e514')
+
+build() {
+  cd "$srcdir/guitarix-$pkgver"
+  python2 waf configure --prefix=/usr \
+                        --no-desktop-update \
+                        --no-ldconfig \
+                        --no-faust \
+                        --optimization \
+                        --shared-lib \
+                        --lib-dev \
+                        --build-lv2
+  python2 waf build
+}
+
+package() {
+  cd "$srcdir/guitarix-$pkgver"
+  python2 waf install --destdir="$pkgdir"
+}

Copied: guitarix2/repos/community-x86_64/guitarix2.install (from rev 93759, guitarix2/trunk/guitarix2.install)
===================================================================
--- community-x86_64/guitarix2.install	                        (rev 0)
+++ community-x86_64/guitarix2.install	2013-07-10 02:27:39 UTC (rev 93760)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list