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 C2BB21396D9 for ; Tue, 31 Oct 2017 18:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C236CE0EBA; Tue, 31 Oct 2017 18:35:22 +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 9FBB2E0EBA for ; Tue, 31 Oct 2017 18:35:21 +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 43F3334172B for ; Tue, 31 Oct 2017 18:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C382F82F for ; Tue, 31 Oct 2017 18:35:18 +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: <1509474834.f0e92c5ab382cee2ca3f3c828bbcf6193baa1c32.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-6.4.1-r4.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f0e92c5ab382cee2ca3f3c828bbcf6193baa1c32 X-VCS-Branch: master Date: Tue, 31 Oct 2017 18:35:18 +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: 274d618e-1c70-44fc-a954-1bc499dfb89e X-Archives-Hash: f724949c9b2de0ad481e664d81510568 commit: f0e92c5ab382cee2ca3f3c828bbcf6193baa1c32 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 31 18:33:54 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 31 18:33:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e92c5a media-libs/mlt: Raise minimum media-libs/opencv version to 3.2 Closes: https://bugs.gentoo.org/635782 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-libs/mlt/mlt-6.4.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-6.4.1-r4.ebuild b/media-libs/mlt/mlt-6.4.1-r4.ebuild index f644ac3bb1f..669426cf7ef 100644 --- a/media-libs/mlt/mlt-6.4.1-r4.ebuild +++ b/media-libs/mlt/mlt-6.4.1-r4.ebuild @@ -44,7 +44,7 @@ COMMON_DEPEND=" ) libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) lua? ( >=dev-lang/lua-5.1.4-r4:= ) - opencv? ( >=media-libs/opencv-3.1.0:= ) + opencv? ( >=media-libs/opencv-3.2.0:= ) opengl? ( media-video/movit ) python? ( ${PYTHON_DEPS} ) qt5? (