[arch-commits] Commit in lv2/repos (4 files)
Ray Rashif
schiv at archlinux.org
Wed Oct 19 22:01:00 UTC 2016
Date: Wednesday, October 19, 2016 @ 22:01:00
Author: schiv
Revision: 279024
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
lv2/repos/testing-i686/
lv2/repos/testing-i686/PKGBUILD
(from rev 279023, lv2/trunk/PKGBUILD)
lv2/repos/testing-x86_64/
lv2/repos/testing-x86_64/PKGBUILD
(from rev 279023, lv2/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
Copied: lv2/repos/testing-i686/PKGBUILD (from rev 279023, lv2/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-19 22:01:00 UTC (rev 279024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+
+pkgname=lv2
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="Successor to the LADSPA audio plug-in standard"
+url="http://lv2plug.in/"
+license=('LGPL' 'custom')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: Example sampler'
+ 'gtk2: Example sampler'
+ 'python2: Scripts')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2")
+md5sums=('0b56285a77aac3c93b50c36203aa91ee')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python2 waf configure --prefix=/usr
+ python2 waf build $MAKEFLAGS
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python2 waf install --destdir="$pkgdir"
+
+ install -Dm644 COPYING \
+ "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: lv2/repos/testing-x86_64/PKGBUILD (from rev 279023, lv2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-19 22:01:00 UTC (rev 279024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+
+pkgname=lv2
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="Successor to the LADSPA audio plug-in standard"
+url="http://lv2plug.in/"
+license=('LGPL' 'custom')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: Example sampler'
+ 'gtk2: Example sampler'
+ 'python2: Scripts')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
+source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2")
+md5sums=('0b56285a77aac3c93b50c36203aa91ee')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python2 waf configure --prefix=/usr
+ python2 waf build $MAKEFLAGS
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ python2 waf install --destdir="$pkgdir"
+
+ install -Dm644 COPYING \
+ "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list