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

Ray Rashif schiv at nymeria.archlinux.org
Sun Jul 6 09:29:39 UTC 2014


    Date: Sunday, July 6, 2014 @ 11:29:39
  Author: schiv
Revision: 115160

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

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

--------------------------------------------+
 /PKGBUILD                                  |   68 +++++++++++++++++++++++++++
 /raul-0.8.0-ldconfig.patch                 |   20 +++++++
 community-i686/PKGBUILD                    |   34 -------------
 community-i686/raul-0.8.0-ldconfig.patch   |   10 ---
 community-x86_64/PKGBUILD                  |   34 -------------
 community-x86_64/raul-0.8.0-ldconfig.patch |   10 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-06 09:29:25 UTC (rev 115159)
+++ community-i686/PKGBUILD	2014-07-06 09:29:39 UTC (rev 115160)
@@ -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=3
-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-i686/PKGBUILD (from rev 115159, raul/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-06 09:29:39 UTC (rev 115160)
@@ -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=4
+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}"
+}

Deleted: community-i686/raul-0.8.0-ldconfig.patch
===================================================================
--- community-i686/raul-0.8.0-ldconfig.patch	2014-07-06 09:29:25 UTC (rev 115159)
+++ community-i686/raul-0.8.0-ldconfig.patch	2014-07-06 09:29:39 UTC (rev 115160)
@@ -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-i686/raul-0.8.0-ldconfig.patch (from rev 115159, raul/trunk/raul-0.8.0-ldconfig.patch)
===================================================================
--- community-i686/raul-0.8.0-ldconfig.patch	                        (rev 0)
+++ community-i686/raul-0.8.0-ldconfig.patch	2014-07-06 09:29:39 UTC (rev 115160)
@@ -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())

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-06 09:29:25 UTC (rev 115159)
+++ community-x86_64/PKGBUILD	2014-07-06 09:29:39 UTC (rev 115160)
@@ -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=3
-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 115159, raul/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-06 09:29:39 UTC (rev 115160)
@@ -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=4
+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}"
+}

Deleted: community-x86_64/raul-0.8.0-ldconfig.patch
===================================================================
--- community-x86_64/raul-0.8.0-ldconfig.patch	2014-07-06 09:29:25 UTC (rev 115159)
+++ community-x86_64/raul-0.8.0-ldconfig.patch	2014-07-06 09:29:39 UTC (rev 115160)
@@ -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 115159, raul/trunk/raul-0.8.0-ldconfig.patch)
===================================================================
--- community-x86_64/raul-0.8.0-ldconfig.patch	                        (rev 0)
+++ community-x86_64/raul-0.8.0-ldconfig.patch	2014-07-06 09:29:39 UTC (rev 115160)
@@ -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