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 1D5E2138334 for ; Sun, 3 Jun 2018 11:15:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBE2DE09BF; Sun, 3 Jun 2018 11:15:11 +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 A0A6BE09BF for ; Sun, 3 Jun 2018 11:15:11 +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 386FF335C03 for ; Sun, 3 Jun 2018 11:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E5052AF for ; Sun, 3 Jun 2018 11:15:08 +0000 (UTC) From: "Andreas Hüttel" 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 Hüttel" Message-ID: <1528024495.d8c0f83024a332fb8266d34f40f3c6e98f29ef21.dilfridge@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.6.0.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d8c0f83024a332fb8266d34f40f3c6e98f29ef21 X-VCS-Branch: master Date: Sun, 3 Jun 2018 11:15:08 +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: a63c6462-90a5-431c-895a-6add472d781f X-Archives-Hash: c45154144ef51f1a14069c4b58136ee0 commit: d8c0f83024a332fb8266d34f40f3c6e98f29ef21 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jun 3 11:14:08 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jun 3 11:14:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c0f830 media-libs/mlt: Needs at least libav-12, otherwise the build fails. See https://github.com/mltframework/mlt/issues/308 for a similar upstream bug report. Bug: https://github.com/mltframework/mlt/issues/308 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/mlt/mlt-6.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-6.6.0.ebuild b/media-libs/mlt/mlt-6.6.0.ebuild index 04688b411f8..16e7f54c7d0 100644 --- a/media-libs/mlt/mlt-6.6.0.ebuild +++ b/media-libs/mlt/mlt-6.6.0.ebuild @@ -27,7 +27,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPEND=" >=media-libs/libebur128-1.2.2 ffmpeg? ( - libav? ( media-video/libav:0=[vdpau?] ) + libav? ( >=media-video/libav-12:0=[vdpau?] ) !libav? ( media-video/ffmpeg:0=[vdpau?] ) ) fftw? ( sci-libs/fftw:3.0= )