diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2020-05-25 03:33:53 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-25 11:07:41 +0300 |
commit | 326f8fd1dfe00a5b424bf2e4b13f02441894a5a5 (patch) | |
tree | 942e877a4a2608c131c67dd435049aa5bbf52866 /media-libs/gegl | |
parent | media-libs/gegl: 0.3.34, drop failed tests using gegl-video, vp8 (diff) | |
download | gentoo-326f8fd1dfe00a5b424bf2e4b13f02441894a5a5.tar.gz gentoo-326f8fd1dfe00a5b424bf2e4b13f02441894a5a5.tar.bz2 gentoo-326f8fd1dfe00a5b424bf2e4b13f02441894a5a5.zip |
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@yandex.ru>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/files/gegl-0.3.34-fno-common.patch | 11 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.3.34-r1.ebuild | 1 |
2 files changed, 12 insertions, 0 deletions
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 000000000000..8c1c045758b4 --- /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 bd05c114d0d4..90f06bc1e08c 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 ) |