Date: Friday, March 11, 2016 @ 21:29:15
  Author: schiv
Revision: 261340

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

Added:
  lilv/repos/extra-i686/PKGBUILD
    (from rev 261339, lilv/trunk/PKGBUILD)
  lilv/repos/extra-i686/lilvmm.patch
    (from rev 261339, lilv/trunk/lilvmm.patch)
  lilv/repos/extra-x86_64/PKGBUILD
    (from rev 261339, lilv/trunk/PKGBUILD)
  lilv/repos/extra-x86_64/lilvmm.patch
    (from rev 261339, lilv/trunk/lilvmm.patch)
Deleted:
  lilv/repos/extra-i686/PKGBUILD
  lilv/repos/extra-i686/lilvmm.patch
  lilv/repos/extra-x86_64/PKGBUILD
  lilv/repos/extra-x86_64/lilvmm.patch

---------------------------+
 /PKGBUILD                 |  106 ++++++++++++++++++++++++++++++++++++++++++++
 /lilvmm.patch             |   80 +++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD       |   47 -------------------
 extra-i686/lilvmm.patch   |   40 ----------------
 extra-x86_64/PKGBUILD     |   47 -------------------
 extra-x86_64/lilvmm.patch |   40 ----------------
 6 files changed, 186 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-03-11 20:29:03 UTC (rev 261339)
+++ extra-i686/PKGBUILD 2016-03-11 20:29:15 UTC (rev 261340)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif <sc...@archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=lilv
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="A C library interface to the LV2 plug-in standard"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/lilv/";
-license=('custom:ISC')
-# sratom depends on sord but lilv has its own version requirements
-depends=('python2-numpy' 'sratom>=0.4.6' 'sord>=0.14.0' 'jack')
-makedepends=('swig')
-optdepends=('bash-completion')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('fd3a14fdaeaba4716b4fef526548a747')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # pick up python2 even when python3 exists
-  # (the build system has flaky support for python3) -- TODO: check this again
-  export PYTHON="/usr/bin/python2"
-
-  # remove ldconfig --speps
-  sed -i "/ldconfig/d" wscript
-
-  python2 waf configure --prefix=/usr \
-                        --configdir=/etc \
-                        --dyn-manifest \
-                        --bindings
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  # license
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lilv/repos/extra-i686/PKGBUILD (from rev 261339, lilv/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2016-03-11 20:29:15 UTC (rev 261340)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif <sc...@archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=lilv
+pkgver=0.22.0
+pkgrel=2
+pkgdesc="A C library interface to the LV2 plug-in standard"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/lilv/";
+license=('custom:ISC')
+# sratom depends on sord but lilv has its own version requirements
+depends=('python2-numpy' 'sratom>=0.4.6' 'sord>=0.14.0' 'jack')
+makedepends=('swig')
+optdepends=('bash-completion')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
+md5sums=('fd3a14fdaeaba4716b4fef526548a747')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # pick up python2 even when python3 exists
+  # (the build system has flaky support for python3) -- TODO: check this again
+  export PYTHON="/usr/bin/python2"
+
+  # remove ldconfig --speps
+  sed -i "/ldconfig/d" wscript
+
+  python2 waf configure --prefix=/usr \
+                        --configdir=/etc \
+                        --dyn-manifest \
+                        --bindings
+
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir"
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # move bash completions to proper place; TODO: tell upstream
+  cd "$pkgdir"
+  mkdir -p usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+  rm -r etc
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/lilvmm.patch
===================================================================
--- extra-i686/lilvmm.patch     2016-03-11 20:29:03 UTC (rev 261339)
+++ extra-i686/lilvmm.patch     2016-03-11 20:29:15 UTC (rev 261340)
@@ -1,40 +0,0 @@
-Index: trunk/lilv/lilv/lilvmm.hpp
-===================================================================
---- trunk/lilv/lilv/lilvmm.hpp (revision 4975)
-+++ trunk/lilv/lilv/lilvmm.hpp (revision 5092)
-@@ -48,4 +48,9 @@
-       inline RT name(T1 a1, T2 a2) { \
-               return lilv_ ## prefix ## _ ## name(me, a1, a2); \
-+      }
-+
-+#define LILV_WRAP3(RT, prefix, name, T1, a1, T2, a2, T3, a3) \
-+      inline RT name(T1 a1, T2 a2, T3 a3) { \
-+              return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
-       }
- 
-@@ -138,4 +143,25 @@
-       LILV_WRAP1(bool, nodes, contains, const Node, node);
-       LILV_WRAP0(Node, nodes, get_first);
-+};
-+
-+struct UI {
-+      inline UI(const LilvUI* c_obj) : me(c_obj) {}
-+      LILV_WRAP_CONVERSION(const LilvUI);
-+
-+      LILV_WRAP0(const LilvNode*, ui, get_uri);
-+      LILV_WRAP0(const LilvNode*, ui, get_bundle_uri);
-+      LILV_WRAP0(const LilvNode*, ui, get_binary_uri);
-+      LILV_WRAP0(const LilvNodes*, ui, get_classes);
-+      /*LILV_WRAP3(bool, ui, is_supported,
-+                 LilvUISupportedFunc, supported_func,
-+                 const LilvNode*,     container_type,
-+                 const LilvNode**,    ui_type);*/
-+      LILV_WRAP1(bool, ui, is_a, const LilvNode*, class_uri);
-+
-+      const LilvUI* me;
-+};
-+
-+struct UIs {
-+      LILV_WRAP_COLL(UIs, UI, uis);
- };
- 

