[Git][debian-gis-team/gdal][master] Mark libavif.patch as Applied-Upstream.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Aug 28 04:25:35 BST 2025
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 <sebastic at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250828/75aeabe0/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list