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:           Fri Nov 18 08:07:47 UTC 2016

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

Log Message:
Updated xf86-video-vmware to 13.2.1.

This release provides support for adapting to a desktop configuration
(read VMware GUI configuration) exposed using drm connectors rather than using
RandR12+. Since this is the way gnome-shell/Wayland adapts to a desktop
configuration this driver can coexist with an auto-fit multimonitor VMware
gnome-shell/Wayland configuration and therefore enables future open-vm-tools
versions to expose GUI configuration changes through drm connectors at
system start-up time without using the xorg driver as a proxy.

It also contains a compilation fix for ABI 23 from Hans de Goede.

This driver is targeted for new distro releases with X coexisting with
gnome-shell/Wayland. Although it's been fairly well tested there might be
regressions and therefore it's not suitable for LTS-type release updates.

Hans de Goede (1):
      Adapt Block/WakeupHandler signature for ABI 23

Thomas Hellstrom (11):
      vmware/vmwgfx: Expose kernel connector attributes and react to hotplug events
      vmware/vmwgfx: Add missing includes of the config.h header.
      vmware/vmwgfx: Update RandR output properties on hotplug events v2
      vmware/vmwgfx: Add a layout handler v2
      vmware/vmwgfx: Avoid filling the log with modeline printouts
      vmware/vmwgfx: Read the implicit output status from KMS if available.
      vmware/vmwgfx: Disable autolayout if we detect an old resolutionset
      vmware/vmwgfx: Don't require screen objects to run
      vmware: Bump minor to signal availability of new features
      vmware/vmwgfx: Add a missing source file for distribution
      Bump minor for release.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/xf86-video-vmware/Makefile
cvs rdiff -u -r1.12 -r1.13 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.25 pkgsrc/x11/xf86-video-vmware/Makefile:1.26
--- pkgsrc/x11/xf86-video-vmware/Makefile:1.25  Fri Feb 26 11:27:21 2016
+++ pkgsrc/x11/xf86-video-vmware/Makefile       Fri Nov 18 08:07:47 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2016/02/26 11:27:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.26 2016/11/18 08:07:47 wiz Exp $
 
-DISTNAME=      xf86-video-vmware-13.1.0
-PKGREVISION=   4
+DISTNAME=      xf86-video-vmware-13.2.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
@@ -20,7 +19,7 @@ ONLY_FOR_PLATFORM+=   *-*-i386 *-*-x86_64
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xf86-video-vmware
 PKG_SUPPORTED_OPTIONS= xatracker
-PKG_SUGGESTED_OPTIONS= 
+PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 

Index: pkgsrc/x11/xf86-video-vmware/distinfo
diff -u pkgsrc/x11/xf86-video-vmware/distinfo:1.12 pkgsrc/x11/xf86-video-vmware/distinfo:1.13
--- pkgsrc/x11/xf86-video-vmware/distinfo:1.12  Wed Nov  4 03:29:04 2015
+++ pkgsrc/x11/xf86-video-vmware/distinfo       Fri Nov 18 08:07:47 2016
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/11/04 03:29:04 agc Exp $
+$NetBSD: distinfo,v 1.13 2016/11/18 08:07:47 wiz Exp $
 
-SHA1 (xf86-video-vmware-13.1.0.tar.bz2) = 3af1d56a9a75b5f6e10a78db2ce155ec65498802
-RMD160 (xf86-video-vmware-13.1.0.tar.bz2) = 50b8cd42e6176672c2e047a21cfabd624bb39b9b
-SHA512 (xf86-video-vmware-13.1.0.tar.bz2) = 43d6a15e40896c793e49a1670b937e417271baff15b737b6b8cd3845bb7d2fc6354bf53cb40350caf0e7aac1e005a0fb2c9c80ce25690678b79e8e48f05f1de0
-Size (xf86-video-vmware-13.1.0.tar.bz2) = 459255 bytes
-SHA1 (patch-src_svga__modes.h) = 3f70fd34b6d202445f1a6713f9c552f0dd17f488
+SHA1 (xf86-video-vmware-13.2.1.tar.bz2) = eb4909a61bb45e1c88ea66f968bc79e55b1239c4
+RMD160 (xf86-video-vmware-13.2.1.tar.bz2) = 41a1a5bc424ac0a3101eb1e82f1d7c319d08bfe9
+SHA512 (xf86-video-vmware-13.2.1.tar.bz2) = 9c48eaf5be6ece5685e07a53842083d091edba482ac0ea8318ac5b0adb9fc468f932685e4bdaf7e565f7a1cf723dcea2731616613798ebde2bbc18418a369a9d
+Size (xf86-video-vmware-13.2.1.tar.bz2) = 470601 bytes



Home | Main Index | Thread Index | Old Index