[arch-commits] Commit in lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Jul 13 09:37:24 UTC 2019


    Date: Saturday, July 13, 2019 @ 09:37:24
  Author: dvzrv
Revision: 489349

archrelease: copy trunk to community-x86_64

Added:
  lv2/repos/community-x86_64/PKGBUILD
    (from rev 489348, lv2/trunk/PKGBUILD)
Deleted:
  lv2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  101 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 54 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-13 09:37:18 UTC (rev 489348)
+++ PKGBUILD	2019-07-13 09:37:24 UTC (rev 489349)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-
-pkgname=lv2
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Plugin standard for audio systems"
-url="http://lv2plug.in/"
-license=('LGPL' 'custom')
-arch=('x86_64')
-makedepends=('asciidoc' 'doxygen' 'gtk2' 'libsndfile' 'pygmentize'
-'python-pygments' 'python-rdflib')
-optdepends=('libsndfile: Example sampler'
-            'gtk2: Example scope and sampler'
-            'python-pygments: Documentation generator script'
-            'python-rdflib: Documentation generator script')
-source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('ead6d590cded5dd7a548d6ffe0f2f9f8efadfa7bb9e8b4fa0aea6664ccdfbb3ca697514bddebe695a9442fba5b62714b5cd45c1bf7d0aaef12ffe50972c2d88c'
-            'SKIP')
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d at drobilla.net>
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python waf configure --prefix=/usr \
-    --libdir=/usr/lib \
-    --docs \
-    --test
-  python waf build $MAKEFLAGS
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python waf test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
-  # license
-  install -vDm 644 COPYING \
-    -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # docs
-  install -vDm 644 {NEWS,README.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/community-x86_64/PKGBUILD (from rev 489348, lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-13 09:37:24 UTC (rev 489349)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+
+pkgname=lv2
+pkgver=1.16.0
+pkgrel=2
+pkgdesc="Plugin standard for audio systems"
+url="http://lv2plug.in/"
+license=('LGPL' 'custom')
+arch=('x86_64')
+makedepends=('asciidoc' 'doxygen' 'gtk2' 'libsndfile' 'pygmentize'
+'python-pygments' 'python-rdflib')
+optdepends=('libsndfile: Example sampler'
+            'gtk2: Example scope and sampler'
+            'python-pygments: Documentation generator script'
+            'python-rdflib: Documentation generator script')
+source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+        "lv2-1.16.0-fix_lv2_validate.patch::https://gitlab.com/lv2/lv2/commit/2dd45ffd8d19491407bc9f9e0b395fbdefaaacf0.patch")
+sha512sums=('ead6d590cded5dd7a548d6ffe0f2f9f8efadfa7bb9e8b4fa0aea6664ccdfbb3ca697514bddebe695a9442fba5b62714b5cd45c1bf7d0aaef12ffe50972c2d88c'
+            'SKIP'
+            '850518c8cc0c12d0aaf6693e7c0fda0aba84d6e660bd04c389238a9889ecfcbdb990ac7db708e2cfd16c96a92b56312bf9c3d3616514e5d5ea5e92bfa88249a5')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d at drobilla.net>
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "../lv2-1.16.0-fix_lv2_validate.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python waf configure --prefix=/usr \
+    --libdir=/usr/lib \
+    --docs \
+    --test
+  python waf build $MAKEFLAGS
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python waf test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python waf install --destdir="${pkgdir}"
+  # license
+  install -vDm 644 COPYING \
+    -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # docs
+  install -vDm 644 {NEWS,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list