[arch-commits] Commit in raul/repos (3 files)
David Runge
dvzrv at archlinux.org
Sat Jan 27 09:42:47 UTC 2018
Date: Saturday, January 27, 2018 @ 09:42:39
Author: dvzrv
Revision: 287403
archrelease: copy trunk to community-testing-x86_64
Added:
raul/repos/community-testing-x86_64/
raul/repos/community-testing-x86_64/PKGBUILD
(from rev 287402, raul/trunk/PKGBUILD)
raul/repos/community-testing-x86_64/raul-0.8.0-ldconfig.patch
(from rev 287402, raul/trunk/raul-0.8.0-ldconfig.patch)
---------------------------+
PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
raul-0.8.0-ldconfig.patch | 10 ++++++++++
2 files changed, 50 insertions(+)
Copied: raul/repos/community-testing-x86_64/PKGBUILD (from rev 287402, raul/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-01-27 09:42:39 UTC (rev 287403)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Max a.k.a. Synthead <synthead at gmail.com>
+# Contributor: christhemonkey <christhemonkey at gmail dot com>
+
+pkgname=raul
+pkgver=0.8.0
+pkgrel=6
+pkgdesc="C++ Realtime Audio Utility Library"
+arch=('x86_64')
+url="https://drobilla.net/software/raul/"
+depends=('glib2')
+makedepends=('boost' 'python2')
+license=('GPL2')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+ 'raul-0.8.0-ldconfig.patch')
+sha512sums=('7ad48c551945aad104309448bcdb86a4a2ca07c44af53b37492e7cddce6a093529f1e1e75c4b27cb8e292ec46424969cdea270883d44b2f1badc48df8943a0a1'
+ 'SKIP'
+ 'db3803fb722e1dc7cc8d8f889415eb001f6785ba3297ad7621c0ccc8099da95c3f300b209f14c5cebc66626a767fe7dd7950c7eae4d3e49c48b6c05db76267d3')
+validpgpkeys=('38B6B5874F029137653BF39BC6F60E6529727060')
+
+prepare(){
+ cd "${pkgname}-${pkgver}"
+ # disable local call to ldconfig
+ patch -Np1 -i "${srcdir}/raul-0.8.0-ldconfig.patch"
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ python2 waf configure --prefix=/usr
+ python2 waf build
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ python2 waf install --destdir="${pkgdir}"
+ install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+ -vDm644 {AUTHORS,ChangeLog,README}
+}
Copied: raul/repos/community-testing-x86_64/raul-0.8.0-ldconfig.patch (from rev 287402, raul/trunk/raul-0.8.0-ldconfig.patch)
===================================================================
--- community-testing-x86_64/raul-0.8.0-ldconfig.patch (rev 0)
+++ community-testing-x86_64/raul-0.8.0-ldconfig.patch 2018-01-27 09:42:39 UTC (rev 287403)
@@ -0,0 +1,10 @@
+--- a/wscript
++++ b/wscript
+@@ -153,7 +153,5 @@ def build(bld):
+ # Documentation
+ autowaf.build_dox(bld, 'RAUL', RAUL_VERSION, top, out)
+
+- bld.add_post_fun(autowaf.run_ldconfig)
+-
+ def test(ctx):
+ autowaf.run_tests(ctx, APPNAME, tests.split())
More information about the arch-commits
mailing list