public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/
Date: Wed, 31 May 2023 20:06:28 +0000 (UTC)	[thread overview]
Message-ID: <1685563580.e210fca6da8b6b90d55b60ff5607fcedd0ad7486.asturm@gentoo> (raw)

commit:     e210fca6da8b6b90d55b60ff5607fcedd0ad7486
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 20:05:42 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 31 20:06:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e210fca6

media-gfx/kphotoalbum: drop 5.9.1-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/kphotoalbum/Manifest                    |  1 -
 media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild | 72 -----------------------
 media-gfx/kphotoalbum/metadata.xml                |  1 -
 3 files changed, 74 deletions(-)

diff --git a/media-gfx/kphotoalbum/Manifest b/media-gfx/kphotoalbum/Manifest
index 919e8102a3e9..a65bbe0a9c12 100644
--- a/media-gfx/kphotoalbum/Manifest
+++ b/media-gfx/kphotoalbum/Manifest
@@ -1,2 +1 @@
 DIST kphotoalbum-5.10.0.tar.xz 12002788 BLAKE2B e20a06f6829c1ac3df51102b09be4e59fe97557b7b51ab4c2ef072f2ea18b9c086acad9cd03dde14549e35ee652f325a558bb634e5760d3b216f9a1c6d681a63 SHA512 6e6e3d3173f2783c05319c6a372553e92b97174a43307d2bd1fdfa0eb6751bab435e61e07e1c33496254e6f53dd95032adf002899c68475dac7af7ad575c28cc
-DIST kphotoalbum-5.9.1.tar.xz 11786912 BLAKE2B f772aebc84689cafa869ec368f0079884ea71d4e2dac61baedc50c3764489993992dde6a260daf328d4489645f87de403b47255a5e710a8c125dc621c5f8a623 SHA512 e273671bcb0501d62f911a127f63dbdbc94be2f9ef9073d769ecc97d737edf189a4c61c1216184a68528d0562e2287b23c8d6738bcafa3faf4cb724d57666476

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild b/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild
deleted file mode 100644
index a722a776175c..000000000000
--- a/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.82.0
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Tool for indexing, searching, and viewing images"
-HOMEPAGE="https://www.kphotoalbum.org/"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2+ FDL-1.2"
-SLOT="5"
-IUSE="map phonon qtav +raw share +vlc"
-
-REQUIRED_USE="|| ( phonon qtav vlc )"
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5[jpeg]
-	>=dev-qt/qtsql-${QTMIN}:5[sqlite]
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kjobwidgets-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	media-gfx/exiv2:=
-	media-libs/libjpeg-turbo:=
-	map? ( kde-apps/marble:5 )
-	phonon? ( >=media-libs/phonon-4.11.0 )
-	qtav? ( media-libs/qtav:= )
-	raw? ( kde-apps/libkdcraw:5 )
-	share? ( >=kde-frameworks/kxmlgui-${KFMIN}:5 )
-	vlc? ( media-video/vlc:= )
-"
-RDEPEND="${DEPEND}
-	media-video/ffmpeg
-"
-
-DOCS=( ChangeLog README.md )
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package map Marble)
-		$(cmake_use_find_package phonon Phonon4Qt5)
-		$(cmake_use_find_package qtav QtAV)
-		$(cmake_use_find_package raw KF5KDcraw)
-		$(cmake_use_find_package share KF5Purpose)
-		$(cmake_use_find_package vlc LIBVLC)
-	)
-
-	ecm_src_configure
-}

diff --git a/media-gfx/kphotoalbum/metadata.xml b/media-gfx/kphotoalbum/metadata.xml
index e4b11a20d66a..0fd7db4de42d 100644
--- a/media-gfx/kphotoalbum/metadata.xml
+++ b/media-gfx/kphotoalbum/metadata.xml
@@ -11,7 +11,6 @@
 	<use>
 		<flag name="map">Enable map display support using <pkg>kde-apps/marble</pkg></flag>
 		<flag name="phonon">Enable <pkg>media-libs/phonon</pkg> video backend (known to crash on some video formats)</flag>
