Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#76550 - [mpv] mpv 1:0.35.0-1 is built without x11 support

Attached to Project: Community Packages
Opened by Alexander E. Patrakov (patrakov) - Sunday, 13 November 2022, 15:09 GMT
Last edited by Toolybird (Toolybird) - Monday, 14 November 2022, 03:22 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Description:

I have installed mpv 1:0.35.0-1 from community-staging, to test the recently announced features. However, I found that this package is completely useless on X11 desktops, as it doesn't know at all how to talk to x11.

Additional info:
* package version(s): mpv 1:0.35.0-1
* config and/or log files etc.: defaults
* link to upstream bug report, if any: none

Steps to reproduce:

$ mpv --vo=gpu --gpu-context=help
GPU contexts (APIs):
auto (autodetect)
wayland (opengl)
drm (opengl)
waylandvk (vulkan)
displayvk (vulkan)

Look, nothing that works on X11!

After the downgrade to 1:0.34.1-5, it works again:

$ mpv --vo=gpu --gpu-context=help
GPU contexts (APIs):
auto (autodetect)
wayland (opengl)
x11egl (opengl) <-- good!
drm (opengl)
waylandvk (vulkan)
x11vk (vulkan)
displayvk (vulkan)
This task depends upon

Closed by  Toolybird (Toolybird)
Monday, 14 November 2022, 03:22 GMT
Reason for closing:  Fixed
Additional comments about closing:  mpv 1:0.35.0-2
Comment by Marco (jellybean) - Sunday, 13 November 2022, 16:39 GMT
Yeah, seems that libxpresent needs to be present at build time now for x11 support.
Comment by Christian Hesse (eworm) - Sunday, 13 November 2022, 21:05 GMT
Sorry for the inconvenience caused. Dues to the rebuild for soname pump I did literally no testing.
Please test mpv 1:0.35.0-2 from testing, that does fix it.
Comment by John Doe (rgfx81wcc2) - Sunday, 13 November 2022, 22:06 GMT
Can confirm it's fixed here with 1:0.35.0-2

Loading...