diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-10-17 01:04:49 +0300 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-10-17 17:49:03 -0400 |
commit | f9220d89b0ebb91b8de2598010b7f8b726c97ad5 (patch) | |
tree | 1fbde5478dcaf0e3e2279e72e39ed22e5c3bd8b6 /media-video | |
parent | media-video/mpv: port live ebuild to xdg-utils eclass (diff) | |
download | gentoo-f9220d89b0ebb91b8de2598010b7f8b726c97ad5.tar.gz gentoo-f9220d89b0ebb91b8de2598010b7f8b726c97ad5.tar.bz2 gentoo-f9220d89b0ebb91b8de2598010b7f8b726c97ad5.zip |
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
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 51540f794bf4..e50ba86aac7f 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. |