-		<flag name="qtav">Enable <pkg>media-libs/qtav</pkg> video backend (audio and video may get out of sync)</flag>
 		<flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
 		<flag name="vlc">Enable <pkg>media-video/vlc</pkg> video backend (recommended for X11)</flag>
 	</use>


             reply	other threads:[~2023-05-31 20:06 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-31 20:06 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-30 17:19 [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/ Andreas Sturmlechner
2025-01-06 23:30 Andreas Sturmlechner
2025-01-06 23:30 Andreas Sturmlechner
2025-01-05 19:08 Sam James
2024-12-12 21:49 Andreas Sturmlechner
2024-12-05 21:56 Andreas Sturmlechner
2024-11-14  0:36 Sam James
2024-11-13  1:50 Sam James
2024-10-10 22:34 Andreas Sturmlechner
2024-01-14 22:28 Andreas Sturmlechner
2024-01-12 16:53 Sam James
2024-01-12  8:17 Arthur Zamarin
2023-12-12 13:04 Andreas Sturmlechner
2023-08-03 15:10 Sam James
2023-07-31 22:38 Sam James
2023-07-12 20:29 Andreas Sturmlechner
2023-05-31 19:54 Arthur Zamarin
2023-05-31 19:45 Arthur Zamarin
2023-03-29 10:24 Andreas Sturmlechner
2023-01-09 19:47 Andreas Sturmlechner
2022-10-12 19:41 Andreas Sturmlechner
2022-10-12 19:22 Sam James
2022-10-11  9:20 Agostino Sarubbo
2022-09-16 18:45 Andreas Sturmlechner
2022-09-14 15:08 Andreas Sturmlechner
2022-09-11 21:52 Andreas Sturmlechner
2021-09-30 17:24 Andreas Sturmlechner
2021-09-22 23:29 Andreas Sturmlechner
2021-09-22 23:28 Sam James
2021-09-22 23:28 Sam James
2021-06-28 12:32 Andreas Sturmlechner
2020-09-04 19:03 Andreas Sturmlechner
2020-09-04 18:42 Sam James
2020-09-03 14:38 Thomas Deutschmann
2020-08-09  8:32 Andreas Sturmlechner
2020-03-07 11:05 Andreas Sturmlechner
2020-03-07 11:03 Agostino Sarubbo
2020-03-07  9:44 Agostino Sarubbo
2020-02-12 21:30 Andreas Sturmlechner
2020-02-09 22:28 Andreas Sturmlechner
2020-02-08 21:34 Andreas Sturmlechner
2019-06-20  9:24 Mikle Kolyada
2019-06-18 18:24 Thomas Deutschmann
2019-04-28 15:27 Andreas Sturmlechner
2019-02-11 12:42 Andreas Sturmlechner
2019-02-11 12:42 Andreas Sturmlechner
2019-02-07 15:15 Andreas Sturmlechner
2019-02-05 23:27 Andreas Sturmlechner
2018-12-25 22:55 Andreas Sturmlechner
2018-11-12  1:14 Thomas Deutschmann
2018-11-09 18:55 Mikle Kolyada
2018-10-13 18:52 Andreas Sturmlechner
2018-03-18 17:51 Andreas Sturmlechner
2018-03-18 14:39 Mikle Kolyada
2018-03-18  0:40 Thomas Deutschmann
2018-01-20 22:50 Andreas Sturmlechner
2017-12-09 22:54 Michael Palimaka
2017-11-19 22:57 Andreas Sturmlechner
2017-06-18 12:08 Michael Palimaka
2017-04-27 12:17 Michael Palimaka
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 10:27 Agostino Sarubbo
2017-02-27 17:29 Johannes Huber
2017-01-18 16:52 Agostino Sarubbo
2016-12-17 22:18 Johannes Huber
2016-12-11 18:46 Michael Palimaka
2016-10-30 10:44 Johannes Huber
2016-08-11 20:32 Michael Palimaka
2016-08-11 20:32 Michael Palimaka
2016-07-31 19:12 Michael Palimaka
2016-07-10 10:25 Johannes Huber
2016-03-09 11:55 Michael Palimaka
2016-03-09 11:55 Michael Palimaka
2016-01-22 10:36 Michael Palimaka
2016-01-22 10:36 Michael Palimaka
2015-12-31  9:41 Michael Palimaka
2015-10-22 12:19 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685563580.e210fca6da8b6b90d55b60ff5607fcedd0ad7486.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox