> src/core/raster/qgsexiftools.cpp:97:40: error: ‘const class Exiv2::Exifdatum’ has no member named ‘toLong’ > 97 | val = QVariant::fromValue( it->toLong() ); > | ^~~~~~ > src/core/raster/qgsexiftools.cpp:111:60: error: ‘const class Exiv2::Exifdatum’ has no member named ‘toLong’ > 111 | val = QVariant::fromValue( static_cast< int >( it->toLong() ) ); > | ^~~~~~
Created attachment 861752 [details] sci-geosciences:qgis-3.28.2:20230515-193317.log.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b60343d2fd6009b5d91251c91a91414c7cdf6bf commit 5b60343d2fd6009b5d91251c91a91414c7cdf6bf Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-07-25 10:14:01 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-07-25 10:25:05 +0000 sci-geosciences/qgis: add 3.28.9, fix build with >=exiv2-0.28 Minor 9999 syncing. Closes: https://bugs.gentoo.org/906470 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> sci-geosciences/qgis/Manifest | 1 + .../qgis/files/qgis-3.28.9-exiv2-0.28.patch | 41 ++++ sci-geosciences/qgis/qgis-3.28.9.ebuild | 273 +++++++++++++++++++++ sci-geosciences/qgis/qgis-9999.ebuild | 8 +- 4 files changed, 318 insertions(+), 5 deletions(-)