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

speps speps at archlinux.org
Sun Dec 7 12:46:12 UTC 2014


    Date: Sunday, December 7, 2014 @ 13:46:12
  Author: speps
Revision: 123590

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

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

------------------------------------+
 /PKGBUILD                          |   72 +++++++++++++++++++++++++++++++++++
 /guitarix2.install                 |   22 ++++++++++
 community-i686/PKGBUILD            |   36 -----------------
 community-i686/guitarix2.install   |   11 -----
 community-x86_64/PKGBUILD          |   36 -----------------
 community-x86_64/guitarix2.install |   11 -----
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-07 12:45:57 UTC (rev 123589)
+++ community-i686/PKGBUILD	2014-12-07 12:46:12 UTC (rev 123590)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=guitarix2
-pkgver=0.32.0
-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' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
-         'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'boost' 'eigen' 'gperf' '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=('450159e9ee430c59ac29b3f4b558394a')
-
-build() {
-  cd guitarix-$pkgver
-  python waf configure --prefix=/usr \
-                        --no-desktop-update \
-                        --no-ldconfig \
-                        --no-faust \
-                        --shared-lib \
-                        --lib-dev
-  python waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python waf install --destdir="$pkgdir"
-}

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 123589, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-07 12:46:12 UTC (rev 123590)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.32.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' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+         'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' '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=('2dcbf58f664f0d6adab78a8e26ec13ec')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+                        --no-desktop-update \
+                        --no-ldconfig \
+                        --no-faust \
+                        --shared-lib \
+                        --lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir="$pkgdir"
+}

Deleted: community-i686/guitarix2.install
===================================================================
--- community-i686/guitarix2.install	2014-12-07 12:45:57 UTC (rev 123589)
+++ community-i686/guitarix2.install	2014-12-07 12:46:12 UTC (rev 123590)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: guitarix2/repos/community-i686/guitarix2.install (from rev 123589, guitarix2/trunk/guitarix2.install)
===================================================================
--- community-i686/guitarix2.install	                        (rev 0)
+++ community-i686/guitarix2.install	2014-12-07 12:46:12 UTC (rev 123590)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-12-07 12:45:57 UTC (rev 123589)
+++ community-x86_64/PKGBUILD	2014-12-07 12:46:12 UTC (rev 123590)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=guitarix2
-pkgver=0.32.0
-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' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
-         'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'boost' 'eigen' 'gperf' '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=('450159e9ee430c59ac29b3f4b558394a')
-
-build() {
-  cd guitarix-$pkgver
-  python waf configure --prefix=/usr \
-                        --no-desktop-update \
-                        --no-ldconfig \
-                        --no-faust \
-                        --shared-lib \
-                        --lib-dev
-  python waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python waf install --destdir="$pkgdir"
-}

Copied: guitarix2/repos/community-x86_64/PKGBUILD (from rev 123589, guitarix2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-07 12:46:12 UTC (rev 123590)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=guitarix2
+pkgver=0.32.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' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+         'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' '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=('2dcbf58f664f0d6adab78a8e26ec13ec')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+                        --no-desktop-update \
+                        --no-ldconfig \
+                        --no-faust \
+                        --shared-lib \
+                        --lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir="$pkgdir"
+}

Deleted: community-x86_64/guitarix2.install
===================================================================
--- community-x86_64/guitarix2.install	2014-12-07 12:45:57 UTC (rev 123589)
+++ community-x86_64/guitarix2.install	2014-12-07 12:46:12 UTC (rev 123590)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: guitarix2/repos/community-x86_64/guitarix2.install (from rev 123589, guitarix2/trunk/guitarix2.install)
===================================================================
--- community-x86_64/guitarix2.install	                        (rev 0)
+++ community-x86_64/guitarix2.install	2014-12-07 12:46:12 UTC (rev 123590)
@@ -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