Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits: 8672868f by Bas Couwenberg at 2022-11-20T07:50:05+01:00 Revert "Enable JPEGXL driver." This reverts commit c0e50be811b65f4112c55e03ced35bbb03e16a1c. - - - - - 7cf7eeb3 by Bas Couwenberg at 2022-11-20T07:50:57+01:00 Disable JPEGXL driver, not available on all release architectures. - - - - - b6f99afc by Bas Couwenberg at 2022-11-20T07:51:11+01:00 Set distribution to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - debian/libgdal32.symbols - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gdal (3.6.0+dfsg-2) unstable; urgency=medium + + * Disable JPEGXL driver, not available on all release architectures. + + -- Bas Couwenberg <[email protected]> Sun, 20 Nov 2022 07:50:58 +0100 + gdal (3.6.0+dfsg-1) unstable; urgency=medium * Update symbols for other architectures. ===================================== debian/control ===================================== @@ -27,7 +27,6 @@ Build-Depends: cmake, libheif-dev, libjpeg-dev, libjson-c-dev, - libjxl-dev, libkml-dev (>= 1.3.0~rc0-3), liblz4-dev, liblzma-dev, @@ -113,7 +112,6 @@ Depends: libgdal32 (= ${binary:Version}), libheif-dev, libjpeg-dev, libjson-c-dev, - libjxl-dev, libkml-dev, libltdl-dev, liblz4-dev, ===================================== debian/libgdal32.symbols ===================================== @@ -948,7 +948,6 @@ libgdal.so.32 #PACKAGE# #MINVER# GDALRegister_JDEM@Base 1.8.0 GDALRegister_JP2OpenJPEG@Base 1.11.2 GDALRegister_JPEG@Base 1.8.0 - GDALRegister_JPEGXL@Base 3.6.0 GDALRegister_KMLSUPEROVERLAY@Base 1.8.0 GDALRegister_KRO@Base 1.11.0 GDALRegister_L1B@Base 1.8.0 ===================================== debian/rules ===================================== @@ -71,7 +71,6 @@ override_dh_auto_configure: -DGDAL_USE_HDF5=ON \ -DGDAL_USE_HEIF=ON \ -DGDAL_USE_JSONC=ON \ - -DGDAL_USE_JXL=ON \ -DGDAL_USE_LERC_INTERNAL=ON \ -DGDAL_USE_LIBKML=ON \ -DGDAL_USE_LIBLZMA=ON \ View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/987c54452767e92f5f9701a4b01259d779720433...b6f99afcb4e4be8021276267ca459d8b0d860b25 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/987c54452767e92f5f9701a4b01259d779720433...b6f99afcb4e4be8021276267ca459d8b0d860b25 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
