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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 521BB15838C for ; Tue, 16 Jan 2024 03:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08F21E2BB5; Tue, 16 Jan 2024 03:19:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEB1FE2BB5 for ; Tue, 16 Jan 2024 03:19:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E00423432B3 for ; Tue, 16 Jan 2024 03:19:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26EBE14B5 for ; Tue, 16 Jan 2024 03:19:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705375078.6da5517c4dfabbad40a15a3672cb041eea71a3f5.sam@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.26.1-r1.ebuild media-gfx/eom/eom-1.27.1.ebuild media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch X-VCS-Directories: media-gfx/eom/files/ media-gfx/eom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6da5517c4dfabbad40a15a3672cb041eea71a3f5 X-VCS-Branch: master Date: Tue, 16 Jan 2024 03:19:24 +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: 5b43c7a7-a6a7-4bb6-8e02-4e4fd2cc316f X-Archives-Hash: f25aca823559cf2076cd5b90e516a39a commit: 6da5517c4dfabbad40a15a3672cb041eea71a3f5 Author: Sam James gentoo org> AuthorDate: Tue Jan 16 03:17:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 16 03:17:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da5517c media-gfx/eom: fix build w/ libxml2-2.12 Closes: https://bugs.gentoo.org/917514 Signed-off-by: Sam James gentoo.org> media-gfx/eom/eom-1.26.1-r1.ebuild | 6 +++- media-gfx/eom/eom-1.27.1.ebuild | 6 +++- media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch | 38 +++++++++++++++++++++++ 3 files changed, 48 insertions(+), 2 deletions(-) diff --git a/media-gfx/eom/eom-1.26.1-r1.ebuild b/media-gfx/eom/eom-1.26.1-r1.ebuild index 688d923acc4f..935da0066c79 100644 --- a/media-gfx/eom/eom-1.26.1-r1.ebuild +++ b/media-gfx/eom/eom-1.26.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,6 +53,10 @@ BDEPEND="${COMMON_DEPEND} virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/${PN}-1.26.1-libxml2-2.12.patch +) + src_configure() { mate_src_configure \ --enable-thumbnailer \ diff --git a/media-gfx/eom/eom-1.27.1.ebuild b/media-gfx/eom/eom-1.27.1.ebuild index 3241e8b9bcec..7f1136a3b71c 100644 --- a/media-gfx/eom/eom-1.27.1.ebuild +++ b/media-gfx/eom/eom-1.27.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -56,6 +56,10 @@ BDEPEND="${COMMON_DEPEND} virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/${PN}-1.26.1-libxml2-2.12.patch +) + src_configure() { mate_src_configure \ --enable-thumbnailer \ 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 new file mode 100644 index 000000000000..7bf2c65154ca --- /dev/null +++ b/media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch @@ -0,0 +1,38 @@ +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 to allow build with libxml 2.12.0. + +Signed-off-by: Tomasz Kłoczko + +* fix building with libxml 2.12.0 + +Co-authored-by: Colomban Wendling + +--------- + +Signed-off-by: Tomasz Kłoczko +Co-authored-by: raveit65 +Co-authored-by: Colomban Wendling +--- 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 + #include ++#include ++#include + #include + #include + +