[Bug 236003] x11-drivers/xf86-video-intel: update to 2020-05-15 snapshot and refactor

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 19 15:34:11 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236003

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #215191|0                           |1
        is obsolete|                            |

--- Comment #58 from Jan Beich <jbeich at FreeBSD.org> ---
Created attachment 215792
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215792&action=edit
v9.1

- Make XvMC optional: MPEG-2 is dead, modern CPUs are faster. See also
https://github.com/mpv-player/mpv/commit/cbdb7e6305
- Drop libXv because it's not used directly
- Drop libXext, libXrender because tools are not built/installed
- Drop USE_GL per
https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/commit/34b9d45be6cb

Note, libXi can also be dropped but requires

  # Undo USES=xorg-cat:driver adding USE_XORG=xi to video drivers
  .include <bsd.port.pre.mk>
  USE_XORG:=    ${USE_XORG:Nxi}
  .include <bsd.port.post.mk>

or in Mk/Uses/xorg-cat.mk

  -USE_XORG+=   xi xorg-server xorgproto
  +USE_XORG+=   ${PORTNAME:M*input*:C/.+/xi/} xorg-server xorgproto

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-x11 mailing list