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 4BEE9138335 for ; Tue, 30 Apr 2019 22:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FEE2E08F0; Tue, 30 Apr 2019 22:00:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 18DB1E08F0 for ; Tue, 30 Apr 2019 22:00:49 +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 58FB4343070 for ; Tue, 30 Apr 2019 22:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BE5F5CD for ; Tue, 30 Apr 2019 22:00:46 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1556661503.e8939a791a819815ffa17716695857298ed1140b.chewi@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.14.3.ebuild X-VCS-Directories: media-video/makemkv/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e8939a791a819815ffa17716695857298ed1140b X-VCS-Branch: master Date: Tue, 30 Apr 2019 22:00:46 +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: 7132a917-d486-44b1-b1b8-dc901d83cc6b X-Archives-Hash: 9a978670727e71c62069a6bf617c92b8 commit: e8939a791a819815ffa17716695857298ed1140b Author: James Le Cuirot gentoo org> AuthorDate: Tue Apr 30 21:58:23 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Apr 30 21:58:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8939a79 media-video/makemkv: Add LibreSSL support Thanks to ernsteiswuerfel for testing. Closes: https://bugs.gentoo.org/684482 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> media-video/makemkv/makemkv-1.14.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-video/makemkv/makemkv-1.14.3.ebuild b/media-video/makemkv/makemkv-1.14.3.ebuild index f9518dd45e3..3668bf07c79 100644 --- a/media-video/makemkv/makemkv-1.14.3.ebuild +++ b/media-video/makemkv/makemkv-1.14.3.ebuild @@ -16,14 +16,13 @@ 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" +IUSE="+gui libav libressl" QA_PREBUILT="usr/bin/makemkvcon usr/bin/mmdtsdec" DEPEND=" sys-libs/glibc dev-libs/expat - dev-libs/openssl:0=[-bindist(-)] sys-libs/zlib gui? ( dev-qt/qtcore:5 @@ -33,6 +32,8 @@ DEPEND=" ) !libav? ( >=media-video/ffmpeg-1.0.0:0= ) libav? ( >=media-video/libav-0.8.9:0= ) + !libressl? ( dev-libs/openssl:0=[-bindist(-)] ) + libressl? ( dev-libs/libressl:0= ) " RDEPEND="${DEPEND} media-video/ccextractor