commit: f9220d89b0ebb91b8de2598010b7f8b726c97ad5
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Oct 16 22:04:49 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 21:49:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9220d89
media-video/mpv: update live ebuild
Improve readability when multiple messages are displayed.
Disable new features until we get support for them in Gentoo.
Package-Manager: portage-2.3.2
media-video/mpv/mpv-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 51540f7..e50ba86 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -222,11 +222,13 @@ src_configure() {
--disable-android
$(use_enable raspberry-pi rpi)
$(usex libmpv "$(use_enable opengl plain-gl)"
'--disable-plain-gl')
+ --disable-mali-fbdev # Only available in overlays.
# HWaccels:
# Automagic Video Toolbox HW acceleration. See Gentoo bug
577332.
$(use_enable vaapi vaapi-hwaccel)
# Automagic VDPAU HW acceleration. See Gentoo bug 558870.
+ --disable-cuda # No support in ffmpeg. See
Gentoo bug 595450.
# TV features:
$(use_enable v4l tv)
@@ -281,7 +283,6 @@ pkg_postinst() {
done
if [[ ${softvol_0_18_1} -eq 1 ]]; then
- echo
elog "Starting from version 0.18.1 the software volume control
is"
elog "enabled by default, see:"
elog
"https://github.com/mpv-player/mpv/blob/v0.18.1/DOCS/interface-changes.rst"
@@ -290,8 +291,9 @@ pkg_postinst() {
elog "This means that volume controls don't change the system
volume,"
elog "e.g. per-application volume with PulseAudio."
elog "If you want to restore the old behaviour, please refer to"
+ elog
elog "https://bugs.gentoo.org/show_bug.cgi?id=588492#c7"
- echo
+ elog
fi
# bash-completion < 2.3-r1 already installs (mostly broken) mpv
completion.