commit:     3d2fe2d094750126975bf3ce3881a0d830cd00b2
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue May 30 17:59:44 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 16:55:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2fe2d0

media-video/mpv: warn users re txt subs change in 0.24.0

Intended for stable users only.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index adc9c06740d..51104143d76 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -295,13 +295,15 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       local rv softvol_0_18_1=0 osc_0_21_0=0 opengl_0_25_0=0
+       local rv softvol_0_18_1=0 osc_0_21_0=0 txtsubs_0_24_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.24.0
+               [[ $? -eq 1 ]] && txtsubs_0_24_0=1
                version_compare ${rv} 0.25.0
                [[ $? -eq 1 ]] && ! use opengl && opengl_0_25_0=1
        done
@@ -324,6 +326,14 @@ pkg_postinst() {
                elog
        fi
 
+       if [[ ${txtsubs_0_24_0} -eq 1 ]]; then
+               elog "Since version 0.24.0 subtitles with .txt extension aren't 
autoloaded."
+               elog "If you want to restore the previous behaviour, please 
refer to"
+               elog
+               elog 
"https://wiki.gentoo.org/wiki/Mpv#Subtitles_with_.txt_extension_in_0.24.0";
+               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 explicitly 
requires"

Reply via email to