summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-02-20 16:18:03 +0000
committernia <nia@pkgsrc.org>2020-02-20 16:18:03 +0000
commitcada156b5d280522299999c4606e40bf1fa3cb74 (patch)
treeb99f51063b22d958cfe77652883fd417bc5f4f66 /audio
parentb918307d025a2a7220caf7f972da49900604fd66 (diff)
downloadpkgsrc-cada156b5d280522299999c4606e40bf1fa3cb74.tar.gz
vamp-plugin-sdk: Update to 2.9.0
Version 2.9, 2019-11-13 (maintenance release) * Fix non-thread-safe behaviour in PluginAdapter. Plugins built using the adapter classes in version 2.8 or earlier cannot safely be used simultaneously across threads with other instances of themselves or of other plugins in the same library (i.e. shared object). Hosts have been required to provide synchronisation for such cases. Version 2.9 introduces synchronisation in the plugin, making this usage safe. Unfortunately this does not make host code safe when using older plugin builds, as the problem and its fix are in the plugin side of the SDK. Caution is still required, but this fix does allow updated plugin builds to avoid problems with some existing hosts * Change required C++ language standard from C++98 to C++11. This is because of the use of std::mutex in the above fix
Diffstat (limited to 'audio')
-rw-r--r--audio/vamp-plugin-sdk/Makefile12
-rw-r--r--audio/vamp-plugin-sdk/distinfo10
2 files changed, 12 insertions, 10 deletions
diff --git a/audio/vamp-plugin-sdk/Makefile b/audio/vamp-plugin-sdk/Makefile
index 2960f30989e..090417b9e78 100644
--- a/audio/vamp-plugin-sdk/Makefile
+++ b/audio/vamp-plugin-sdk/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/02/12 02:50:13 nia Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/20 16:18:03 nia Exp $
-DISTNAME= vamp-plugin-sdk-2.8.0
-PKGREVISION= 1
+DISTNAME= vamp-plugin-sdk-2.9.0
CATEGORIES= audio
-MASTER_SITES= https://code.soundsoftware.ac.uk/attachments/download/2450/
+MASTER_SITES= https://code.soundsoftware.ac.uk/attachments/download/2588/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.vamp-plugins.org/
@@ -11,10 +10,13 @@ COMMENT= The Vamp audio analysis plugin system
LICENSE= x11
USE_TOOLS+= pkg-config gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+# C++11
+GCC_REQD+= 4.7
+
SUBST_CLASSES+= dl
SUBST_STAGE.dl= pre-configure
SUBST_MESSAGE.dl= Fixing usage of -ldl in pkgconfig file.
diff --git a/audio/vamp-plugin-sdk/distinfo b/audio/vamp-plugin-sdk/distinfo
index 37afdb8da38..fce8e15637c 100644
--- a/audio/vamp-plugin-sdk/distinfo
+++ b/audio/vamp-plugin-sdk/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/07/26 15:31:08 nia Exp $
+$NetBSD: distinfo,v 1.3 2020/02/20 16:18:03 nia Exp $
-SHA1 (vamp-plugin-sdk-2.8.0.tar.gz) = 6a1400a47eb067ea6a8f459bb9fc9270e6efba14
-RMD160 (vamp-plugin-sdk-2.8.0.tar.gz) = 834d2ce234ce09dac1740df32afb955f98a7a2ba
-SHA512 (vamp-plugin-sdk-2.8.0.tar.gz) = abc009dab8d1ae4549640aba4a1341942b5a868479b4a9b2a435556a1bf1ce350d8aec94ee5b403fe8fff4175f40778a8fc12ceaf602dd0f176f9215e4a3f8f8
-Size (vamp-plugin-sdk-2.8.0.tar.gz) = 308972 bytes
+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