commit:     0ffcf038396102e1cabec9d552e12a91659ce76a
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu Apr 27 20:23:25 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May  4 16:27:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffcf038

media-video/mpv: notify users about new opengl USE semantics in 9999

I'm very nice.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/mpv/mpv-9999.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 6db8024521a..7b17c8bd540 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -309,13 +309,15 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       local rv softvol_0_18_1=0 osc_0_21_0=0
+       local rv softvol_0_18_1=0 osc_0_21_0=0 opengl_0_25_0=0
 
        for rv in ${REPLACING_VERSIONS}; do
                version_compare ${rv} 0.18.1
                [[ $? -eq 1 ]] && softvol_0_18_1=1
                version_compare ${rv} 0.21.0
                [[ $? -eq 1 ]] && osc_0_21_0=1
+               version_compare ${rv} 0.25.0
+               [[ $? -eq 1 ]] && ! use opengl && opengl_0_25_0=1
        done
 
        if [[ ${softvol_0_18_1} -eq 1 ]]; then
@@ -336,6 +338,12 @@ pkg_postinst() {
                elog
        fi
 
+       if [[ ${opengl_0_25_0} -eq 1 ]]; then
+               elog "Since version 0.25.0 the 'opengl' USE flag is mapped to"
+               elog "the 'opengl' video output and no longer depends on X11"
+               elog "or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
+       fi
+
        # bash-completion < 2.3-r1 already installs (mostly broken) mpv 
completion.
        if use cli && ! has_version '<app-shells/bash-completion-2.3-r1' && \
                ! has_version 'app-shells/mpv-bash-completion'; then

Reply via email to