public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/files/
@ 2022-12-26 13:44 Conrad Kostecki
  0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2022-12-26 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d62ac16ff1d1c3147c75eaf2efaf0ddf2ed5b14b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Dec 26 08:30:22 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 13:41:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62ac16f

media-gfx/eom: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28814
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../eom/files/eom-1.24.0-add-gdk-includes.patch    | 29 ----------------------
 1 file changed, 29 deletions(-)

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
deleted file mode 100644
index ced5dbcdd9fa..000000000000
--- a/media-gfx/eom/files/eom-1.24.0-add-gdk-includes.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 3b76a9f57ea65a7ebd22395eb5d3fda9cc929e8c Mon Sep 17 00:00:00 2001
-From: NP-Hardass <np.hardass@gmail.com>
-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 <config.h>
- #endif
- 
-+#include <gdk/gdk.h>
-+
- #include "eom-metadata-reader.h"
- #include "eom-metadata-reader-jpg.h"
- #include "eom-metadata-reader-png.h"
--- 
-2.26.2
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/files/
@ 2024-09-20 16:35 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2024-09-20 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     36466bd042219b94accd897b84fb07dfb94ee43a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Sep 19 17:38:30 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 16:35:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36466bd0

media-gfx/eom: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch | 38 -----------------------
 1 file changed, 38 deletions(-)

diff --git a/media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch b/media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch
deleted file mode 100644
index 7bf2c65154ca..000000000000
--- a/media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-https://bugs.gentoo.org/917514
-https://github.com/mate-desktop/eom/commit/ace46747000807d975b58101353302f34c75ef49
-https://github.com/mate-desktop/eom/commit/d00fc0b68e9419ccdefbf2831ad2537bed8f35f4
-
-From ace46747000807d975b58101353302f34c75ef49 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tomasz=20K=C5=82oczko?=
- <31284574+kloczek@users.noreply.github.com>
-Date: Sat, 25 Nov 2023 20:25:29 +0000
-Subject: [PATCH] fix building with new libxml 2.12.0
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Added include <libxml/xmlsave.h> to allow build with libxml 2.12.0.
-
-Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
-
-* fix building with libxml 2.12.0
-
-Co-authored-by: Colomban Wendling <hypra@ban.netlib.re>
-
----------
-
-Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
-Co-authored-by: raveit65 <mate@raveit.de>
-Co-authored-by: Colomban Wendling <hypra@ban.netlib.re>
---- a/cut-n-paste/toolbar-editor/egg-toolbars-model.c
-+++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.c
-@@ -27,6 +27,8 @@
- 
- #include <unistd.h>
- #include <string.h>
-+#include <libxml/globals.h>
-+#include <libxml/parser.h>
- #include <libxml/tree.h>
- #include <gdk/gdk.h>
- 
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-20 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-26 13:44 [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/files/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-09-20 16:35 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox