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 E50EF138359 for ; Fri, 7 Aug 2020 03:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C08FCE087E; Fri, 7 Aug 2020 03:18:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A44F3E087E for ; Fri, 7 Aug 2020 03:18:23 +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 3D82F34F49D for ; Fri, 7 Aug 2020 03:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EAC1310 for ; Fri, 7 Aug 2020 03:18:18 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1596770259.2799b82a00ebdd4c0439de5075c4276fd679b29a.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/, media-gfx/eom/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eom/eom-1.24.0-r1.ebuild media-gfx/eom/eom-1.24.0.ebuild media-gfx/eom/files/eom-1.24.0-add-gdk-includes.patch X-VCS-Directories: media-gfx/eom/ media-gfx/eom/files/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 2799b82a00ebdd4c0439de5075c4276fd679b29a X-VCS-Branch: master Date: Fri, 7 Aug 2020 03:18:18 +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: 7d4e7f02-845d-4029-be08-f98789621995 X-Archives-Hash: 1119d26a9e0676bb097a4fbba2859a84 commit: 2799b82a00ebdd4c0439de5075c4276fd679b29a Author: Adam Feldman gentoo org> AuthorDate: Thu Aug 6 16:01:51 2020 +0000 Commit: Adam Feldman gentoo org> CommitDate: Fri Aug 7 03:17:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2799b82a media-gfx/eom: Fix compilation with USE="-exif lcms" Closes: https://bugs.gentoo.org/722888 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman gentoo.org> .../{eom-1.24.0.ebuild => eom-1.24.0-r1.ebuild} | 2 ++ .../eom/files/eom-1.24.0-add-gdk-includes.patch | 29 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/media-gfx/eom/eom-1.24.0.ebuild b/media-gfx/eom/eom-1.24.0-r1.ebuild similarity index 96% rename from media-gfx/eom/eom-1.24.0.ebuild rename to media-gfx/eom/eom-1.24.0-r1.ebuild index c1052d39a53..b5693d8c3b2 100644 --- a/media-gfx/eom/eom-1.24.0.ebuild +++ b/media-gfx/eom/eom-1.24.0-r1.ebuild @@ -54,6 +54,8 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig " +PATCHES=( "${FILESDIR}/eom-1.24.0-add-gdk-includes.patch" ) + src_configure() { mate_src_configure \ --enable-thumbnailer \ diff --git a/media-gfx/eom/files/eom-1.24.0-add-gdk-includes.patch b/media-gfx/eom/files/eom-1.24.0-add-gdk-includes.patch new file mode 100644 index 00000000000..ced5dbcdd9f --- /dev/null +++ b/media-gfx/eom/files/eom-1.24.0-add-gdk-includes.patch @@ -0,0 +1,29 @@ +From 3b76a9f57ea65a7ebd22395eb5d3fda9cc929e8c Mon Sep 17 00:00:00 2001 +From: NP-Hardass +Date: Tue, 4 Aug 2020 19:35:28 -0400 +Subject: [PATCH] eom-metadata-reader: add gdk/gdk.h include to resolve #258 + +be4fa2808c4e1a36c2c9b58c1267a54cdda6e495, enable wayland support + +added "defined(GDK_WINDOWING_x11)" macros without the accompanying gdk +headers +--- + src/eom-metadata-reader.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/eom-metadata-reader.c b/src/eom-metadata-reader.c +index cd796f0..2c93a14 100644 +--- a/src/eom-metadata-reader.c ++++ b/src/eom-metadata-reader.c +@@ -23,6 +23,8 @@ + #include + #endif + ++#include ++ + #include "eom-metadata-reader.h" + #include "eom-metadata-reader-jpg.h" + #include "eom-metadata-reader-png.h" +-- +2.26.2 +