[arch-commits] Commit in raul/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 23:16:34 UTC 2015


    Date: Monday, December 7, 2015 @ 00:16:34
  Author: foutrelis
Revision: 149352

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

Added:
  raul/repos/community-staging-i686/
  raul/repos/community-staging-i686/PKGBUILD
    (from rev 149351, raul/trunk/PKGBUILD)
  raul/repos/community-staging-i686/raul-0.8.0-ldconfig.patch
    (from rev 149351, raul/trunk/raul-0.8.0-ldconfig.patch)
  raul/repos/community-staging-x86_64/
  raul/repos/community-staging-x86_64/PKGBUILD
    (from rev 149351, raul/trunk/PKGBUILD)
  raul/repos/community-staging-x86_64/raul-0.8.0-ldconfig.patch
    (from rev 149351, raul/trunk/raul-0.8.0-ldconfig.patch)

----------------------------------------------------+
 community-staging-i686/PKGBUILD                    |   34 +++++++++++++++++++
 community-staging-i686/raul-0.8.0-ldconfig.patch   |   10 +++++
 community-staging-x86_64/PKGBUILD                  |   34 +++++++++++++++++++
 community-staging-x86_64/raul-0.8.0-ldconfig.patch |   10 +++++
 4 files changed, 88 insertions(+)

Copied: raul/repos/community-staging-i686/PKGBUILD (from rev 149351, raul/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 23:16:34 UTC (rev 149352)
@@ -0,0 +1,34 @@
+# $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-staging-i686/raul-0.8.0-ldconfig.patch (from rev 149351, raul/trunk/raul-0.8.0-ldconfig.patch)
===================================================================
--- community-staging-i686/raul-0.8.0-ldconfig.patch	                        (rev 0)
+++ community-staging-i686/raul-0.8.0-ldconfig.patch	2015-12-06 23:16:34 UTC (rev 149352)
@@ -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())

Copied: raul/repos/community-staging-x86_64/PKGBUILD (from rev 149351, raul/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 23:16:34 UTC (rev 149352)
@@ -0,0 +1,34 @@
+# $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-staging-x86_64/raul-0.8.0-ldconfig.patch (from rev 149351, raul/trunk/raul-0.8.0-ldconfig.patch)
===================================================================
--- community-staging-x86_64/raul-0.8.0-ldconfig.patch	                        (rev 0)
+++ community-staging-x86_64/raul-0.8.0-ldconfig.patch	2015-12-06 23:16:34 UTC (rev 149352)
@@ -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