From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAE13158095 for ; Thu, 15 Sep 2022 19:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B92D5E085E; Thu, 15 Sep 2022 19:47:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68CA6E085E for ; Thu, 15 Sep 2022 19:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B05E3406C0 for ; Thu, 15 Sep 2022 19:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA5375CD for ; Thu, 15 Sep 2022 19:47:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663271257.e756030db17e341d095fc9ce961987d5f8361120.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/kaffeine/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/kaffeine/kaffeine-9999.ebuild X-VCS-Directories: media-video/kaffeine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e756030db17e341d095fc9ce961987d5f8361120 X-VCS-Branch: master Date: Thu, 15 Sep 2022 19:47:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7198e78e-7f8a-4c70-aeda-4b056937c3eb X-Archives-Hash: 577d01d37f0b5e7a851b1193127ef8f3 commit: e756030db17e341d095fc9ce961987d5f8361120 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 15 19:37:14 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 15 19:47:37 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e756030d media-video/kaffeine: Fix HOMEPAGE, raise KFMIN to 5.92.0 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/kaffeine/kaffeine-9999.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media-video/kaffeine/kaffeine-9999.ebuild b/media-video/kaffeine/kaffeine-9999.ebuild index 71730b4c82..31ce3f97a6 100644 --- a/media-video/kaffeine/kaffeine-9999.ebuild +++ b/media-video/kaffeine/kaffeine-9999.ebuild @@ -4,26 +4,22 @@ EAPI=8 ECM_HANDBOOK="optional" -KFMIN=5.82.0 +KFMIN=5.92.0 QTMIN=5.15.5 inherit ecm kde.org -if [[ ${KDE_BUILD_TYPE} = release ]]; then +if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Media player with digital TV support by KDE" -HOMEPAGE="https://userbase.kde.org/Kaffeine" +HOMEPAGE="https://apps.kde.org/kaffeine/ https://userbase.kde.org/Kaffeine" LICENSE="GPL-2+ handbook? ( FDL-1.3 )" SLOT="5" IUSE="dvb" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -47,6 +43,10 @@ DEPEND=" dvb? ( media-libs/libv4l[dvb] ) " RDEPEND="${DEPEND}" +BDEPEND=" + sys-devel/gettext + virtual/pkgconfig +" DOCS=( Changelog NOTES README.md )