summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-04-30 22:58:23 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-04-30 22:58:23 +0100
commite8939a791a819815ffa17716695857298ed1140b (patch)
tree1e1132fe15d8d3924fef50be7b4f7815cccc28c0 /media-video
parentdev-libs/weston: USE=colord requires USE=lcms (diff)
downloadgentoo-e8939a791a819815ffa17716695857298ed1140b.tar.gz
gentoo-e8939a791a819815ffa17716695857298ed1140b.tar.bz2
gentoo-e8939a791a819815ffa17716695857298ed1140b.zip
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 <chewi@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/makemkv/makemkv-1.14.3.ebuild5
1 files 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 f9518dd45e3a..3668bf07c790 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