From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDC6713835A for ; Thu, 25 Jun 2020 08:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3AA3E08C2; Thu, 25 Jun 2020 08:08:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EDE2E08BB for ; Thu, 25 Jun 2020 08:08:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D299934ED3D for ; Thu, 25 Jun 2020 08:08:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67CBC2BE for ; Thu, 25 Jun 2020 08:08:21 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593072461.326f8fd1dfe00a5b424bf2e4b13f02441894a5a5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/files/, media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/files/gegl-0.3.34-fno-common.patch media-libs/gegl/gegl-0.3.34-r1.ebuild X-VCS-Directories: media-libs/gegl/ media-libs/gegl/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 326f8fd1dfe00a5b424bf2e4b13f02441894a5a5 X-VCS-Branch: master Date: Thu, 25 Jun 2020 08:08:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 650fde3a-d0e0-4ea2-a88a-dc2936012bb1 X-Archives-Hash: 5385a497c8427b2d9249cc3134fbdd98 commit: 326f8fd1dfe00a5b424bf2e4b13f02441894a5a5 Author: Sergey Torokhov yandex ru> AuthorDate: Mon May 25 00:33:53 2020 +0000 Commit: Joonas Niilola gentoo 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 yandex.ru> Signed-off-by: Joonas Niilola 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 )