New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/15683#issuecomment-552181227 Comment: The only possible thing that could "surprise" users that I'm seeing is that `mesa-vdpau` and `mesa-XvMC` won't be provided by default anymore (they were part of the `dri` packages), but have to be manually installed if needed. These are `radeon` and `nouveau` libraries for hardware video acceleration, used by programs like `vlc` and `mpv`. I can't directly test, but I don't think their absence breaks anything, seeing that e.g. on archlinux `mesa-vdpau` is optional and `mesa-XvMC` is disabled altogether. Also, I've just seen that `common/shlibs` has entries for the `XvMC` libs: > libXvMCr600.so.1 mesa-ati-dri-10.1.0_1 > libXvMCnouveau.so.1 mesa-nouveau-dri-10.1.0_1 but they don't appear to be used by other packages. I guess they can be removed.