|
@@ -136,7 +136,16 @@ build_waf lilv "${LILV_VERSION}" "--static --no-bash-completion --no-bindings -- |
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
# lv2lint |
|
|
# lv2lint |
|
|
|
|
|
|
|
|
if [ "${MACOS_OLD}" -eq 0 ] && [ "${CROSS_COMPILING}" -eq 0 ]; then |
|
|
|
|
|
|
|
|
LV2LINT_SUPPORTED="true" |
|
|
|
|
|
|
|
|
|
|
|
if [ "${MACOS_OLD}" -eq 1 ] || [ "${CROSS_COMPILING}" -eq 1 ]; then |
|
|
|
|
|
LV2LINT_SUPPORTED="false" |
|
|
|
|
|
fi |
|
|
|
|
|
if [ "${MACOS}" -eq 1 ] && [ "$(uname -r)" = "12.6.0" ]; then |
|
|
|
|
|
LV2LINT_SUPPORTED="false" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if [ "${LV2LINT_SUPPORTED}" = "true" ]; then |
|
|
download lv2lint "${LV2LINT_VERSION}" "https://gitlab.com/OpenMusicKontrollers/lv2lint/-/archive/${LV2LINT_VERSION}" |
|
|
download lv2lint "${LV2LINT_VERSION}" "https://gitlab.com/OpenMusicKontrollers/lv2lint/-/archive/${LV2LINT_VERSION}" |
|
|
build_meson lv2lint "${LV2LINT_VERSION}" |
|
|
build_meson lv2lint "${LV2LINT_VERSION}" |
|
|
# "-Donline-tests=true -Delf-tests=true" |
|
|
# "-Donline-tests=true -Delf-tests=true" |
|
@@ -186,7 +195,7 @@ build_autoconf mxml ${MXML_VERSION} |
|
|
|
|
|
|
|
|
if [ "${MACOS}" -eq 0 ]; then |
|
|
if [ "${MACOS}" -eq 0 ]; then |
|
|
download zlib ${ZLIB_VERSION} "https://github.com/madler/zlib/archive" |
|
|
download zlib ${ZLIB_VERSION} "https://github.com/madler/zlib/archive" |
|
|
build_conf zlib ${ZLIB_VERSION} "--static --prefix='${PAWPAW_PREFIX}'" |
|
|
|
|
|
|
|
|
build_conf zlib ${ZLIB_VERSION} "--static --prefix=${PAWPAW_PREFIX}" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
# --------------------------------------------------------------------------------------------------------------------- |