This was originally submitted by Vindex17 in PR #318.
This is the proper place if we will need to die early (we will).
Package-Manager: portage-2.2.24
selinux? ( sec-policy/selinux-mplayer )
"
-pkg_setup() {
+pkg_pretend() {
if ! use libass; then
ewarn "You have disabled the libass flag. No OSD or subtitles will be displayed."
fi
einfo "For additional format support you need to enable the support on your"
einfo "libavcodec/libavformat provider:"
einfo " media-video/ffmpeg or media-video/libav"
-
- python-any-r1_pkg_setup
}
src_prepare() {