From 0234a4013e6d1821ab7db449aa7867d7141324a8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 5 Sep 2023 22:24:31 +0100 Subject: gentoo auto-resync : 05:09:2023 - 22:24:31 --- media-libs/gexiv2/Manifest | 4 -- .../files/0.14.1-revert-default-cpp_stdto17.patch | 18 ----- media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild | 84 ---------------------- 3 files changed, 106 deletions(-) delete mode 100644 media-libs/gexiv2/files/0.14.1-revert-default-cpp_stdto17.patch delete mode 100644 media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild (limited to 'media-libs/gexiv2') diff --git a/media-libs/gexiv2/Manifest b/media-libs/gexiv2/Manifest index 8d898ee418f9..aaf9516e7494 100644 --- a/media-libs/gexiv2/Manifest +++ b/media-libs/gexiv2/Manifest @@ -1,7 +1,3 @@ -AUX 0.14.1-revert-default-cpp_stdto17.patch 623 BLAKE2B b086cdf4a2fd6b5acd197201c6001af3e92cd8b06b80153dbbbd2d6b367f71c15439457774711057443928133096cc5497609f1b09cbdb22e55b6c2757da8bd6 SHA512 a3d37db9925cf157c39ddfb02459e3cf24b6d648929b9409152d7c322ecfdd436461533aa425810e8f5cceadf09baf8426975a832f3158e37e7c82b9d6b74571 -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 DIST gexiv2-0.14.2.tar.xz 389488 BLAKE2B 37e79b1dd4c4324d4d7e2ef709b803a11aff4fbbe50ce5f0a4ff3f0053c77e251150297c1d0b42399c08f67bb669ee88b1e53ea1e853689480b3491ab45bc3e5 SHA512 16536be5180d5f13f549a68f5b701343a1246eca99083e43e6fc700b151614ea80696f931fcbc721b05955173e3206819b593e5b0fcd8ad4fd7d3b287d9c1441 -EBUILD gexiv2-0.14.1-r1.ebuild 2013 BLAKE2B fd806e3c2e101dd5f42145ae911efb7df49d8e40ba2a76338e69ba540fd57f6c053b6d88c7b06722c34431e03defa5394e1be46e1e17f63218eba59d40b8c0cf SHA512 bbb9225c2855f71f14fc226dc55f2a352897838b052d15142336969ab25e432da4b2a9ac786291fc3fa6dcfa22f003f8a3725a31508dba3bb6f9203a25fb9db5 EBUILD gexiv2-0.14.2.ebuild 1770 BLAKE2B b7e8b1b678498a256ba43f1443db93d5fa17ce4dfb17c1c888d77c31000c413e349d56caa0d230718835f22c718078880377bfd5da8523e2c5a08ff7049382dc SHA512 99a05b2898c06d592321a25a6773535eddb7ab46bad787a2e0855d65d7728bb804e6b7d00ec34fd2f8f8f9826ed465877c9565f3f6b9cb81cb9e6df2a0e41113 MISC metadata.xml 615 BLAKE2B 76b7eab8ca423cb9a816de9ee01bcf7211b14da002292e95bda41db4ed779523b97b95115803ab10ba6b4117c03ff1fd83308d6eac111c1a7813620cc5c56080 SHA512 0a85fe161f01d944a319018dd1dd63b96eafb1d83f3547c707498697dc554088c5ab9fa8fd978a326357fc8a78728e548da2f16b2ccfdcbd2b6c68c5d3623f85 diff --git a/media-libs/gexiv2/files/0.14.1-revert-default-cpp_stdto17.patch b/media-libs/gexiv2/files/0.14.1-revert-default-cpp_stdto17.patch deleted file mode 100644 index 9697e4455ba0..000000000000 --- a/media-libs/gexiv2/files/0.14.1-revert-default-cpp_stdto17.patch +++ /dev/null @@ -1,18 +0,0 @@ -With clang 16 and libcxx this is causig build error such as: -/usr/include/exiv2/value.hpp:54:17: error: no template named 'auto_ptr' in namespace 'std'; did you mean simply 'auto_ptr'? - typedef std::auto_ptr AutoPtr; -Reverting upstream commit https://gitlab.gnome.org/GNOME/gexiv2/-/commit/2eb5c2c9ac1d36bee7089117e1f4825162a9409d -helps solve them for now. - -There is on going work for exiv2-0.28 ---- a/meson.build -+++ b/meson.build -@@ -5,7 +5,7 @@ project( - license: 'GPL-2.0-or-later', - meson_version : '>=0.51', - default_options : [ -- 'cpp_std=c++17' -+ 'cpp_std=c++11' - ] - ) - diff --git a/media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild b/media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild deleted file mode 100644 index c413b57be1ac..000000000000 --- a/media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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" - inherit git-r3 -else - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" -fi - -LICENSE="LGPL-2.1+ GPL-2" -SLOT="0" -IUSE="gtk-doc +introspection python test +vala" -REQUIRED_USE=" - python? ( introspection ${PYTHON_REQUIRED_USE} ) - test? ( python introspection ) - vala? ( introspection ) -" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=media-gfx/exiv2-0.26:= - >=dev-libs/glib-2.46.0:2 - introspection? ( >=dev-libs/gobject-introspection-1.54:= ) - python? ( - ${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - gtk-doc? ( - dev-util/gtk-doc - app-text/docbook-xml-dtd:4.3 - ) - test? ( media-gfx/exiv2[xmp] ) - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -PATCHES=( - "${FILESDIR}/${PV}-revert-default-cpp_stdto17.patch" - "${WORKDIR}/${P}-Fix-compatibility-with-exiv2-main-branch.patch" -) - -src_prepare() { - default - use vala && vala_setup -} - -src_configure() { - local emesonargs=( - $(meson_use test tests) - $(meson_use gtk-doc gtk_doc) - $(meson_use introspection) - $(meson_use vala vapi) - -Dtools=false # requires vala, freshly promoted tool that some other distros don't ship yet either - # Prevents installation of python modules (uses install_data from meson - # which does not optimize the modules) - -Dpython3=false - ) - meson_src_configure -} - -src_install() { - meson_src_install - - if use python ; then - python_moduleinto gi/overrides/ - python_foreach_impl python_domodule GExiv2.py - python_foreach_impl python_optimize - fi -} -- cgit v1.2.3