[arch-commits] Commit in lilv/repos (4 files)

Ray Rashif schiv at archlinux.org
Wed Aug 29 15:06:24 UTC 2012


    Date: Wednesday, August 29, 2012 @ 11:06:24
  Author: schiv
Revision: 165776

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

Added:
  lilv/repos/extra-i686/PKGBUILD
    (from rev 165775, lilv/trunk/PKGBUILD)
  lilv/repos/extra-x86_64/PKGBUILD
    (from rev 165775, lilv/trunk/PKGBUILD)
Deleted:
  lilv/repos/extra-i686/PKGBUILD
  lilv/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   85 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   85 ++++++++++++++++++++++++------------------------
 2 files changed, 86 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-08-29 15:05:33 UTC (rev 165775)
+++ extra-i686/PKGBUILD	2012-08-29 15:06:24 UTC (rev 165776)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=lilv
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications."
-arch=(i686 x86_64)
-url="http://drobilla.net/software/$pkgname/"
-license=('custom:ISC')
-depends=('python2' 'sratom' 'jack')
-makedepends=('swig')
-optdepends=('bash-completion: auto-complete words')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('1aea6761f3e44007c0fb4eb20630655d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export PYTHON="/usr/bin/python2"
-
-  # remove ldconfig
-  sed -i "/ldconfig/d" wscript
-
-  python2 ./waf configure --prefix=/usr \
-                          --mandir=/usr/share/man \
-                          --configdir=/etc \
-                          --dyn-manifest \
-                          --bindings
-  python2 ./waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  DESTDIR="$pkgdir" python2 ./waf install
-
-  # 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 165775, lilv/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-08-29 15:06:24 UTC (rev 165776)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=lilv
+pkgver=0.14.4
+pkgrel=1
+pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications."
+arch=(i686 x86_64)
+url="http://drobilla.net/software/$pkgname/"
+license=('custom:ISC')
+depends=('python2' 'sratom' 'jack')
+makedepends=('swig')
+optdepends=('bash-completion: auto-complete words')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+md5sums=('891595410eeb68322cf875286f96fccf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export PYTHON="/usr/bin/python2"
+
+  # remove ldconfig
+  sed -i "/ldconfig/d" wscript
+
+  python2 ./waf configure --prefix=/usr \
+                          --mandir=/usr/share/man \
+                          --configdir=/etc \
+                          --dyn-manifest \
+                          --bindings
+  python2 ./waf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  DESTDIR="$pkgdir" python2 ./waf install
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-08-29 15:05:33 UTC (rev 165775)
+++ extra-x86_64/PKGBUILD	2012-08-29 15:06:24 UTC (rev 165776)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=lilv
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications."
-arch=(i686 x86_64)
-url="http://drobilla.net/software/$pkgname/"
-license=('custom:ISC')
-depends=('python2' 'sratom' 'jack')
-makedepends=('swig')
-optdepends=('bash-completion: auto-complete words')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('1aea6761f3e44007c0fb4eb20630655d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export PYTHON="/usr/bin/python2"
-
-  # remove ldconfig
-  sed -i "/ldconfig/d" wscript
-
-  python2 ./waf configure --prefix=/usr \
-                          --mandir=/usr/share/man \
-                          --configdir=/etc \
-                          --dyn-manifest \
-                          --bindings
-  python2 ./waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  DESTDIR="$pkgdir" python2 ./waf install
-
-  # 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 165775, lilv/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-08-29 15:06:24 UTC (rev 165776)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=lilv
+pkgver=0.14.4
+pkgrel=1
+pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications."
+arch=(i686 x86_64)
+url="http://drobilla.net/software/$pkgname/"
+license=('custom:ISC')
+depends=('python2' 'sratom' 'jack')
+makedepends=('swig')
+optdepends=('bash-completion: auto-complete words')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+md5sums=('891595410eeb68322cf875286f96fccf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export PYTHON="/usr/bin/python2"
+
+  # remove ldconfig
+  sed -i "/ldconfig/d" wscript
+
+  python2 ./waf configure --prefix=/usr \
+                          --mandir=/usr/share/man \
+                          --configdir=/etc \
+                          --dyn-manifest \
+                          --bindings
+  python2 ./waf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  DESTDIR="$pkgdir" python2 ./waf install
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list