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 C3E901382C5 for ; Mon, 19 Apr 2021 03:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1C3DE0802; Mon, 19 Apr 2021 03:16:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A5E8BE0802 for ; Mon, 19 Apr 2021 03:16:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B30F9335D63 for ; Mon, 19 Apr 2021 03:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47431634 for ; Mon, 19 Apr 2021 03:16:54 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618802197.dd9edb33d1b4949330bb07661f39d76df84519f3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ufraw/files/, media-gfx/ufraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ufraw/files/ufraw-0.22-glib-2.68.patch media-gfx/ufraw/ufraw-0.22-r4.ebuild X-VCS-Directories: media-gfx/ufraw/files/ media-gfx/ufraw/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dd9edb33d1b4949330bb07661f39d76df84519f3 X-VCS-Branch: master Date: Mon, 19 Apr 2021 03:16:54 +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: 8cc74cb8-0dc5-4f2a-b0a8-60920b57bd4e X-Archives-Hash: 5c3d2cfce95c39690f011a620bcb3697 commit: dd9edb33d1b4949330bb07661f39d76df84519f3 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 19 03:16:23 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 19 03:16:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9edb33 media-gfx/ufraw: Fix build with glib-2.68 Closes: https://bugs.gentoo.org/777534 Signed-off-by: Matt Turner gentoo.org> media-gfx/ufraw/files/ufraw-0.22-glib-2.68.patch | 19 +++++++++++++++++++ media-gfx/ufraw/ufraw-0.22-r4.ebuild | 1 + 2 files changed, 20 insertions(+) diff --git a/media-gfx/ufraw/files/ufraw-0.22-glib-2.68.patch b/media-gfx/ufraw/files/ufraw-0.22-glib-2.68.patch new file mode 100644 index 00000000000..c2499fa16bf --- /dev/null +++ b/media-gfx/ufraw/files/ufraw-0.22-glib-2.68.patch @@ -0,0 +1,19 @@ +--- a/uf_glib.h 2021-04-18 23:14:11.346861061 -0400 ++++ b/uf_glib.h 2021-04-18 23:14:20.180520873 -0400 +@@ -13,13 +13,13 @@ + #ifndef _UF_GLIB_H + #define _UF_GLIB_H + ++#include ++#include ++ + #ifdef __cplusplus + extern "C" { + #endif + +-#include +-#include +- + // g_win32_locale_filename_from_utf8 is needed only on win32 + #ifdef _WIN32 + #define uf_win32_locale_filename_from_utf8(__some_string__) \ diff --git a/media-gfx/ufraw/ufraw-0.22-r4.ebuild b/media-gfx/ufraw/ufraw-0.22-r4.ebuild index 0400a1d39a7..1be3077ba8e 100644 --- a/media-gfx/ufraw/ufraw-0.22-r4.ebuild +++ b/media-gfx/ufraw/ufraw-0.22-r4.ebuild @@ -46,6 +46,7 @@ PATCHES=( "${FILESDIR}"/${P}-gcc9.patch "${FILESDIR}"/${P}-CVE-2015-8366.patch "${FILESDIR}"/${P}-CVE-2018-19655.patch + "${FILESDIR}"/${P}-glib-2.68.patch ) src_prepare() {