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 24516138350 for ; Mon, 3 Feb 2020 15:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D673BE08DA; Mon, 3 Feb 2020 15:51:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BF1D2E08DA for ; Mon, 3 Feb 2020 15:51:08 +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 50DD134E665 for ; Mon, 3 Feb 2020 15:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53D6B116 for ; Mon, 3 Feb 2020 15:51:04 +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: <1580745035.d9e4664615bbf677e72ec1e0b0747d93161fd2e8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/shotcut/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/shotcut/shotcut-19.12.31.ebuild X-VCS-Directories: media-video/shotcut/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d9e4664615bbf677e72ec1e0b0747d93161fd2e8 X-VCS-Branch: master Date: Mon, 3 Feb 2020 15:51:04 +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: 41fc769e-441f-4368-a2f4-7df01541eebb X-Archives-Hash: 4f5d03c38c4757a4a4045a81b05f0e2a commit: d9e4664615bbf677e72ec1e0b0747d93161fd2e8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 3 15:30:17 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 3 15:50:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e46646 media-video/shotcut: Fix dependencies libQt5QuickWidgets.so.5 is part of dev-qt/qtdeclarative:5[widgets], not dev-qt/qtquickcontrols:5[widgets] Both dev-qt/qtgraphicaleffects:5 and dev-qt/qtquickcontrols:5 are RDEPEND exclusively. Re-adding virtual/jack as RDEPEND to fix runtime complaint: 'Error: This program requires the JACK 1 library.' Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/shotcut/shotcut-19.12.31.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/media-video/shotcut/shotcut-19.12.31.ebuild b/media-video/shotcut/shotcut-19.12.31.ebuild index f63ecc276fe..f2f3eb43be1 100644 --- a/media-video/shotcut/shotcut-19.12.31.ebuild +++ b/media-video/shotcut/shotcut-19.12.31.ebuild @@ -17,16 +17,14 @@ IUSE="" BDEPEND=" dev-qt/linguist-tools:5 " -RDEPEND=" +COMMON_DEPEND=" dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgraphicaleffects:5 + dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 - dev-qt/qtquickcontrols:5[widgets] dev-qt/qtsql:5 dev-qt/qtwebkit:5 dev-qt/qtwebsockets:5 @@ -36,10 +34,15 @@ RDEPEND=" media-libs/webvfx media-video/ffmpeg " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 " +RDEPEND="${COMMON_DEPEND} + dev-qt/qtgraphicaleffects:5 + dev-qt/qtquickcontrols:5 + virtual/jack +" src_prepare() { default