diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-07-06 10:08:50 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-07-06 10:10:32 -0400 |
commit | 3eaa5773c54b2ccddb1213b6d322e3e8badb84b9 (patch) | |
tree | 346774e3e234f2e12da20fbdd2922b801ba6e9ec /media-libs/gexiv2 | |
parent | mail-client/geary: Version bump to 44.0 (diff) | |
download | gentoo-3eaa5773c54b2ccddb1213b6d322e3e8badb84b9.tar.gz gentoo-3eaa5773c54b2ccddb1213b6d322e3e8badb84b9.tar.bz2 gentoo-3eaa5773c54b2ccddb1213b6d322e3e8badb84b9.zip |
media-libs/gexiv2: Add patch to fix compatibility with exiv2-0.28
Closes: https://bugs.gentoo.org/906464
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/Manifest | 1 | ||||
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild (renamed from media-libs/gexiv2/gexiv2-0.14.1.ebuild) | 4 |
2 files changed, 4 insertions, 1 deletions
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 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() { |