pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/vamp-plugin-sdk
Module Name: pkgsrc
Committed By: nia
Date: Thu Dec 3 21:37:10 UTC 2020
Modified Files:
pkgsrc/audio/vamp-plugin-sdk: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/vamp-plugin-sdk/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/vamp-plugin-sdk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/vamp-plugin-sdk/Makefile
diff -u pkgsrc/audio/vamp-plugin-sdk/Makefile:1.6 pkgsrc/audio/vamp-plugin-sdk/Makefile:1.7
--- pkgsrc/audio/vamp-plugin-sdk/Makefile:1.6 Tue Aug 18 17:57:26 2020
+++ pkgsrc/audio/vamp-plugin-sdk/Makefile Thu Dec 3 21:37:10 2020
@@ -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
Index: pkgsrc/audio/vamp-plugin-sdk/distinfo
diff -u pkgsrc/audio/vamp-plugin-sdk/distinfo:1.3 pkgsrc/audio/vamp-plugin-sdk/distinfo:1.4
--- pkgsrc/audio/vamp-plugin-sdk/distinfo:1.3 Thu Feb 20 16:18:03 2020
+++ pkgsrc/audio/vamp-plugin-sdk/distinfo Thu Dec 3 21:37:10 2020
@@ -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