[arch-commits] Commit in raul/repos/community-x86_64 (4 files)

David Runge dvzrv at archlinux.org
Tue Feb 6 22:55:04 UTC 2018


    Date: Tuesday, February 6, 2018 @ 22:55:03
  Author: dvzrv
Revision: 289661

archrelease: copy trunk to community-x86_64

Added:
  raul/repos/community-x86_64/PKGBUILD
    (from rev 289660, raul/trunk/PKGBUILD)
  raul/repos/community-x86_64/raul-0.8.0-ldconfig.patch
    (from rev 289660, raul/trunk/raul-0.8.0-ldconfig.patch)
Deleted:
  raul/repos/community-x86_64/PKGBUILD
  raul/repos/community-x86_64/raul-0.8.0-ldconfig.patch

---------------------------+
 PKGBUILD                  |   74 +++++++++++++++++++++++---------------------
 raul-0.8.0-ldconfig.patch |   20 +++++------
 2 files changed, 50 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 22:54:55 UTC (rev 289660)
+++ PKGBUILD	2018-02-06 22:55:03 UTC (rev 289661)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Max a.k.a. Synthead <synthead at gmail.com>
-# Contributor: christhemonkey <christhemonkey at gmail dot com>
-
-pkgname=raul
-pkgver=0.8.0
-pkgrel=5
-pkgdesc="C++ Realtime Audio Utility Library"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/raul/"
-depends=('glib2')
-makedepends=('boost' 'python2')
-license=('GPL')
-options=('!makeflags')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2"
-        'raul-0.8.0-ldconfig.patch')
-md5sums=('8fa71a20db81fbed5fb6516dea383ea8'
-         'e86cee755a503d25d37fb2bcaaf48a9b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/raul-0.8.0-ldconfig.patch"
-
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 waf install --destdir="${pkgdir}"
-}

Copied: raul/repos/community-x86_64/PKGBUILD (from rev 289660, raul/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-06 22:55:03 UTC (rev 289661)
@@ -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=7
+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}
+}

Deleted: raul-0.8.0-ldconfig.patch
===================================================================
--- raul-0.8.0-ldconfig.patch	2018-02-06 22:54:55 UTC (rev 289660)
+++ raul-0.8.0-ldconfig.patch	2018-02-06 22:55:03 UTC (rev 289661)
@@ -1,10 +0,0 @@
---- 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())

Copied: raul/repos/community-x86_64/raul-0.8.0-ldconfig.patch (from rev 289660, raul/trunk/raul-0.8.0-ldconfig.patch)
===================================================================
--- raul-0.8.0-ldconfig.patch	                        (rev 0)
+++ raul-0.8.0-ldconfig.patch	2018-02-06 22:55:03 UTC (rev 289661)
@@ -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