[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD)

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


    Date: Monday, May 18, 2020 @ 17:28:04
  Author: dvzrv
Revision: 629561

upgpkg: vamp-plugin-sdk 2.10.0-1: Upgrading to 2.10.0.

Moving libsndfile to makedepends/optdepends, as it's only used for vamp-simple-host.

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-18 16:45:29 UTC (rev 629560)
+++ PKGBUILD	2020-05-18 17:28:04 UTC (rev 629561)
@@ -2,9 +2,9 @@
 # Contributor: Ray Rashif <schiv at archlinux.org>
 # Contributor: Orivej Desh <smpuj at bk.ru>
 
-_dir=2588
+_dir=2691
 pkgname=vamp-plugin-sdk
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="The Vamp audio analysis plug-in system"
 arch=('x86_64')
@@ -11,10 +11,12 @@
 url="https://www.vamp-plugins.org/"
 license=('BSD')
 groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'libsndfile')
+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=('7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b')
+sha512sums=('153b7f2fa01b77c65ad393ca0689742d66421017fd5931d216caa0fcf6909355fff74706fabbc062a3a04588a619c9b515a1dae00f21a57afd97902a355c48ed')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list