Created attachment 861758 [details] media-gfx:luminance-hdr-2.6.1.1-r1:20230515-200035.log > src/Libpfs/exif/exifdata.cpp:55:25: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’ > 55 | ::Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(filename); > | ^~~~~~~ > src/Libpfs/exif/exifdata.cpp:56:9: error: ‘image’ was not declared in this scope > 56 | image->readMetadata(); > | ^~~~~ > src/Libpfs/exif/exifdata.cpp:124:33: error: ‘const class Exiv2::Exifdatum’ has no member named ‘toLong’ > 124 | long rotation = it->toLong(); > | ^~~~~~ > src/Libpfs/exif/exifdata.cpp:137:21: error: ‘AnyError’ in namespace ‘Exiv2’ does not name a type > 137 | } catch (Exiv2::AnyError &e) { > | ^~~~~~~~
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45054d191a69f21406abb12f69f42e2836dc2efa commit 45054d191a69f21406abb12f69f42e2836dc2efa Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-06-08 13:44:08 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-06-08 14:05:03 +0000 media-gfx/luminance-hdr: Fix build with >=exiv2-0.28 Closes: https://bugs.gentoo.org/906490 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../files/luminance-hdr-2.6.1.1-exiv2-0.28.patch | 143 +++++++++++++++++++++ .../luminance-hdr/luminance-hdr-2.6.1.1-r1.ebuild | 6 +- 2 files changed, 146 insertions(+), 3 deletions(-)