[Upstream Fix] Immich: Fix loader priority (#15755)

This commit is contained in:
Chris
2026-07-14 03:32:29 -04:00
committed by GitHub
parent da62724407
commit 5d57c328fb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -286,6 +286,7 @@ LIBVIPS_REVISION="e01a4797cabe77d457fdfa7d776b7a7e7ca6d6a7"
$STD git clone https://github.com/libvips/libvips.git "$SOURCE"
cd "$SOURCE"
$STD git reset --hard "$LIBVIPS_REVISION"
$STD git apply "$BASE_DIR"/server/sources/libvips-patches/0001-put-other-loaders-ahead-of-dcrawload.patch
$STD meson setup build --buildtype=release --libdir=lib -Dintrospection=disabled -Dtiff=disabled
cd build
$STD ninja install