pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   snj
Date:           Wed Mar  8 17:43:53 UTC 2023

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

Log Message:
xf86-video-nouveau: update to 1.0.17

changes:
- present: fix handling of drmWaitVBlank failures
- drmmode: make event handler leave a note that there are stuck events
- present: don't enable if there's no acceleration
- drmmode: fix screen resize without acceleration
- make error when failing to allocate surface more descriptive
- dri2,present: move in pixmap before getting addresses
- nv4/exa: tiling is unsupported pre-nv10, reduce alignment requirements
- Don't advertise any PRIME offloading capabilities without acceleration


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xf86-video-nouveau/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xf86-video-nouveau/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-nouveau/Makefile
diff -u pkgsrc/x11/xf86-video-nouveau/Makefile:1.17 pkgsrc/x11/xf86-video-nouveau/Makefile:1.18
--- pkgsrc/x11/xf86-video-nouveau/Makefile:1.17 Sun Jan 29 21:18:27 2023
+++ pkgsrc/x11/xf86-video-nouveau/Makefile      Wed Mar  8 17:43:53 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/01/29 21:18:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2023/03/08 17:43:53 snj Exp $
 
-DISTNAME=      xf86-video-nouveau-1.0.16
-PKGREVISION=   1
+DISTNAME=      xf86-video-nouveau-1.0.17
 CATEGORIES=    x11
 MASTER_SITES=  http://xorg.freedesktop.org/archive/individual/driver/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/x11/xf86-video-nouveau/distinfo
diff -u pkgsrc/x11/xf86-video-nouveau/distinfo:1.12 pkgsrc/x11/xf86-video-nouveau/distinfo:1.13
--- pkgsrc/x11/xf86-video-nouveau/distinfo:1.12 Sun Aug 14 23:35:48 2022
+++ pkgsrc/x11/xf86-video-nouveau/distinfo      Wed Mar  8 17:43:53 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2022/08/14 23:35:48 tnn Exp $
+$NetBSD: distinfo,v 1.13 2023/03/08 17:43:53 snj Exp $
 
-BLAKE2s (xf86-video-nouveau-1.0.16.tar.bz2) = 0887804c5eb7c03f23ba3d44ce69f14cd55b6ba2b4d96dec73557af9210a1d8a
-SHA512 (xf86-video-nouveau-1.0.16.tar.bz2) = 41b7839c37372660968ab7da2bc3d9feef3cab4e994d05d4ba6e59071f0d1b1f8d7dcdbcb15a42a375a556d28dc067f9ffe45d73c1d121ad307d199107ade3e0
-Size (xf86-video-nouveau-1.0.16.tar.bz2) = 629404 bytes
+BLAKE2s (xf86-video-nouveau-1.0.17.tar.bz2) = dedbf3eb60aa8fabd5c58204bd67d2449726805bceaff2024f92a9172a889f02
+SHA512 (xf86-video-nouveau-1.0.17.tar.bz2) = adba58ba5298d1a5b3f9f8540f9ef2cb2e10e47bba8e374103ec2e1f92e915f5f4393ed0021168cd649646e12315135a1efcdf77e8fb1648e1295914d87279b2
+Size (xf86-video-nouveau-1.0.17.tar.bz2) = 632535 bytes
 SHA1 (patch-configure) = 21b8b7b8410fced80aef457cec1c1e3b0fed3f57
 SHA1 (patch-src_nv__driver.c) = fbd21b158bf418769db5d1b2c04f3d285734ab2c



Home | Main Index | Thread Index | Old Index