Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509838 | Differences between
and this patch

Collapse All | Expand All

(-)makemkv-1.8.10.ebuild.orig (-1 / +7 lines)
Lines 34-40 Link Here
34
S=${WORKDIR}/makemkv-oss-${PV}
34
S=${WORKDIR}/makemkv-oss-${PV}
35
35
36
src_prepare() {
36
src_prepare() {
37
	epatch "${FILESDIR}"/${P}-makefile.linux.patch
37
	epatch "${FILESDIR}"/{${PN}-path,${P}-makefile.linux}.patch
38
}
38
}
39
39
40
src_configure() {
40
src_configure() {
Lines 103-108 Link Here
103
	elog "If this is a new install, remember to copy the default profile"
109
	elog "If this is a new install, remember to copy the default profile"
104
	elog "to the config directory:"
110
	elog "to the config directory:"
105
	elog "cp /usr/share/MakeMKV/default.mmcp.xml ~/.MakeMKV/"
111
	elog "cp /usr/share/MakeMKV/default.mmcp.xml ~/.MakeMKV/"
112
	elog ""
113
	elog "MakeMKV can also act as a drop-in replacement for libaacs and"
114
	elog "libbdplus, allowing transparent decryption of a wider range of"
115
	elog "titles under players like VLC and mplayer. To enable this, set"
116
	elog "the following variables when launching the player:"
117
	elog "LIBAACS_PATH=libmmbd LIBBDPLUS_PATH=libmmbd"
106
}
118
}
107
119
108
pkg_postrm() { gnome2_icon_cache_update; }
120
pkg_postrm() { gnome2_icon_cache_update; }

Return to bug 509838