commit:     4f5b96b100343c3c0e6a010725880a26197425f4
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Apr 28 05:02:59 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 19:28:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5b96b1

media-gfx/photoqt: drop 4.7-r1

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/41810
Closes: https://github.com/gentoo/gentoo/pull/41810
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/photoqt/Manifest              |  1 -
 media-gfx/photoqt/photoqt-4.7-r1.ebuild | 99 ---------------------------------
 2 files changed, 100 deletions(-)

diff --git a/media-gfx/photoqt/Manifest b/media-gfx/photoqt/Manifest
index 109a52097e04..877b22875612 100644
--- a/media-gfx/photoqt/Manifest
+++ b/media-gfx/photoqt/Manifest
@@ -1,2 +1 @@
-DIST photoqt-4.7.tar.gz 3612004 BLAKE2B 
f4bfd07103e614e3b128668ee7b1dc4767d5c8bd6af4164315e75d537e4054ee2e13fd2f2d8f044669c80bfa31d0651a5a71f07d0947c6b8f1a3088d55123407
 SHA512 
41274b52ece3a905de7c274183b658b40fdc72ee291b008afdfb2c7e8bb49308ac54c66760397359838bcd9470aa0140bd769137d5a72cd1c11bc4b1a7accb66
 DIST photoqt-4.8.1.tar.gz 5422370 BLAKE2B 
dba86453107445ebbd4236f8c443c73c6416788ba0355d15be677deae9de1c33a4733ea0233d7d10813a6a0ce61e61eb5be2859b6c771cab2770c1cbd6fa8fa4
 SHA512 
89cc4b87aad4668fa6f44181b164816736ec21a8151fef96959c9a7a5b050173d385d73bd1615a758974abfde4eed338e348f03fce6c902fa6e1a7ff285279f9

diff --git a/media-gfx/photoqt/photoqt-4.7-r1.ebuild 
b/media-gfx/photoqt/photoqt-4.7-r1.ebuild
deleted file mode 100644
index 47cae6ad5b82..000000000000
--- a/media-gfx/photoqt/photoqt-4.7-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit cmake optfeature python-single-r1 toolchain-funcs xdg
-
-DESCRIPTION="Simple but powerful Qt-based image viewer"
-HOMEPAGE="https://photoqt.org/";
-SRC_URI="https://photoqt.org/downloads/source/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="barcode chromecast devil exif freeimage geolocation graphicsmagick 
+imagemagick lcms mpv pdf raw vips"
-REQUIRED_USE="chromecast? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-       app-arch/libarchive:=
-       dev-libs/pugixml
-       dev-qt/qtbase:6[dbus,concurrent,gui,network,sql,widgets,xml]
-       dev-qt/qtdeclarative:6[opengl]
-       dev-qt/qtimageformats:6
-       dev-qt/qtmultimedia:6[qml]
-       dev-qt/qtsvg:6
-       barcode? ( media-libs/zxing-cpp:= )
-       chromecast? (
-               ${PYTHON_DEPS}
-               $(python_gen_cond_dep 'dev-python/pychromecast')
-       )
-       devil? ( media-libs/devil )
-       exif? ( media-gfx/exiv2:=[bmff] )
-       freeimage? ( media-libs/freeimage )
-       imagemagick? (
-               !graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
-               graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
-       )
-       lcms? ( media-libs/lcms:2 )
-       mpv? ( media-video/mpv:=[libmpv] )
-       pdf? ( app-text/poppler[qt6] )
-       raw? ( media-libs/libraw:= )
-       vips? (
-               dev-libs/glib:2
-               media-libs/vips:=
-       )
-"
-RDEPEND="${COMMON_DEPEND}
-       geolocation? (
-               dev-qt/qtlocation:6
-               dev-qt/qtpositioning:6[qml]
-       )
-"
-DEPEND="${COMMON_DEPEND}
-       vips? ( x11-base/xorg-proto )
-"
-BDEPEND="
-       dev-qt/qttools:6[linguist]
-       >=kde-frameworks/extra-cmake-modules-6.5.0:*
-       virtual/pkgconfig
-       chromecast? ( ${PYTHON_DEPS} )
-"
-
-pkg_setup() {
-       use chromecast && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCHROMECAST=$(usex chromecast)
-               -DDEVIL=$(usex devil)
-               -DEXIV2=$(usex exif)
-               -DEXIV2_ENABLE_BMFF=$(usex exif)
-               -DFREEIMAGE=$(usex freeimage)
-               -DGRAPHICSMAGICK=$(usex graphicsmagick $(usex imagemagick))
-               -DIMAGEMAGICK=$(usex imagemagick $(usex !graphicsmagick))
-               -DLCMS2=$(usex lcms)
-               -DLOCATION=$(usex geolocation)
-               -DVIDEO_MPV=$(usex mpv)
-               -DPOPPLER=$(usex pdf)
-               -DRAW=$(usex raw)
-               -DRESVG=OFF # qt5 only
-               -DLIBVIPS=$(usex vips)
-               -DZXING=$(usex barcode)
-       )
-
-       if use imagemagick && use graphicsmagick; then
-               mycmakeargs+=(
-                       -DMAGICK++_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--variable=includedir GraphicsMagick++)
-               )
-       fi
-
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       optfeature "additional image formats like AVIF, EPS, HEIF/HEIC, PSD, 
etc." "kde-frameworks/kimageformats:6"
-       xdg_pkg_postinst
-}

Reply via email to