You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Archlinux, with Exiv2 0.28.0, it will not compile:
src/gimplensfun.cpp: In function ‘int read_opts_from_exif(const char*)’:
src/gimplensfun.cpp:1037:19: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
1037 | Exiv2::Image::AutoPtr Exiv2image;
The text was updated successfully, but these errors were encountered:
pinotree
added a commit
to pinotree/GIMP-Lensfun
that referenced
this issue
Sep 7, 2024
Use the new types for the image pointer and exception class, as
available in the new Exiv2 version, keeping the support for older
versions.
Fixesseebk#29
On Archlinux, with Exiv2 0.28.0, it will not compile:
The text was updated successfully, but these errors were encountered: