commit:     2d0fa0fef69f27a90083c0801d2b5cecb86a7e5d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 16 21:00:07 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 16 21:00:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0fa0fe

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 <AT> gentoo.org>

 .../makemkv/{makemkv-1.14.1.ebuild => makemkv-1.14.1-r1.ebuild}       | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/media-video/makemkv/makemkv-1.14.1.ebuild 
b/media-video/makemkv/makemkv-1.14.1-r1.ebuild
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 e5d644a114a..72c2f91d17c 100644
--- a/media-video/makemkv/makemkv-1.14.1.ebuild
+++ b/media-video/makemkv/makemkv-1.14.1-r1.ebuild
@@ -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() {

Reply via email to