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 0B3CA15811D for ; Thu, 6 Jul 2023 14:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC54BE07F6; Thu, 6 Jul 2023 14:12:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CDB1E07F6 for ; Thu, 6 Jul 2023 14:12:18 +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 7B66834107A for ; Thu, 6 Jul 2023 14:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D809DAC3 for ; Thu, 6 Jul 2023 14:12:15 +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: <1688652632.3eaa5773c54b2ccddb1213b6d322e3e8badb84b9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gexiv2/Manifest media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild media-libs/gexiv2/gexiv2-0.14.1.ebuild X-VCS-Directories: media-libs/gexiv2/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3eaa5773c54b2ccddb1213b6d322e3e8badb84b9 X-VCS-Branch: master Date: Thu, 6 Jul 2023 14:12:15 +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: 2ea661b9-1146-4e1a-8865-69b8c1e6eeff X-Archives-Hash: 9330339e2aadb7c71a251e53e6e6d1fc commit: 3eaa5773c54b2ccddb1213b6d322e3e8badb84b9 Author: Matt Turner gentoo org> AuthorDate: Thu Jul 6 14:08:50 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 6 14:10:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaa5773 media-libs/gexiv2: Add patch to fix compatibility with exiv2-0.28 Closes: https://bugs.gentoo.org/906464 Signed-off-by: Matt Turner gentoo.org> media-libs/gexiv2/Manifest | 1 + media-libs/gexiv2/{gexiv2-0.14.1.ebuild => gexiv2-0.14.1-r1.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/gexiv2/Manifest b/media-libs/gexiv2/Manifest index db7ca2a350ba..129589973955 100644 --- a/media-libs/gexiv2/Manifest +++ b/media-libs/gexiv2/Manifest @@ -1 +1,2 @@ +DIST gexiv2-0.14.1-Fix-compatibility-with-exiv2-main-branch.patch.xz 7380 BLAKE2B 48cf86c95a0353aa8ceb3c0f5084d9795515ef4534056cf5004d699a93ab50f1e33b27d9df186da2afc2c3ac163228d6b4b1d725ee71675ccc924ceec3e09f20 SHA512 1b4f17841234096e67393cfbabeead8ee09fac037017bbf139cac56edf120ea3af4cbc8659ba13ab380b9aa8b438e79b1097e8ad36872f3252cd4f8d7d52cfe5 DIST gexiv2-0.14.1.tar.xz 387604 BLAKE2B 5939e377d8b20cfa0c000b1fb0311a0a904acb35b5cbb7841e9def80b20b79f42393524e761fa0d20dba5095b55b46a712759569eb869b832190f7448896de82 SHA512 f510e49c0b2633bcc370ca21af0822032f04f5d5b57c7f76807797601b0a98b7749fdf68df37a405c9d90734adf75282a3dad59c24830874f64f7bd33152052d diff --git a/media-libs/gexiv2/gexiv2-0.14.1.ebuild b/media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild similarity index 89% rename from media-libs/gexiv2/gexiv2-0.14.1.ebuild rename to media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild index fc6e85f8698f..c413b57be1ac 100644 --- a/media-libs/gexiv2/gexiv2-0.14.1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild @@ -3,12 +3,13 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org meson python-r1 vala DESCRIPTION="GObject-based wrapper around the Exiv2 library" HOMEPAGE="https://wiki.gnome.org/Projects/gexiv2" +SRC_URI+=" https://dev.gentoo.org/~mattst88/distfiles/${P}-Fix-compatibility-with-exiv2-main-branch.patch.xz" if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gexiv2.git" @@ -50,6 +51,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PV}-revert-default-cpp_stdto17.patch" + "${WORKDIR}/${P}-Fix-compatibility-with-exiv2-main-branch.patch" ) src_prepare() {