Skip to content

Commit

Permalink
Bump libxml2 to v2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and wantehchang committed Dec 14, 2024
1 parent 03d5e38 commit 398777c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update avm.cmd: research-v8.1.0
* Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.0
* Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4
* Update libxml2.cmd/LocalLibXml2.cmake: v2.13.4
* Update libxml2.cmd/LocalLibXml2.cmake: v2.13.5
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.2.1
* Change experimental gainmap API: remove avifGainMapMetadata and
avifGainMapMetadataDouble structs.
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalLibXml2.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_LOCAL_LIBXML_GIT_TAG "v2.13.4")
set(AVIF_LOCAL_LIBXML_GIT_TAG "v2.13.5")

set(LIB_FILENAME "${AVIF_SOURCE_DIR}/ext/libxml2/install.libavif/lib/${AVIF_LIBRARY_PREFIX}xml2${CMAKE_STATIC_LIBRARY_SUFFIX}")
if(EXISTS "${LIB_FILENAME}")
Expand Down
2 changes: 1 addition & 1 deletion ext/libxml2.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

: # libxml2 is released under the MIT License.

git clone -b v2.13.4 --depth 1 https://github.com/GNOME/libxml2.git
git clone -b v2.13.5 --depth 1 https://github.com/GNOME/libxml2.git

mkdir -p libxml2/build.libavif
cmake libxml2 -B libxml2/build.libavif/ -G Ninja -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=libxml2/install.libavif \
Expand Down

0 comments on commit 398777c

Please sign in to comment.