FS#64024 - mpv: 1:0.29.1-9 removes support for gpu-context=wayland

Attached to Project: Arch Linux
Opened by Thomas Weißschuh (t-8ch) - Saturday, 05 October 2019, 13:36 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 05 October 2019, 14:22 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

mpv version 1:0.29.1-9 dropped support for the setting gpu-context=wayland.
This worked as long as I can remember until 1:0.29.1-8 (including).

Steps to reproduce:

# pacman -U /var/cache/pacman/pkg/mpv-1:0.29.1-8-x86_64.pkg.tar.xz
...
$ mpv --gpu-context=help
GPU contexts (APIs):
auto (autodetect)
x11probe (opengl)
x11egl (opengl)
x11 (opengl)
wayland (opengl)
drm (opengl)
vdpauglx (opengl)
waylandvk (vulkan)
x11vk (vulkan)
# pacman -U /var/cache/pacman/pkg/mpv-1:0.29.1-9-x86_64.pkg.tar.xz
...
$ mpv --gpu-context=help
GPU contexts (APIs):
auto (autodetect)
x11probe (opengl)
x11egl (opengl)
x11 (opengl)
drm (opengl)
vdpauglx (opengl)
waylandvk (vulkan)
x11vk (vulkan)
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 05 October 2019, 14:22 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#64017 
Comment by Gustavo Alvarez (sl1pkn07) - Saturday, 05 October 2019, 13:56 GMT
in git still here

└───╼ mpv --gpu-context=help
GPU contexts (APIs):
auto (autodetect)
wayland (opengl)
x11egl (opengl)
x11 (opengl)
drm (opengl)
waylandvk (vulkan)
x11vk (vulkan)
Comment by Thomas Weißschuh (t-8ch) - Saturday, 05 October 2019, 13:59 GMT
Yes, it works for me too.
Also there -8 and -9 are from the same source and have no real PKGBUILD changes.
I assume a different packager has different packages installed on their machine.
The relevant packages should probably be added to the dependencies=().

I am just not sure how wayland (opengl) can be missing when waylandvk and lots opengl options are present.

Loading...