[arch-commits] Commit in vamp-plugin-sdk/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Mon May 18 17:28:14 UTC 2020


    Date: Monday, May 18, 2020 @ 17:28:13
  Author: dvzrv
Revision: 629562

archrelease: copy trunk to community-x86_64

Added:
  vamp-plugin-sdk/repos/community-x86_64/PKGBUILD
    (from rev 629561, vamp-plugin-sdk/trunk/PKGBUILD)
Deleted:
  vamp-plugin-sdk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 37 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-18 17:28:04 UTC (rev 629561)
+++ PKGBUILD	2020-05-18 17:28:13 UTC (rev 629562)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-_dir=2588
-pkgname=vamp-plugin-sdk
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="The Vamp audio analysis plug-in system"
-arch=('x86_64')
-url="https://www.vamp-plugins.org/"
-license=('BSD')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'libsndfile')
-provides=('libvamp-hostsdk.so' 'libvamp-sdk.so')
-source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  # license
-  install -vDm 644 COPYING \
-    -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # docs
-  install -vDm 644 {CHANGELOG,README} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/community-x86_64/PKGBUILD (from rev 629561, vamp-plugin-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-18 17:28:13 UTC (rev 629562)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+_dir=2691
+pkgname=vamp-plugin-sdk
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="The Vamp audio analysis plug-in system"
+arch=('x86_64')
+url="https://www.vamp-plugins.org/"
+license=('BSD')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc')
+makedepends=('libsndfile')
+optdepends=('libsndfile: for vamp-simple-host')
+provides=('libvamp-hostsdk.so' 'libvamp-sdk.so')
+source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('153b7f2fa01b77c65ad393ca0689742d66421017fd5931d216caa0fcf6909355fff74706fabbc062a3a04588a619c9b515a1dae00f21a57afd97902a355c48ed')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  # license
+  install -vDm 644 COPYING \
+    -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # docs
+  install -vDm 644 {CHANGELOG,README} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list