pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-vmware Updated xf86-video-vmware to 13....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5f44bb58c71
branches:  trunk
changeset: 355010:e5f44bb58c71
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 18 08:07:47 2016 +0000

description:
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.

diffstat:

 x11/xf86-video-vmware/Makefile |   7 +++----
 x11/xf86-video-vmware/distinfo |  11 +++++------
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (38 lines):

diff -r 3e3b84aec695 -r e5f44bb58c71 x11/xf86-video-vmware/Makefile
--- a/x11/xf86-video-vmware/Makefile    Thu Nov 17 22:44:03 2016 +0000
+++ b/x11/xf86-video-vmware/Makefile    Fri Nov 18 08:07:47 2016 +0000
@@ -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 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xf86-video-vmware
 PKG_SUPPORTED_OPTIONS= xatracker
-PKG_SUGGESTED_OPTIONS= 
+PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 
diff -r 3e3b84aec695 -r e5f44bb58c71 x11/xf86-video-vmware/distinfo
--- a/x11/xf86-video-vmware/distinfo    Thu Nov 17 22:44:03 2016 +0000
+++ b/x11/xf86-video-vmware/distinfo    Fri Nov 18 08:07:47 2016 +0000
@@ -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