pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/vamp-plugin-sdk vamp-plugin-sdk: Update to 2.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60caaad355af
branches:  trunk
changeset: 442950:60caaad355af
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Dec 03 21:37:10 2020 +0000

description:
vamp-plugin-sdk: Update to 2.10

Version 2.10, 2020-05-18 (minor feature release)

  * Add a method to PluginWrapper, the host-side base for adapters
    like PluginInputDomainAdapter that modify the processing behaviour
    of a plugin, that tells it to "disown" the wrapped plugin. The
    former behaviour, and still the default, is for the wrapper to
    take ownership of the wrapped plugin. The alternative behaviour
    makes it easier to mix these classes with some modern C++ styles
    that use managed pointers

diffstat:

 audio/vamp-plugin-sdk/Makefile |  11 +++++------
 audio/vamp-plugin-sdk/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r 0e589a6dba4a -r 60caaad355af audio/vamp-plugin-sdk/Makefile
--- a/audio/vamp-plugin-sdk/Makefile    Thu Dec 03 21:31:15 2020 +0000
+++ b/audio/vamp-plugin-sdk/Makefile    Thu Dec 03 21:37:10 2020 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2020/08/18 17:57:26 leot Exp $
+# $NetBSD: Makefile,v 1.7 2020/12/03 21:37:10 nia Exp $
 
-DISTNAME=      vamp-plugin-sdk-2.9.0
-PKGREVISION=   1
+DISTNAME=      vamp-plugin-sdk-2.10.0
 CATEGORIES=    audio
-MASTER_SITES=  https://code.soundsoftware.ac.uk/attachments/download/2588/
+MASTER_SITES=  https://code.soundsoftware.ac.uk/attachments/download/2691/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.vamp-plugins.org/
+HOMEPAGE=      https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk
 COMMENT=       The Vamp audio analysis plugin system
 LICENSE=       x11
 
 USE_TOOLS+=    pkg-config gmake
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
diff -r 0e589a6dba4a -r 60caaad355af audio/vamp-plugin-sdk/distinfo
--- a/audio/vamp-plugin-sdk/distinfo    Thu Dec 03 21:31:15 2020 +0000
+++ b/audio/vamp-plugin-sdk/distinfo    Thu Dec 03 21:37:10 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/02/20 16:18:03 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/12/03 21:37:10 nia Exp $
 
-SHA1 (vamp-plugin-sdk-2.9.0.tar.gz) = e5bc230ba77c7641dd144acf34094ec769585ee9
-RMD160 (vamp-plugin-sdk-2.9.0.tar.gz) = a62c0af87b282e8616df76395f074c6f2b38d80f
-SHA512 (vamp-plugin-sdk-2.9.0.tar.gz) = 7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b
-Size (vamp-plugin-sdk-2.9.0.tar.gz) = 312726 bytes
+SHA1 (vamp-plugin-sdk-2.10.0.tar.gz) = 5cd7dbc98f3860d17f453e88bd7907cddfb1c00a
+RMD160 (vamp-plugin-sdk-2.10.0.tar.gz) = 744435d1af02fc2ffe765ca79c1c4125c61519b5
+SHA512 (vamp-plugin-sdk-2.10.0.tar.gz) = 153b7f2fa01b77c65ad393ca0689742d66421017fd5931d216caa0fcf6909355fff74706fabbc062a3a04588a619c9b515a1dae00f21a57afd97902a355c48ed
+Size (vamp-plugin-sdk-2.10.0.tar.gz) = 313354 bytes



Home | Main Index | Thread Index | Old Index