[SCM] calf/master: Require a recent version of the LV2 core, not the full LV2 package.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:17 UTC 2013


The following commit has been merged in the master branch:
commit 70b17e45a9b59bf4993d498925073aae1b52ac8d
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Oct 6 09:11:28 2012 +0100

    Require a recent version of the LV2 core, not the full LV2 package.

diff --git a/configure.ac b/configure.ac
index a5eab75..3d42989 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ if test "$JACK_FOUND" = "yes"; then
   PKG_CHECK_MODULES(JACK_MIDI_DEPS, jack >= 0.105.0, OLD_JACK="no", OLD_JACK="yes")
 fi
 
-PKG_CHECK_MODULES(LV2_DEPS, lv2 >= 1, LV2_FOUND="yes", LV2_FOUND="no")
+PKG_CHECK_MODULES(LV2_DEPS, lv2core >= 6, LV2_FOUND="yes", LV2_FOUND="no")
 
 PKG_CHECK_MODULES(LASH_DEPS, lash-1.0 >= 0.6.0,
   AC_CHECK_LIB([lash], [lash_client_is_being_restored], LASH_0_6_FOUND="yes", LASH_0_6_FOUND="no"),

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list