Skip to content

Commit 957421d

Browse files
authored
Update libxml2 to v2.14.0 and googletest to v1.16.0 (#2731)
1 parent 53f5cc4 commit 957421d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The changes are relative to the previous release, unless the baseline is specifi
1616
* Forbid encoding with AVIF_MATRIX_COEFFICIENTS_IDENTITY and
1717
AVIF_PIXEL_FORMAT_YUV400 to be AV1 spec compatible.
1818
* Ignore tmap items not present in `grpl` box
19+
* Update googletest.cmd/LocalGTest.cmake: v1.16.0
20+
* Update libxml2.cmd/LocalLibXml2.cmake: v2.14.0
1921
* Update libyuv.cmd: dc47c71b3 (1907)
2022

2123
## [1.2.1] - 2025-03-17

cmake/Modules/LocalGTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(AVIF_GTEST_GIT_TAG v1.14.0)
1+
set(AVIF_GTEST_GIT_TAG v1.16.0)
22

33
set(GTest_FOUND ON CACHE BOOL "")
44
set(GTEST_INCLUDE_DIRS ${AVIF_SOURCE_DIR}/ext/googletest/googletest/include)

cmake/Modules/LocalLibXml2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(AVIF_LIBXML_GIT_TAG "v2.13.5")
1+
set(AVIF_LIBXML_GIT_TAG "v2.14.0")
22

33
set(LIB_FILENAME "${AVIF_SOURCE_DIR}/ext/libxml2/install.libavif/lib/${AVIF_LIBRARY_PREFIX}xml2${CMAKE_STATIC_LIBRARY_SUFFIX}")
44
if(EXISTS "${LIB_FILENAME}")

ext/googletest.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
: # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
88
: # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
99

10-
git clone -b v1.14.0 --depth 1 https://github.com/google/googletest.git
10+
git clone -b v1.16.0 --depth 1 https://github.com/google/googletest.git
1111

1212
: # The gtest_force_shared_crt option makes gtest link the Microsoft C runtime library (CRT) dynamically
1313
: # on Windows:

ext/libxml2.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
: # libxml2 is released under the MIT License.
77

8-
git clone -b v2.13.5 --depth 1 https://github.com/GNOME/libxml2.git
8+
git clone -b v2.14.0 --depth 1 https://github.com/GNOME/libxml2.git
99

1010
cmake -G Ninja -S libxml2 -B libxml2/build.libavif/ -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=libxml2/install.libavif \
1111
-DLIBXML2_WITH_PYTHON=OFF -DLIBXML2_WITH_ZLIB=OFF -DLIBXML2_WITH_LZMA=OFF

0 commit comments

Comments
 (0)