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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0657F158094 for ; Mon, 10 Oct 2022 14:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EF35E07EA; Mon, 10 Oct 2022 14:30:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15DB9E07EA for ; Mon, 10 Oct 2022 14:30:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D30C340C35 for ; Mon, 10 Oct 2022 14:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A2FB5D6 for ; Mon, 10 Oct 2022 14:30:23 +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: <1665412202.d6223abf1ed42d3145cf5a51180f34f1fcaaa005.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdenlive/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdenlive/kdenlive-22.08.49.9999.ebuild kde-apps/kdenlive/kdenlive-9999.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6223abf1ed42d3145cf5a51180f34f1fcaaa005 X-VCS-Branch: master Date: Mon, 10 Oct 2022 14:30:23 +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: df3ad01d-c9f4-4130-967c-bf3f9a407961 X-Archives-Hash: 1001bda84390b0cccb986ee9fa49f44b commit: d6223abf1ed42d3145cf5a51180f34f1fcaaa005 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 10 14:13:22 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 10 14:30:02 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6223abf kde-apps/kdenlive: Add missing RDEPENDs, optfeature Thanks-to: Patrick McMunn Bug: https://bugs.gentoo.org/867013 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdenlive/kdenlive-22.08.49.9999.ebuild | 10 ++++++++-- kde-apps/kdenlive/kdenlive-9999.ebuild | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/kde-apps/kdenlive/kdenlive-22.08.49.9999.ebuild b/kde-apps/kdenlive/kdenlive-22.08.49.9999.ebuild index 6b5ce5a78b..5751040caa 100644 --- a/kde-apps/kdenlive/kdenlive-22.08.49.9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-22.08.49.9999.ebuild @@ -9,7 +9,7 @@ ECM_TEST="true" KFMIN=5.96.0 QTMIN=5.15.5 VIRTUALX_REQUIRED="test" -inherit ecm gear.kde.org +inherit ecm gear.kde.org optfeature DESCRIPTION="Non-linear video editing suite by KDE" HOMEPAGE="https://kdenlive.org/en/" @@ -63,7 +63,8 @@ DEPEND=" " RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols-${QTMIN}:5 - media-video/ffmpeg[encode,sdl,X] + media-video/ffmpeg[encode,libass,sdl,X] + media-video/mediainfo " BDEPEND="sys-devel/gettext" @@ -75,3 +76,8 @@ src_configure() { ) ecm_src_configure } + +pkg_postinst() { + ecm_pkg_postinst + optfeature "VP8 and VP9 codec support" "media-video/ffmpeg[vpx]" +} diff --git a/kde-apps/kdenlive/kdenlive-9999.ebuild b/kde-apps/kdenlive/kdenlive-9999.ebuild index 116dc654ab..288d6ac915 100644 --- a/kde-apps/kdenlive/kdenlive-9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-9999.ebuild @@ -9,7 +9,7 @@ ECM_TEST="true" KFMIN=5.98.0 QTMIN=5.15.5 VIRTUALX_REQUIRED="test" -inherit ecm gear.kde.org +inherit ecm gear.kde.org optfeature DESCRIPTION="Non-linear video editing suite by KDE" HOMEPAGE="https://kdenlive.org/en/" @@ -63,7 +63,8 @@ DEPEND=" " RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols-${QTMIN}:5 - media-video/ffmpeg[encode,sdl,X] + media-video/ffmpeg[encode,libass,sdl,X] + media-video/mediainfo " BDEPEND="sys-devel/gettext" @@ -75,3 +76,8 @@ src_configure() { ) ecm_src_configure } + +pkg_postinst() { + ecm_pkg_postinst + optfeature "VP8 and VP9 codec support" "media-video/ffmpeg[vpx]" +}