media-video/makemkv: Add missing ccextractor dependency with symlink

Closes: https://bugs.gentoo.org/670840
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2018-11-16 21:00:07 +00:00
parent c3446a0be6
commit 2d0fa0fef6

View File

@@ -35,6 +35,7 @@ DEPEND="
libav? ( >=media-video/libav-0.8.9:0= )
"
RDEPEND="${DEPEND}
media-video/ccextractor
net-misc/wget"
CONFIG_CHECK="~CHR_DEV_SG"
@@ -72,6 +73,9 @@ src_install() {
# install profiles and locales
insinto /usr/share/MakeMKV
doins src/share/*
# add symlink rather than relying on MMCCEXTRACTOR env var
dosym ccextractor /usr/bin/mmccextr
}
pkg_postinst() {