commit: 326f8fd1dfe00a5b424bf2e4b13f02441894a5a5 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Mon May 25 00:33:53 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 25 08:07:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326f8fd1
media-libs/gegl: 0.3.34, add gegl-0.3.34-fno-common.patch Closes: https://bugs.gentoo.org/719198 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-libs/gegl/files/gegl-0.3.34-fno-common.patch | 11 +++++++++++ media-libs/gegl/gegl-0.3.34-r1.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/media-libs/gegl/files/gegl-0.3.34-fno-common.patch b/media-libs/gegl/files/gegl-0.3.34-fno-common.patch new file mode 100644 index 00000000000..8c1c045758b --- /dev/null +++ b/media-libs/gegl/files/gegl-0.3.34-fno-common.patch @@ -0,0 +1,11 @@ +--- a/gcut/gcut.h ++++ b/gcut/gcut.h +@@ -172,7 +172,7 @@ + GMutex mutex; + }; + +-struct _GeglEDL ++extern struct _GeglEDL + { + GFileMonitor *monitor; + char *path; diff --git a/media-libs/gegl/gegl-0.3.34-r1.ebuild b/media-libs/gegl/gegl-0.3.34-r1.ebuild index bd05c114d0d..90f06bc1e08 100644 --- a/media-libs/gegl/gegl-0.3.34-r1.ebuild +++ b/media-libs/gegl/gegl-0.3.34-r1.ebuild @@ -75,6 +75,7 @@ pkg_setup() { PATCHES=( "${FILESDIR}"/${PN}-0.3.12-failing-tests.patch "${FILESDIR}"/${PN}-0.3.34-failing-tests.patch # bug 631930, 686202 + "${FILESDIR}"/${PN}-0.3.34-fno-common.patch # bug 719198 "${FILESDIR}"/${PN}-0.4.0-ffmpeg-4-0-compat-1.patch # bug 654172 "${FILESDIR}"/${PN}-0.4.0-ffmpeg-4-0-compat-2.patch # bug 654172 )
