pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 24 09:23:42 UTC 2023

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

Log Message:
xf86-video-vmware: update to 13.4.0.

A new version of the vmware driver is now available. This is mostly a
"flush the master branch" release - necessary because the previous
release tarball no longer builds against current X servers.

Alan Coopersmith (3):
      Remove obsolete B16 & B32 tags in struct definitions
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2

Martin Krastev (2):
      vmwgfx: Change header inclusion order to avoid xorg headers catching stdbool.h
      Garbled XvPutImage output for FOURCC_YV12 when using 3D-accel-texture adaptor

Peter Hutterer (1):
      Bump the version number to 13.4.0

Rudi Heitbaum (1):
      vmwgfx: fix missing array notation

Thomas Hellstrom (10):
      vmwgfx: Fix XVideo memory leaks
      vmwgfx: Fix a memory leak
      vmwgfx: Use libdrm to obtain the drm device node name v2
      saa: Make sure damage destruction happens at the correct location
      vmwgfx: Fix invalid memory accesses in CloseScreen
      vmwgfx: Don't exceed the device command size limit v3
      vmwgfx: Limit the number of cliprects in a drm dirtyfb command v3
      vmwgfx: Limit the number of cliprects in a drm present command v3
      vmwgfx: Limit the number of cliprects in a drm present_readback command v3
      vmwgfx: Unify style in scanout_update and present functions

Ville Skyttä (2):
      Spelling fixes.
      Man page syntax fix.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xf86-video-vmware/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xf86-video-vmware/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-vmware/Makefile
diff -u pkgsrc/x11/xf86-video-vmware/Makefile:1.33 pkgsrc/x11/xf86-video-vmware/Makefile:1.34
--- pkgsrc/x11/xf86-video-vmware/Makefile:1.33  Wed Nov  9 13:14:29 2022
+++ pkgsrc/x11/xf86-video-vmware/Makefile       Tue Jan 24 09:23:42 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2022/11/09 13:14:29 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2023/01/24 09:23:42 wiz Exp $
 
-DISTNAME=      xf86-video-vmware-13.3.0
+DISTNAME=      xf86-video-vmware-13.4.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/xf86-video-vmware/distinfo
diff -u pkgsrc/x11/xf86-video-vmware/distinfo:1.16 pkgsrc/x11/xf86-video-vmware/distinfo:1.17
--- pkgsrc/x11/xf86-video-vmware/distinfo:1.16  Tue Oct 26 11:34:45 2021
+++ pkgsrc/x11/xf86-video-vmware/distinfo       Tue Jan 24 09:23:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:34:45 nia Exp $
+$NetBSD: distinfo,v 1.17 2023/01/24 09:23:42 wiz Exp $
 
-BLAKE2s (xf86-video-vmware-13.3.0.tar.bz2) = fe868e41f08701e63d36c9059ecd02d608c92febb0eef005c6afc7b233c0d9c9
-SHA512 (xf86-video-vmware-13.3.0.tar.bz2) = c318de893cae7b2b11e11c1b389ee47478b7c8d1f52c27099dbe453efec28f3e9da449217307a8c2251999eada66312f766996be1a6ead413b8b6dedc42c68ca
-Size (xf86-video-vmware-13.3.0.tar.bz2) = 473527 bytes
+BLAKE2s (xf86-video-vmware-13.4.0.tar.xz) = cc7b48491749a8961b2d90b8f893b9b310b38ed2657c8e2c7422220c4e698fcd
+SHA512 (xf86-video-vmware-13.4.0.tar.xz) = 7cacde21a490501dd9c2e9121040274c1f6ef64e6dc0ef49946b400f6297fab73a6e9548e45fe8930cee9028e65e45aaff9ba489dd69ac75a5133114726bf55d
+Size (xf86-video-vmware-13.4.0.tar.xz) = 416296 bytes



Home | Main Index | Thread Index | Old Index