From 5c92379e3a6732ff2855a56c60576983ae42e288 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 6 Jul 2023 16:14:21 +0100 Subject: gentoo auto-resync : 06:07:2023 - 16:14:21 --- media-libs/Manifest.gz | Bin 68435 -> 68435 bytes media-libs/gexiv2/Manifest | 3 +- media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild | 84 ++++++++++++++++++++++++++ media-libs/gexiv2/gexiv2-0.14.1.ebuild | 82 ------------------------- media-libs/ksanecore/Manifest | 2 + media-libs/ksanecore/ksanecore-23.04.3.ebuild | 23 +++++++ 6 files changed, 111 insertions(+), 83 deletions(-) create mode 100644 media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild delete mode 100644 media-libs/gexiv2/gexiv2-0.14.1.ebuild create mode 100644 media-libs/ksanecore/ksanecore-23.04.3.ebuild (limited to 'media-libs') diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index 251fc1120e79..1ff3ff64221d 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/gexiv2/Manifest b/media-libs/gexiv2/Manifest index b73e48762c4b..0d6b0cb4e9b7 100644 --- a/media-libs/gexiv2/Manifest +++ b/media-libs/gexiv2/Manifest @@ -1,4 +1,5 @@ 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 -EBUILD gexiv2-0.14.1.ebuild 1837 BLAKE2B 2f53f779aa09193ce4b36de5eecf559a6de7dac7c6ce0cf475179bf9774af90bc1e2f10e20ad157ed2593e4fe0c481737f7b498a50bd37f798181a1a0e118732 SHA512 64dea127058d3a066b8957f551063bc6aaefb5336161291968bc7487ff87689aa6b2b0673ab472640c2fc7c41ac448f8e00012c40e31d162fd2c0fde6383e1e5 +EBUILD gexiv2-0.14.1-r1.ebuild 2013 BLAKE2B fd806e3c2e101dd5f42145ae911efb7df49d8e40ba2a76338e69ba540fd57f6c053b6d88c7b06722c34431e03defa5394e1be46e1e17f63218eba59d40b8c0cf SHA512 bbb9225c2855f71f14fc226dc55f2a352897838b052d15142336969ab25e432da4b2a9ac786291fc3fa6dcfa22f003f8a3725a31508dba3bb6f9203a25fb9db5 MISC metadata.xml 615 BLAKE2B 76b7eab8ca423cb9a816de9ee01bcf7211b14da002292e95bda41db4ed779523b97b95115803ab10ba6b4117c03ff1fd83308d6eac111c1a7813620cc5c56080 SHA512 0a85fe161f01d944a319018dd1dd63b96eafb1d83f3547c707498697dc554088c5ab9fa8fd978a326357fc8a78728e548da2f16b2ccfdcbd2b6c68c5d3623f85 diff --git a/media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild b/media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild new file mode 100644 index 000000000000..c413b57be1ac --- /dev/null +++ b/media-libs/gexiv2/gexiv2-0.14.1-r1.ebuild @@ -0,0 +1,84 @@ +# 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 +} diff --git a/media-libs/gexiv2/gexiv2-0.14.1.ebuild b/media-libs/gexiv2/gexiv2-0.14.1.ebuild deleted file mode 100644 index fc6e85f8698f..000000000000 --- a/media-libs/gexiv2/gexiv2-0.14.1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) - -inherit gnome.org meson python-r1 vala - -DESCRIPTION="GObject-based wrapper around the Exiv2 library" -HOMEPAGE="https://wiki.gnome.org/Projects/gexiv2" - -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" -) - -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 -} diff --git a/media-libs/ksanecore/Manifest b/media-libs/ksanecore/Manifest index 1939a6e1874d..c06bf1547635 100644 --- a/media-libs/ksanecore/Manifest +++ b/media-libs/ksanecore/Manifest @@ -1,5 +1,7 @@ DIST ksanecore-22.12.3.tar.xz 47072 BLAKE2B 0ffca990430a9be65f8b544a44c7df1ee59c974980cbff1cbe1394d14cf27eaee93b2babb2fea3a8a08c0ef8dbf7b53809ef99789b1f9d15bb2b5607a6aacc55 SHA512 73dcf6d65e587f2ec63453664c5b6ed4d35b230e4fd1cf9b3f548ea020dc80380dc6b86c2db01f69fb00ceadc278287a4f719a41386d882cd8107ac6f74abfc2 DIST ksanecore-23.04.2.tar.xz 50392 BLAKE2B 278e94fe600a673ee1691d9174bb8c3bc0bd146bb87865d74ae1f37d69bb7d3041e6e2569f410087680ac23700a136363decd2ded6d1bdd4a2c4651638c906e7 SHA512 e1c881a0cced1ce1f16b4f4b85aad0b632a5869b3bed72946bd914a34ace8375188cf1d5d89249c42b869797ad25e5957d380b4c230c781dcf4a6d8620e2caed +DIST ksanecore-23.04.3.tar.xz 50408 BLAKE2B b99685d06eab9c66a6b4110c6c7b30436fae622eb06a64f40234a69ce123717bb7634beb4e5541bc6b77576e054981e41ffe119577599deedeac699d5e375d70 SHA512 6a063e2038e3f34e8b0739678c1d24cea4f39115c51546cd79f27f13e5829157b46bdd6889bf713a6bf89b8ff918b79bcfaa9ae4b782cdb30a6b865443280b27 EBUILD ksanecore-22.12.3.ebuild 547 BLAKE2B b25b0b254697a82dadfcda0e078fd0d855d08a60848ea618b970b6eca91e8a96bc7519a0921a669a3282842cbc299b63a54a226ec599f937cedfae36b6a3e02f SHA512 8a62f4b2075fde4285073628573ffe827ae31e39c0c0c6266f07872f9830ac79fe799577848303e60fe3137983bf1ab6fa85993a2f150789c4fc9613ff56467a EBUILD ksanecore-23.04.2.ebuild 550 BLAKE2B 801e8ebcdcf849c022cca34d01c80c17668442ed5f51b522398964453c3267c3732e6f4d95509d1cb29f762a137accb85b90fa92bc7f865d031e214008d9b5b1 SHA512 886379bb22cb97fb654ef4776767839be39b92511260ca08584c2a95a5e798df9306b22da38ecbffdd4ddf744f93565a8a00218dabbd411320a8981e356cf58b +EBUILD ksanecore-23.04.3.ebuild 550 BLAKE2B 801e8ebcdcf849c022cca34d01c80c17668442ed5f51b522398964453c3267c3732e6f4d95509d1cb29f762a137accb85b90fa92bc7f865d031e214008d9b5b1 SHA512 886379bb22cb97fb654ef4776767839be39b92511260ca08584c2a95a5e798df9306b22da38ecbffdd4ddf744f93565a8a00218dabbd411320a8981e356cf58b MISC metadata.xml 250 BLAKE2B f3e9395137ebb9adf46cd35c1b6156f82c04cfa94f964f6da24fe71eb560cf51b4f70ebfa10daaa4884400ec22782d819ab794dfd29e7a47559f07208397195d SHA512 78c4ff15eed76ba883b457be95dabd41e928a0e64a42b758b5eab4d8a95afca27d5ea6a7cfe0948de578b169153a05f08aadfce1ddd41a88732212a1e76e565f diff --git a/media-libs/ksanecore/ksanecore-23.04.3.ebuild b/media-libs/ksanecore/ksanecore-23.04.3.ebuild new file mode 100644 index 000000000000..94317a8eef82 --- /dev/null +++ b/media-libs/ksanecore/ksanecore-23.04.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm gear.kde.org + +DESCRIPTION="Qt-based interface for SANE library to control scanner hardware" +HOMEPAGE="https://invent.kde.org/libraries/ksanecore +https://api.kde.org/ksanecore/html/index.html" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + media-gfx/sane-backends +" +RDEPEND="${DEPEND}" -- cgit v1.2.3