head 1.2; access; symbols pkgsrc-2021Q3:1.1.0.18 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.16 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.14 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.12 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.10 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.8 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.4 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.6 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2021.11.20.19.07.37; author nia; state dead; branches; next 1.1; commitid JqySrejXvXeaczhD; 1.1 date 2019.07.26.23.35.09; author nia; state Exp; branches; next ; commitid 86qnnBYHMuoWVBwB; desc @@ 1.2 log @mixxx: update to 2.3.1 Changes in 2.3.x: https://mixxx.org/news/2021-06-28-mixxx-2-3-0-released/ mCVS: ---------------------------------------------------------------------- @ text @$NetBSD: patch-vamp-plugins_SConscript,v 1.1 2019/07/26 23:35:09 nia Exp $ Correct pkg-config identifier. --- vamp-plugins/SConscript.orig 2019-04-22 07:50:04.000000000 +0000 +++ vamp-plugins/SConscript @@@@ -54,7 +54,7 @@@@ if int(build.flags['vamp']): # If there is no system vamp-sdk is installed or if the version # of the installed vamp-sdk is less than the bundled version, # then we'll directly link the bundled vamp-sdk. - if not conf.CheckLib('vamp-sdk') or not conf.CheckForPKG('vamp-plugin-sdk', '2.7.1'): + if not conf.CheckLib('vamp-hostsdk') or not conf.CheckForPKG('vamp-sdk', '2.7.1'): INTERNAL_VAMP_PATH = '#lib/vamp' # For header includes env.Append(CPPPATH=[INTERNAL_VAMP_PATH]) @ 1.1 log @mixxx: Enable support for vamp plugins. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @