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 7F6F0138334 for ; Sat, 11 Aug 2018 12:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60681E07AE; Sat, 11 Aug 2018 12:15:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3BE71E07AE for ; Sat, 11 Aug 2018 12:15:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9338E335CC0 for ; Sat, 11 Aug 2018 12:15:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C8DE39D for ; Sat, 11 Aug 2018 12:15:15 +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: <1533988328.bef7046528f15122a0c6538b59d00dd712f4790e.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-9999.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bef7046528f15122a0c6538b59d00dd712f4790e X-VCS-Branch: master Date: Sat, 11 Aug 2018 12:15:15 +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-Archives-Salt: b6181c1a-8087-4ca6-95c4-11368ecd7b9e X-Archives-Hash: 8a77b40ef7eceed77411e350b7053b53 commit: bef7046528f15122a0c6538b59d00dd712f4790e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 11 11:50:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 11 11:52:08 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bef70465 kde-apps/kdenlive-9999: Require >=media-libs/mlt-6.10.0 Upstream commit fde698f7783d6052aa0e45c4b5f17ad750fe11c0 kde-apps/kdenlive/kdenlive-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kdenlive/kdenlive-9999.ebuild b/kde-apps/kdenlive/kdenlive-9999.ebuild index dfd4d338b3..ce35b29929 100644 --- a/kde-apps/kdenlive/kdenlive-9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-9999.ebuild @@ -45,7 +45,7 @@ RDEPEND=" $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - >=media-libs/mlt-6.6.0-r1[ffmpeg,kdenlive,melt,qt5,sdl,sdl2(+),xml] + >=media-libs/mlt-6.10.0[ffmpeg,kdenlive,melt,qt5,sdl,xml] virtual/ffmpeg[encode,sdl,X] virtual/opengl freesound? ( $(add_qt_dep qtwebkit) )