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

David Runge dvzrv at archlinux.org
Tue Jun 5 21:54:53 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-06-05 21:54:44 UTC (rev 340646)
+++ PKGBUILD	2018-06-05 21:54:52 UTC (rev 340647)
@@ -1,28 +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=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)
+++ PKGBUILD	2018-06-05 21:54:52 UTC (rev 340647)
@@ -0,0 +1,29 @@
+# $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}/"
+}



More information about the arch-commits mailing list