media-video/makemkv: Add missing ccextractor dependency with symlink
authorJames Le Cuirot <chewi@gentoo.org>
Fri, 16 Nov 2018 21:00:07 +0000 (21:00 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Fri, 16 Nov 2018 21:00:07 +0000 (21:00 +0000)
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>
media-video/makemkv/makemkv-1.14.1-r1.ebuild [moved from media-video/makemkv/makemkv-1.14.1.ebuild with 95% similarity]

similarity index 95%
rename from media-video/makemkv/makemkv-1.14.1.ebuild
rename to media-video/makemkv/makemkv-1.14.1-r1.ebuild
index e5d644a114a2afc5ee7bdb872f005e995201a0de..72c2f91d17cd64257e50a056998f467ef15c0b96 100644 (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() {