summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-11-16 21:00:07 +0000
committerJames Le Cuirot <chewi@gentoo.org>2018-11-16 21:00:07 +0000
commit2d0fa0fef69f27a90083c0801d2b5cecb86a7e5d (patch)
treeb5c9755ba46b4aa582ecaba9a105724a24b5c90a
parentnet-misc/httpie: upstream release 1.0.2 (diff)
downloadgentoo-2d0fa0fef69f27a90083c0801d2b5cecb86a7e5d.tar.gz
gentoo-2d0fa0fef69f27a90083c0801d2b5cecb86a7e5d.tar.bz2
gentoo-2d0fa0fef69f27a90083c0801d2b5cecb86a7e5d.zip
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>
-rw-r--r--media-video/makemkv/makemkv-1.14.1-r1.ebuild (renamed from media-video/makemkv/makemkv-1.14.1.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-video/makemkv/makemkv-1.14.1.ebuild b/media-video/makemkv/makemkv-1.14.1-r1.ebuild
index e5d644a114a2..72c2f91d17cd 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() {