diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-18 08:07:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-18 08:07:47 +0000 |
commit | 49765c867e6de46a9c8dabeb5d711c998489d747 (patch) | |
tree | 9ca3728ebb50c99979968e74068593da455e2d12 /x11/xf86-video-vmware | |
parent | 839f449981422d31839d83a4416388559c262511 (diff) | |
download | pkgsrc-49765c867e6de46a9c8dabeb5d711c998489d747.tar.gz |
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 (limited to 'x11/xf86-video-vmware')
-rw-r--r-- | x11/xf86-video-vmware/Makefile | 7 | ||||
-rw-r--r-- | x11/xf86-video-vmware/distinfo | 11 |
2 files changed, 8 insertions, 10 deletions
diff --git a/x11/xf86-video-vmware/Makefile b/x11/xf86-video-vmware/Makefile index 7f3fca6e7df..9ac42fbbcbd 100644 --- a/x11/xf86-video-vmware/Makefile +++ b/x11/xf86-video-vmware/Makefile @@ -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" diff --git a/x11/xf86-video-vmware/distinfo b/x11/xf86-video-vmware/distinfo index e7e69464ab1..1aaaedebe67 100644 --- a/x11/xf86-video-vmware/distinfo +++ b/x11/xf86-video-vmware/distinfo @@ -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 |