Hi Chris, On Thu, Mar 28, 2024 at 12:15 AM Chris Clayton <chris2...@googlemail.com> wrote:
> I sent the message below to the xorg annpince lisy yesterday but it > doesn't seem to have wriggled through the filters. > Yes, the xorg-announce is being moderated, best is to send your questions to the regular xorg@lists.x.org list (cc'ed). Prhaps you could consider my report. > > There seems to be something amiss with the header file > /usr/include/X11/extensions/vldXvMC.h provided in this update. > Unlikely, that file has been untouched in the xorgproto repo since it was last moved in 2018, 6 years ago: https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/blob/master/include/X11/extensions/vldXvMC.h?ref_type=heads My package manager (rpm) complains that the header is already provided by > libXvMC-devel-1.0.14-1.x86_64. 1.0.14 is the > latest release of libxVmc. I can't find the changes that this new version > of the header has undergone in > https://gitlab.freedesktop.org/xorg/lib/libxvmc. The diff between the new > version and that provided by libXvMC is attached > That's right, both packages include that header file, that's why the RPM package for xorgproto (xorg-x11-proto-devel) does _not_ include that file to avoid the conflict, see the list of headers from the spec file: https://src.fedoraproject.org/rpms/xorg-x11-proto-devel/blob/rawhide/f/xorg-x11-proto-devel.spec#_45 FWIW, I already packaged xorgproto 2024.1 for both Fedora 40 and rawhide. https://bodhi.fedoraproject.org/updates/FEDORA-2024-69e16f560f https://bodhi.fedoraproject.org/updates/FEDORA-2024-180e0eb183 So you may want to use those directly instead. HTH, Cheers, Olivier