From b21d2bfdd89b9ebf7ac3ead9162e05da07cad77f Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Thu, 26 Feb 2026 19:43:03 -0600 Subject: [PATCH] add libtiff and no more uutils for darwin --- lib/build.sh | 11 ++++++++++- lib/install_deps.sh | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/build.sh b/lib/build.sh index 7ef56e1..754079c 100644 --- a/lib/build.sh +++ b/lib/build.sh @@ -352,7 +352,8 @@ libvpx 1.16.0 tar.gz https://github.com/webmproject/libvpx/a libvorbis 1.3.7 tar.xz https://github.com/xiph/vorbis/releases/download/v${ver}/libvorbis-${ver}.${ext} libogg,cmake3 libogg 1.3.6 tar.xz https://github.com/xiph/ogg/releases/download/v${ver}/libogg-${ver}.${ext} -libopenjpeg 2.5.4 tar.gz https://github.com/uclouvain/openjpeg/archive/refs/tags/v${ver}.${ext} libwebp +libopenjpeg 2.5.4 tar.gz https://github.com/uclouvain/openjpeg/archive/refs/tags/v${ver}.${ext} libwebp,libtiff +libtiff 4.7.1 tar.gz https://github.com/libsdl-org/libtiff/archive/refs/tags/v${ver}.${ext} libwebp 1.6.0 tar.gz https://github.com/webmproject/libwebp/archive/refs/tags/v${ver}.${ext} libpng,libjpeg libjpeg 3.0.3 tar.gz https://github.com/winlibs/libjpeg/archive/refs/tags/libjpeg-turbo-${ver}.${ext} libpng 1.6.53 tar.gz https://github.com/pnggroup/libpng/archive/refs/tags/v${ver}.${ext} zlib @@ -930,6 +931,14 @@ build_libopenjpeg() { sanitize_sysroot_libs libopenjp2 || return 1 } +build_libtiff() { + meta_cmake_build \ + -Dtiff-tools=OFF \ + -Dtiff-tests=OFF \ + -Dtiff-contrib=OFF || return 1 + sanitize_sysroot_libs libtiff || return 1 +} + build_supmover() ( # clean build environment unset "${BUILD_ENV_NAMES[@]}" diff --git a/lib/install_deps.sh b/lib/install_deps.sh index a988968..cc49b20 100644 --- a/lib/install_deps.sh +++ b/lib/install_deps.sh @@ -55,7 +55,7 @@ print_req_pkgs() { # shellcheck disable=SC2034 local brew_pkgs=( "${common_pkgs[@]}" pkgconf - mkvtoolnix pipx uutils-coreutils + mkvtoolnix pipx coreutils llvm lld ) local common_linux_pkgs=(