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

Antonio Rojas arojas at archlinux.org
Mon Dec 7 17:15:34 UTC 2015


    Date: Monday, December 7, 2015 @ 18:15:34
  Author: arojas
Revision: 150077

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

Added:
  jalv/repos/community-staging-i686/
  jalv/repos/community-staging-i686/PKGBUILD
    (from rev 150076, jalv/trunk/PKGBUILD)
  jalv/repos/community-staging-x86_64/
  jalv/repos/community-staging-x86_64/PKGBUILD
    (from rev 150076, jalv/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: jalv/repos/community-staging-i686/PKGBUILD (from rev 150076, jalv/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 17:15:34 UTC (rev 150077)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=jalv
+pkgver=1.4.6
+pkgrel=2
+pkgdesc="A simple but fully featured LV2 host for Jack"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/$pkgname/"
+license=('custom:ISC')
+depends=('lilv' 'suil')
+makedepends=('python2' 'qt4' 'gtk2' 'gtk3' 'gtkmm')
+optdepends=('qt4: Qt 4.x frontend'
+            'gtk2: Gtk+ 2.x frontend'
+            'gtk3: Gtk+ 3.x frontend'
+            'gtkmm: Gtk++ 2.x frontend')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8c11c58c4b0e69fb6b21041bcac275f7'
+         'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
+
+prepare() {
+  cd $pkgname-$pkgver
+  # use moc-qt4
+  sed -i 's/moc/&-qt4/;s/${MOC}/moc-qt4/' wscript
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CXXFLAGS+=' -std=c++11'
+  python2 waf configure --prefix=/usr
+  python2 waf
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 waf install --destdir="$pkgdir"
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: jalv/repos/community-staging-x86_64/PKGBUILD (from rev 150076, jalv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 17:15:34 UTC (rev 150077)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=jalv
+pkgver=1.4.6
+pkgrel=2
+pkgdesc="A simple but fully featured LV2 host for Jack"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/$pkgname/"
+license=('custom:ISC')
+depends=('lilv' 'suil')
+makedepends=('python2' 'qt4' 'gtk2' 'gtk3' 'gtkmm')
+optdepends=('qt4: Qt 4.x frontend'
+            'gtk2: Gtk+ 2.x frontend'
+            'gtk3: Gtk+ 3.x frontend'
+            'gtkmm: Gtk++ 2.x frontend')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8c11c58c4b0e69fb6b21041bcac275f7'
+         'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
+
+prepare() {
+  cd $pkgname-$pkgver
+  # use moc-qt4
+  sed -i 's/moc/&-qt4/;s/${MOC}/moc-qt4/' wscript
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CXXFLAGS+=' -std=c++11'
+  python2 waf configure --prefix=/usr
+  python2 waf
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 waf install --destdir="$pkgdir"
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list