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 D2B54138350 for ; Sun, 26 Apr 2020 10:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 120FAE09A8; Sun, 26 Apr 2020 10:13:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E8767E09A6 for ; Sun, 26 Apr 2020 10:13:46 +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 8F7F734F4AD for ; Sun, 26 Apr 2020 10:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A5A91F1 for ; Sun, 26 Apr 2020 10:13:44 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1587895883.f135448199ea4b309ca86def96aa313a06933d87.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/makemkv/makemkv-1.15.1.ebuild X-VCS-Directories: media-video/makemkv/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f135448199ea4b309ca86def96aa313a06933d87 X-VCS-Branch: master Date: Sun, 26 Apr 2020 10:13:44 +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: ff75bea5-a33b-45c0-959b-d11917b21045 X-Archives-Hash: 635a11ceb174ce90e69a96634686fbdb commit: f135448199ea4b309ca86def96aa313a06933d87 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 26 10:11:23 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 26 10:11:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1354481 media-video/makemkv: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> media-video/makemkv/makemkv-1.15.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-video/makemkv/makemkv-1.15.1.ebuild b/media-video/makemkv/makemkv-1.15.1.ebuild index ff30a137bbc..67d80b4b86e 100644 --- a/media-video/makemkv/makemkv-1.15.1.ebuild +++ b/media-video/makemkv/makemkv-1.15.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://www.makemkv.com/download/${MY_P}.tar.gz LICENSE="LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="+gui libav libressl" +IUSE="+gui libressl" RESTRICT="bindist mirror" QA_PREBUILT="usr/bin/makemkvcon usr/bin/mmdtsdec" @@ -31,8 +31,7 @@ DEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) - !libav? ( >=media-video/ffmpeg-1.0.0:0= ) - libav? ( >=media-video/libav-0.8.9:0= ) + >=media-video/ffmpeg-1.0.0:0= !libressl? ( dev-libs/openssl:0=[-bindist(-)] ) libressl? ( dev-libs/libressl:0= ) "