Created attachment 861753 [details] kde-misc:krename-5.0.2:20230515-194106.log > src/exiv2plugin.cpp:398:16: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’ > 398 | Image::AutoPtr image = Exiv2::ImageFactory::open(strFilename); > | ^~~~~~~ > src/exiv2plugin.cpp:399:13: error: ‘image’ was not declared in this scope; did you mean ‘QImage’? > 399 | if (image.get() != nullptr && image->good()) { > | ^~~~~ > | QImage
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d9a0b2d140eb64e955826acd7b30c31959d014 commit 50d9a0b2d140eb64e955826acd7b30c31959d014 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-05-28 12:02:03 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-05-28 12:44:06 +0000 kde-misc/krename: Fix build with >=exiv2-0.28 5.0.2-r0: Switch to patchset and cleanup slightly oversize patch. Closes: https://bugs.gentoo.org/906471 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-misc/krename/Manifest | 1 + kde-misc/krename/files/krename-5.0.1-no-kjs.patch | 519 ---------------------- kde-misc/krename/krename-5.0.2-r1.ebuild | 59 +++ kde-misc/krename/krename-5.0.2.ebuild | 7 +- 4 files changed, 64 insertions(+), 522 deletions(-)