[Bug 236003] x11-drivers/xf86-video-intel: update to 2020-05-15 snapshot and refactor
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236003 Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #215191|0 |1 is obsolete| | --- Comment #58 from Jan Beich <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"