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

2019-08-28 Thread David Runge via arch-commits
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
===
--- PKGBUILD2019-08-28 20:21:57 UTC (rev 504363)
+++ PKGBUILD2019-08-28 20:22:02 UTC (rev 504364)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-
-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)
+++ PKGBUILD2019-08-28 20:22:02 UTC (rev 504364)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+
+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}/"
+}


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

2018-06-05 Thread David Runge via arch-commits
Date: Tuesday, June 5, 2018 @ 21:54:52
  Author: dvzrv
Revision: 340647

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   57 +
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-05 21:54:44 UTC (rev 340646)
+++ PKGBUILD2018-06-05 21:54:52 UTC (rev 340647)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-
-pkgname=vamp-aubio-plugins
-pkgver=0.5.1
-pkgrel=2
-pkgdesc="Onset detection, pitch tracking, note tracking and tempo tracking 
plugins using Paul Brossier's aubio library"
-arch=('x86_64')
-url="https://aubio.org/vamp-aubio-plugins/";
-license=('GPL3')
-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 -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}

Copied: vamp-aubio-plugins/repos/community-x86_64/PKGBUILD (from rev 340646, 
vamp-aubio-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-05 21:54:52 UTC (rev 340647)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+
+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}/"
+}