# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/ecasound/hotfix-lv2core.patch # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- configure:19048: $PKG_CONFIG --exists --print-errors "lv2core lilv-0 > 0.5.0 " Package lv2core was not found in the pkg-config search path. Perhaps you should add the directory containing `lv2core.pc' --- ecasound-2.9.3/configure.vanilla 2025-05-12 14:57:49.723000000 +0200 +++ ecasound-2.9.3/configure 2025-05-12 14:58:25.859000000 +0200 @@ -19028,12 +19028,12 @@ pkg_cv_LIBLILV_CFLAGS="$LIBLILV_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"lv2core lilv-0 > 0.5.0 \""; } >&5 - ($PKG_CONFIG --exists --print-errors "lv2core lilv-0 > 0.5.0 ") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"lv2 lilv-0 > 0.5.0 \""; } >&5 + ($PKG_CONFIG --exists --print-errors "lv2 lilv-0 > 0.5.0 ") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_LIBLILV_CFLAGS=`$PKG_CONFIG --cflags "lv2core lilv-0 > 0.5.0 " 2>/dev/null` + pkg_cv_LIBLILV_CFLAGS=`$PKG_CONFIG --cflags "lv2 lilv-0 > 0.5.0 " 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -19045,12 +19045,12 @@ pkg_cv_LIBLILV_LIBS="$LIBLILV_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"lv2core lilv-0 > 0.5.0 \""; } >&5 - ($PKG_CONFIG --exists --print-errors "lv2core lilv-0 > 0.5.0 ") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"lv2 lilv-0 > 0.5.0 \""; } >&5 + ($PKG_CONFIG --exists --print-errors "lv2 lilv-0 > 0.5.0 ") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_LIBLILV_LIBS=`$PKG_CONFIG --libs "lv2core lilv-0 > 0.5.0 " 2>/dev/null` + pkg_cv_LIBLILV_LIBS=`$PKG_CONFIG --libs "lv2 lilv-0 > 0.5.0 " 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -19071,9 +19071,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - LIBLILV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lv2core lilv-0 > 0.5.0 " 2>&1` + LIBLILV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lv2 lilv-0 > 0.5.0 " 2>&1` else - LIBLILV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lv2core lilv-0 > 0.5.0 " 2>&1` + LIBLILV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lv2 lilv-0 > 0.5.0 " 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$LIBLILV_PKG_ERRORS" >&5