diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-29 10:35:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-29 10:50:36 +0200 |
commit | 89c8686008ffb58453f927de03693b6b13bc2eef (patch) | |
tree | a2463758b7124164d12bcb69126d8c011e71ce9a /media-plugins/gimp-lensfun/files | |
parent | profiles: drop hardened/linux/{amd64,x86,ia64} profiles (diff) | |
download | gentoo-89c8686008ffb58453f927de03693b6b13bc2eef.tar.gz gentoo-89c8686008ffb58453f927de03693b6b13bc2eef.tar.bz2 gentoo-89c8686008ffb58453f927de03693b6b13bc2eef.zip |
media-plugins/gimp-lensfun: EAPI-7 bump, fix build w/ exiv2-0.27.1
Restrict to <media-gfx/gimp-2.10.0 as it is broken with latest GIMP.
Bug: https://bugs.gentoo.org/686138
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/gimp-lensfun/files')
-rw-r--r-- | media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch b/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch new file mode 100644 index 000000000000..d62f1790d5de --- /dev/null +++ b/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch @@ -0,0 +1,12 @@ +--- a/src/gimplensfun.cpp ++++ b/src/gimplensfun.cpp +@@ -31,8 +31,7 @@ + #include <libgimp/gimp.h> + #include <libgimp/gimpui.h> + +-#include <exiv2/image.hpp> +-#include <exiv2/exif.hpp> ++#include <exiv2/exiv2.hpp> + + #define VERSIONSTR "0.2.4" + |