Copied: lilv/repos/extra-i686/lilvmm.patch (from rev 261339, 
lilv/trunk/lilvmm.patch)
===================================================================
--- extra-i686/lilvmm.patch                             (rev 0)
+++ extra-i686/lilvmm.patch     2016-03-11 20:29:15 UTC (rev 261340)
@@ -0,0 +1,40 @@
+Index: trunk/lilv/lilv/lilvmm.hpp
+===================================================================
+--- trunk/lilv/lilv/lilvmm.hpp (revision 4975)
++++ trunk/lilv/lilv/lilvmm.hpp (revision 5092)
+@@ -48,4 +48,9 @@
+       inline RT name(T1 a1, T2 a2) { \
+               return lilv_ ## prefix ## _ ## name(me, a1, a2); \
++      }
++
++#define LILV_WRAP3(RT, prefix, name, T1, a1, T2, a2, T3, a3) \
++      inline RT name(T1 a1, T2 a2, T3 a3) { \
++              return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
+       }
+ 
+@@ -138,4 +143,25 @@
+       LILV_WRAP1(bool, nodes, contains, const Node, node);
+       LILV_WRAP0(Node, nodes, get_first);
++};
++
++struct UI {
++      inline UI(const LilvUI* c_obj) : me(c_obj) {}
++      LILV_WRAP_CONVERSION(const LilvUI);
++
++      LILV_WRAP0(const LilvNode*, ui, get_uri);
++      LILV_WRAP0(const LilvNode*, ui, get_bundle_uri);
++      LILV_WRAP0(const LilvNode*, ui, get_binary_uri);
++      LILV_WRAP0(const LilvNodes*, ui, get_classes);
++      /*LILV_WRAP3(bool, ui, is_supported,
++                 LilvUISupportedFunc, supported_func,
++                 const LilvNode*,     container_type,
++                 const LilvNode**,    ui_type);*/
++      LILV_WRAP1(bool, ui, is_a, const LilvNode*, class_uri);
++
++      const LilvUI* me;
++};
++
++struct UIs {
++      LILV_WRAP_COLL(UIs, UI, uis);
+ };
+ 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2016-03-11 20:29:03 UTC (rev 261339)
+++ extra-x86_64/PKGBUILD       2016-03-11 20:29:15 UTC (rev 261340)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif <sc...@archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=lilv
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="A C library interface to the LV2 plug-in standard"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/lilv/";
-license=('custom:ISC')
-# sratom depends on sord but lilv has its own version requirements
-depends=('python2-numpy' 'sratom>=0.4.6' 'sord>=0.14.0' 'jack')
-makedepends=('swig')
-optdepends=('bash-completion')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('fd3a14fdaeaba4716b4fef526548a747')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # pick up python2 even when python3 exists
-  # (the build system has flaky support for python3) -- TODO: check this again
-  export PYTHON="/usr/bin/python2"
-
-  # remove ldconfig --speps
-  sed -i "/ldconfig/d" wscript
-
-  python2 waf configure --prefix=/usr \
-                        --configdir=/etc \
-                        --dyn-manifest \
-                        --bindings
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  # license
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lilv/repos/extra-x86_64/PKGBUILD (from rev 261339, lilv/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2016-03-11 20:29:15 UTC (rev 261340)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif <sc...@archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=lilv
+pkgver=0.22.0
+pkgrel=2
+pkgdesc="A C library interface to the LV2 plug-in standard"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/lilv/";
+license=('custom:ISC')
+# sratom depends on sord but lilv has its own version requirements
+depends=('python2-numpy' 'sratom>=0.4.6' 'sord>=0.14.0' 'jack')
+makedepends=('swig')
+optdepends=('bash-completion')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
+md5sums=('fd3a14fdaeaba4716b4fef526548a747')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # pick up python2 even when python3 exists
+  # (the build system has flaky support for python3) -- TODO: check this again
+  export PYTHON="/usr/bin/python2"
+
+  # remove ldconfig --speps
+  sed -i "/ldconfig/d" wscript
+
+  python2 waf configure --prefix=/usr \
+                        --configdir=/etc \
+                        --dyn-manifest \
+                        --bindings
+
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir"
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # move bash completions to proper place; TODO: tell upstream
+  cd "$pkgdir"
+  mkdir -p usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+  rm -r etc
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/lilvmm.patch
===================================================================
--- extra-x86_64/lilvmm.patch   2016-03-11 20:29:03 UTC (rev 261339)
+++ extra-x86_64/lilvmm.patch   2016-03-11 20:29:15 UTC (rev 261340)
@@ -1,40 +0,0 @@
-Index: trunk/lilv/lilv/lilvmm.hpp
-===================================================================
---- trunk/lilv/lilv/lilvmm.hpp (revision 4975)
-+++ trunk/lilv/lilv/lilvmm.hpp (revision 5092)
-@@ -48,4 +48,9 @@
-       inline RT name(T1 a1, T2 a2) { \
-               return lilv_ ## prefix ## _ ## name(me, a1, a2); \
-+      }
-+
-+#define LILV_WRAP3(RT, prefix, name, T1, a1, T2, a2, T3, a3) \
-+      inline RT name(T1 a1, T2 a2, T3 a3) { \
-+              return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
-       }
- 
-@@ -138,4 +143,25 @@
-       LILV_WRAP1(bool, nodes, contains, const Node, node);
-       LILV_WRAP0(Node, nodes, get_first);
-+};
-+
-+struct UI {
-+      inline UI(const LilvUI* c_obj) : me(c_obj) {}
-+      LILV_WRAP_CONVERSION(const LilvUI);
-+
-+      LILV_WRAP0(const LilvNode*, ui, get_uri);
-+      LILV_WRAP0(const LilvNode*, ui, get_bundle_uri);
-+      LILV_WRAP0(const LilvNode*, ui, get_binary_uri);
-+      LILV_WRAP0(const LilvNodes*, ui, get_classes);
-+      /*LILV_WRAP3(bool, ui, is_supported,
-+                 LilvUISupportedFunc, supported_func,
-+                 const LilvNode*,     container_type,
-+                 const LilvNode**,    ui_type);*/
-+      LILV_WRAP1(bool, ui, is_a, const LilvNode*, class_uri);
-+
-+      const LilvUI* me;
-+};
-+
-+struct UIs {
-+      LILV_WRAP_COLL(UIs, UI, uis);
- };
- 

