[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
@@ -501,6 +501,7 @@ function compile_libvips() {
$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