mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
committed by
David Seifert
parent
c0f16e5f3d
commit
0ffcf03839
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user