diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-17 20:27:49 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2019-05-18 13:53:39 +0200 |
commit | dcf00ca4549b3e362634f4a626b7a328cec8a47c (patch) | |
tree | 28742a0d31f04860cbc6fbef94aba271ed482ebc /media-libs/gegl | |
parent | xfce-base/xfconf: Bump to EAPI 7 (diff) | |
download | gentoo-dcf00ca4549b3e362634f4a626b7a328cec8a47c.tar.gz gentoo-dcf00ca4549b3e362634f4a626b7a328cec8a47c.tar.bz2 gentoo-dcf00ca4549b3e362634f4a626b7a328cec8a47c.zip |
media-libs/gegl: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/12034
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/files/gegl-0.4.8-remove-imath-version.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/media-libs/gegl/files/gegl-0.4.8-remove-imath-version.patch b/media-libs/gegl/files/gegl-0.4.8-remove-imath-version.patch deleted file mode 100644 index 54ee791a68ec..000000000000 --- a/media-libs/gegl/files/gegl-0.4.8-remove-imath-version.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -urN a/operations/external/exr-save.cc b/operations/external/exr-save.cc ---- a/operations/external/exr-save.cc 2018-07-11 23:15:19.000000000 +0100 -+++ b/operations/external/exr-save.cc 2018-08-22 19:13:26.241432231 +0100 -@@ -145,10 +145,10 @@ - &blue[0], &blue[1], - NULL, NULL, NULL); - { -- Imf::Chromaticities c1 (Imath_2_2::V2f(red[0],red[1]), -- Imath_2_2::V2f(green[0],green[1]), -- Imath_2_2::V2f(blue[0],blue[1]), -- Imath_2_2::V2f(wp[0],wp[1])); -+ Imf::Chromaticities c1 (Imath::V2f(red[0],red[1]), -+ Imath::V2f(green[0],green[1]), -+ Imath::V2f(blue[0],blue[1]), -+ Imath::V2f(wp[0],wp[1])); - Imf::addChromaticities (header, c1); - } - } -@@ -184,10 +184,10 @@ - &green[0], &green[1], - &blue[0], &blue[1], - NULL, NULL, NULL); -- Imf::Chromaticities c1 (Imath_2_2::V2f(red[0],red[1]), -- Imath_2_2::V2f(green[0],green[1]), -- Imath_2_2::V2f(blue[0],blue[1]), -- Imath_2_2::V2f(wp[0],wp[1])); -+ Imf::Chromaticities c1 (Imath::V2f(red[0],red[1]), -+ Imath::V2f(green[0],green[1]), -+ Imath::V2f(blue[0],blue[1]), -+ Imath::V2f(wp[0],wp[1])); - Imf::addChromaticities (header, c1); - } - |