[arch-commits] Commit in vamp-aubio-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Aug 28 20:22:02 UTC 2019


    Date: Wednesday, August 28, 2019 @ 20:22:02
  Author: dvzrv
Revision: 504364

archrelease: copy trunk to community-x86_64

Added:
  vamp-aubio-plugins/repos/community-x86_64/PKGBUILD
    (from rev 504363, vamp-aubio-plugins/trunk/PKGBUILD)
Deleted:
  vamp-aubio-plugins/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 34 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-28 20:21:57 UTC (rev 504363)
+++ PKGBUILD	2019-08-28 20:22:02 UTC (rev 504364)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=vamp-aubio-plugins
-pkgver=0.5.1
-pkgrel=3
-pkgdesc="Onset detection, pitch tracking, note tracking and tempo tracking plugins using aubio"
-arch=('x86_64')
-url="https://aubio.org/vamp-aubio-plugins/"
-license=('GPL3')
-groups=('pro-audio')
-depends=('vamp-plugin-sdk' 'aubio')
-makedepends=('python2')
-source=("https://aubio.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('ebbd8466ec3907d55e24824d7a725586df38212994f1398b75974dfac8e282dd8b2cb2a9381ad7e3da1a130b77936f109b36909b23591cc58ff176d6eb22625e')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr
-  python2 waf build -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-  # docs
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: vamp-aubio-plugins/repos/community-x86_64/PKGBUILD (from rev 504363, vamp-aubio-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-28 20:22:02 UTC (rev 504364)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=vamp-aubio-plugins
+pkgver=0.5.1
+pkgrel=4
+pkgdesc="Onset detection, pitch tracking, note tracking and tempo tracking plugins using aubio"
+arch=('x86_64')
+url="https://aubio.org/vamp-aubio-plugins/"
+license=('GPL3')
+groups=('pro-audio')
+depends=('aubio' 'vamp-plugin-sdk')
+makedepends=('waf')
+source=("https://aubio.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('ebbd8466ec3907d55e24824d7a725586df38212994f1398b75974dfac8e282dd8b2cb2a9381ad7e3da1a130b77936f109b36909b23591cc58ff176d6eb22625e')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # don't care aboute outdated waflib
+  rm -rv waflib
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  waf configure --prefix=/usr
+  waf build -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list