mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
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:
@@ -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() {
|
||||
Reference in New Issue
Block a user