pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xf86-video-vesa



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 10 22:27:04 UTC 2020

Modified Files:
        pkgsrc/x11/xf86-video-vesa: Makefile distinfo

Log Message:
xf86-video-vesa: update to 2.5.0.

This release rolls up a few minor bug fixes since 2.4.0. We now refuse
to run on machines with UEFI firmware (on Linux only, patches welcome
for other OSes) since it won't work in the general case and you
probably have a kernel framebuffer driver running already. We also only
attempt to use 24bpp if the alternative would be pseudocolor, but note
that since xserver 1.20 24bpp will not work at all. If you'd like to
fix that case, please note that it is filed as issue #4:

https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa/-/issues/4

We also notice several cases of running on emulated GPUs, in which case
the shadow framebuffer is disabled by default to improve performance by
reducing the number of copies.

All users are recommended to upgrade, ideally to a better video card
and/or driver.

Full changelog:

Adam Jackson (5):
      Newline-terminate a few error messages
      Refuse to run on UEFI machines
      Try harder to avoid 24bpp
      Disable shadow by default on known-virtual GPUs
      vesa 2.5.0

Alan Coopersmith (2):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Benjamin Tissoires (1):
      Refuse to run on UEFI machines running older kernels


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/xf86-video-vesa/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xf86-video-vesa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xf86-video-vesa/Makefile
diff -u pkgsrc/x11/xf86-video-vesa/Makefile:1.25 pkgsrc/x11/xf86-video-vesa/Makefile:1.26
--- pkgsrc/x11/xf86-video-vesa/Makefile:1.25    Sat Jan 18 23:36:07 2020
+++ pkgsrc/x11/xf86-video-vesa/Makefile Thu Sep 10 22:27:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/01/18 23:36:07 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2020/09/10 22:27:04 wiz Exp $
 
-DISTNAME=      xf86-video-vesa-2.4.0
+DISTNAME=      xf86-video-vesa-2.5.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/x11/xf86-video-vesa/distinfo
diff -u pkgsrc/x11/xf86-video-vesa/distinfo:1.11 pkgsrc/x11/xf86-video-vesa/distinfo:1.12
--- pkgsrc/x11/xf86-video-vesa/distinfo:1.11    Fri Feb 16 07:25:14 2018
+++ pkgsrc/x11/xf86-video-vesa/distinfo Thu Sep 10 22:27:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/02/16 07:25:14 wiz Exp $
+$NetBSD: distinfo,v 1.12 2020/09/10 22:27:04 wiz Exp $
 
-SHA1 (xf86-video-vesa-2.4.0.tar.bz2) = 99b69044c34292ba062e365c07dcd024462e794b
-RMD160 (xf86-video-vesa-2.4.0.tar.bz2) = c5df3fffed01f7f93e5171cee91a4ef10ae3393d
-SHA512 (xf86-video-vesa-2.4.0.tar.bz2) = 4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de
-Size (xf86-video-vesa-2.4.0.tar.bz2) = 324599 bytes
+SHA1 (xf86-video-vesa-2.5.0.tar.bz2) = 6b604c9284fe004723a59651ae2628b2b7e63b1e
+RMD160 (xf86-video-vesa-2.5.0.tar.bz2) = 71c3f822fd3423c371cd38d7acfdd096e2887446
+SHA512 (xf86-video-vesa-2.5.0.tar.bz2) = 36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b
+Size (xf86-video-vesa-2.5.0.tar.bz2) = 304322 bytes



Home | Main Index | Thread Index | Old Index