Copied: lilv/repos/extra-x86_64/lilvmm.patch (from rev 261339, 
lilv/trunk/lilvmm.patch)
===================================================================
--- extra-x86_64/lilvmm.patch                           (rev 0)
+++ extra-x86_64/lilvmm.patch   2016-03-11 20:29:15 UTC (rev 261340)
@@ -0,0 +1,40 @@
+Index: trunk/lilv/lilv/lilvmm.hpp
+===================================================================
+--- trunk/lilv/lilv/lilvmm.hpp (revision 4975)
++++ trunk/lilv/lilv/lilvmm.hpp (revision 5092)
+@@ -48,4 +48,9 @@
+       inline RT name(T1 a1, T2 a2) { \
+               return lilv_ ## prefix ## _ ## name(me, a1, a2); \
++      }
++
++#define LILV_WRAP3(RT, prefix, name, T1, a1, T2, a2, T3, a3) \
++      inline RT name(T1 a1, T2 a2, T3 a3) { \
++              return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
+       }
+ 
+@@ -138,4 +143,25 @@
+       LILV_WRAP1(bool, nodes, contains, const Node, node);
+       LILV_WRAP0(Node, nodes, get_first);
++};
++
++struct UI {
++      inline UI(const LilvUI* c_obj) : me(c_obj) {}
++      LILV_WRAP_CONVERSION(const LilvUI);
++
++      LILV_WRAP0(const LilvNode*, ui, get_uri);
++      LILV_WRAP0(const LilvNode*, ui, get_bundle_uri);
++      LILV_WRAP0(const LilvNode*, ui, get_binary_uri);
++      LILV_WRAP0(const LilvNodes*, ui, get_classes);
++      /*LILV_WRAP3(bool, ui, is_supported,
++                 LilvUISupportedFunc, supported_func,
++                 const LilvNode*,     container_type,
++                 const LilvNode**,    ui_type);*/
++      LILV_WRAP1(bool, ui, is_a, const LilvNode*, class_uri);
++
++      const LilvUI* me;
++};
++
++struct UIs {
++      LILV_WRAP_COLL(UIs, UI, uis);
+ };
+ 

Reply via email to