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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23B66138334 for ; Sun, 28 Apr 2019 13:01:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08BE5E08EF; Sun, 28 Apr 2019 13:01:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3A47E08EF for ; Sun, 28 Apr 2019 13:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CC67341520 for ; Sun, 28 Apr 2019 13:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA983503 for ; Sun, 28 Apr 2019 13:01:14 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1556456456.05e2da4520fcf4144996e592da33533cfdedb832.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild kde-apps/kdenlive/kdenlive-19.04.0.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 05e2da4520fcf4144996e592da33533cfdedb832 X-VCS-Branch: master Date: Sun, 28 Apr 2019 13:01:14 +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: c909e65c-e81f-4790-b3dd-ad3c5e664335 X-Archives-Hash: 868ea03ac725b6fab85174c053e7a60e commit: 05e2da4520fcf4144996e592da33533cfdedb832 Author: Michael Palimaka gentoo org> AuthorDate: Sun Apr 28 13:00:36 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Apr 28 13:00:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e2da45 kde-apps/kdenlive: update dependencies Closes: https://bugs.gentoo.org/684174 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka gentoo.org> .../{kdenlive-19.04.0.ebuild => kdenlive-19.04.0-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-apps/kdenlive/kdenlive-19.04.0.ebuild b/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild similarity index 95% rename from kde-apps/kdenlive/kdenlive-19.04.0.ebuild rename to kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild index edbeaae7343..ef89b39158b 100644 --- a/kde-apps/kdenlive/kdenlive-19.04.0.ebuild +++ b/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild @@ -17,7 +17,7 @@ IUSE="freesound gles2 semantic-desktop share v4l" BDEPEND=" sys-devel/gettext " -COMMON_DEPEND=" +DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcompletion) @@ -26,6 +26,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) @@ -40,9 +41,11 @@ COMMON_DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) + $(add_qt_dep qtconcurrent) $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui 'gles2=') + $(add_qt_dep qtmultimedia) $(add_qt_dep qtnetwork) $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) @@ -54,10 +57,7 @@ COMMON_DEPEND=" share? ( $(add_frameworks_dep purpose) ) v4l? ( media-libs/libv4l ) " -DEPEND="${COMMON_DEPEND} - $(add_qt_dep qtconcurrent) -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} $(add_qt_dep qtquickcontrols) virtual/ffmpeg[encode,sdl,X] "