-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch for compatibility with exiv2-0.28.0 #12
Comments
Flexximilian
changed the title
Path for compatibility with exiv2-0.28.0
Patch for compatibility with exiv2-0.28.0
Sep 5, 2023
ufraw_exiv2.cc:53:23: error: 'UniquePtr' is not a member of 'Exiv2::Image' |
thinrope
added a commit
to thinrope/pkalin
that referenced
this issue
Jan 15, 2024
media-gfx/ufraw has been failing due to changes in exiv2 library. Based on sergiomb2/ufraw#12 I added a new patch. Thanks to @Flexximilian for that! NOTE: media-gfx/ufraw is not in official portage for 2+ years and it shows a lot of warnings, so I cannot vouch for its stability/suitability; I only occasionally use it.
I added it to my Gentoo overlay [pkalin, available in layman], should be good for now in Gentoo. If someone has the skillz to maintain the original, then I may try to include it upstream in Gentoo, but for now this should work. |
is similar to #13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I just fixed my local Gentoo ebuild of ufraw-0.22 which broke against exiv2-0.28.0 (~amd64). I came across this repository, with seems to be somewhat maintained, and others might search for this, so maybe this is helpful:
Note that after this patch, the code will compile with exiv2 >= 0.28.0, but won't compile against earlier versions any longer.
Cheers!
PS: I can provide the full ebuild if anyone is interested.
The text was updated successfully, but these errors were encountered: