Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits: 72400800 by Bas Couwenberg at 2025-08-28T05:23:30+02:00 Mark libavif.patch as Applied-Upstream. - - - - - 1 changed file: - debian/patches/libavif.patch Changes: ===================================== debian/patches/libavif.patch ===================================== @@ -1,6 +1,7 @@ Description: Add option to disable libavif version check. Author: Bas Couwenberg <[email protected]> Forwarded: https://github.com/OSGeo/gdal/pull/12973 +Applied-Upstream: https://github.com/OSGeo/gdal/commit/f70a3cb18cc317d177591d90b61d4be82c63999d --- a/frmts/avif/avifdataset.cpp +++ b/frmts/avif/avifdataset.cpp @@ -22,12 +23,13 @@ Forwarded: https://github.com/OSGeo/gdal/pull/12973 auto poDM = GetGDALDriverManager(); --- a/cmake/helpers/CheckDependentLibrariesAVIF.cmake +++ b/cmake/helpers/CheckDependentLibrariesAVIF.cmake -@@ -21,3 +21,8 @@ cmake_pop_check_state() +@@ -21,3 +21,9 @@ cmake_pop_check_state() if (AVIF_HAS_OPAQUE_PROPERTIES) set_property(TARGET AVIF::AVIF APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS "AVIF_HAS_OPAQUE_PROPERTIES") endif () + +option(AVIF_VERSION_CHECK "Check libavif runtime vs compile-time versions" ON) ++mark_as_advanced(AVIF_VERSION_CHECK) +if (HAVE_AVIF AND AVIF_VERSION_CHECK) + set_property(TARGET AVIF::AVIF APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS "AVIF_VERSION_CHECK") +endif () View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/72400800a7024640b61217c7b4b3a2efbb011c8d -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/72400800a7024640b61217c7b4b3a2efbb011c8d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
