File tree Expand file tree Collapse file tree 4 files changed +1
-22
lines changed
Expand file tree Collapse file tree 4 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 33## [ Unreleased]
44### Removed
55- Remove libspng.
6+ - Remove libyuv.
67
78## [ 3.14.0] - 2025-09-17
89### Added
Original file line number Diff line number Diff line change @@ -308,23 +308,8 @@ cmake \
308308 ..
309309ninja install/strip
310310
311- print_build_stage libyuv $LIBYUV_SHA
312- cd $DEPS_SRC /libyuv
313- mkdir _build
314- cd _build
315- CFLAGS=" ${CFLAGS} -O3" CXXFLAGS=" ${CXXFLAGS} -O3" \
316- cmake \
317- -G" Ninja" \
318- -DCMAKE_BUILD_TYPE=Release \
319- -DCMAKE_INSTALL_PREFIX=$TARGET_PATH \
320- -DBUILD_SHARED_LIBS=1 \
321- ..
322- ninja install/strip
323-
324311print_build_stage libheif $LIBHEIF_VERSION
325312cd $DEPS_SRC /libheif
326- # libyuv support
327- curl -Ls https://github.com/DarthSim/libheif/commit/193f65d241262e9c6291b6f8c57cd38da07b9422.patch | git apply
328313# Ignore alpha in Op_RGB_HDR_to_RRGGBBaa_BE if aplpha has different BPP
329314curl -Ls https://github.com/DarthSim/libheif/commit/9d41f81cdd0a119f5b278ad2eee09ddad14ac2a4.patch | git apply
330315mkdir _build
Original file line number Diff line number Diff line change @@ -158,12 +158,6 @@ cd $DEPS_SRC/aom
158158curl -Ls https://storage.googleapis.com/aom-releases/libaom-${AOM_VERSION} .tar.gz \
159159 | tar -xzC . --strip-components=1
160160
161- print_download_stage libyuv $LIBYUV_SHA
162- mkdir $DEPS_SRC /libyuv
163- cd $DEPS_SRC /libyuv
164- curl -Ls https://chromium.googlesource.com/libyuv/libyuv/+archive/${LIBYUV_SHA} .tar.gz \
165- | tar -xzC .
166-
167161print_download_stage libheif $LIBHEIF_VERSION
168162mkdir $DEPS_SRC /libheif
169163cd $DEPS_SRC /libheif
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export KVAZAAR_VERSION=2.3.2
2121export DAV1D_VERSION=1.5.1
2222# export RAV1E_VERSION=0.5.1
2323export AOM_VERSION=3.13.1
24- export LIBYUV_SHA=' a6a2ec65'
2524export LIBHEIF_VERSION=1.20.2
2625export FREETYPE_VERSION=2.14.1
2726export FONTCONFIG_VERSION=2.17.1
You can’t perform that action at this time.
0 commit comments