diff options
author | wiz <wiz> | 2014-03-31 08:34:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-03-31 08:34:55 +0000 |
commit | 774bd44f362b6f2124eccfaf45d8ea1d00a195ed (patch) | |
tree | aea54c96987482b4695892a6d98209cf3bfd6297 | |
parent | 2b408e6b28430168f2cfc768694dcdb878b9efd8 (diff) | |
download | pkgsrc-774bd44f362b6f2124eccfaf45d8ea1d00a195ed.tar.gz |
Update to 1.4.2:
This minor bugfix release restores the ability to disconnect
providers from each other using "0x0" as the provider XID. For
example, to disconnect a display offload sink from its source,
use
xrandr --setprovideroutputsource <sink> 0x0
This release also formats the GUID provided by DisplayPort 1.2
displays in traditional GUID form.
Finally, this release increases the precision of refresh rate
calculations to disambiguate modes with very similar refresh
rates and to improve the accuracy for interlaced modes.
Aaron Plattner (5):
Split output property printing into a helper function
Move EDID printing into a helper function
Special-case printing of the GUID property
xrandr: document how to disconnect RandR 1.4 providers
xrandr 1.4.2
Dave Airlie (1):
xrandr: allow disconnecting of offload and outputs
Ville Syrjälä (2):
xrandr: Use more decimal places when printing various rates
xrandr: Use floating point for VTotal when calculating refresh rate
-rw-r--r-- | x11/xrandr/Makefile | 4 | ||||
-rw-r--r-- | x11/xrandr/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 5305de87d41..ab1a7397a25 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2014/02/05 09:44:18 obache Exp $ +# $NetBSD: Makefile,v 1.18 2014/03/31 08:34:55 wiz Exp $ -DISTNAME= xrandr-1.4.1 +DISTNAME= xrandr-1.4.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo index b459a7c6ac9..847b5a3fd88 100644 --- a/x11/xrandr/distinfo +++ b/x11/xrandr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/07/17 21:49:57 wiz Exp $ +$NetBSD: distinfo,v 1.12 2014/03/31 08:34:55 wiz Exp $ -SHA1 (xrandr-1.4.1.tar.bz2) = 48d59ff6403c116daaf2c73185a57141ed4089fc -RMD160 (xrandr-1.4.1.tar.bz2) = 3c11681e7f03d68545b652c8e343f51e8bfac335 -Size (xrandr-1.4.1.tar.bz2) = 171963 bytes +SHA1 (xrandr-1.4.2.tar.bz2) = e9f67b83ecac5a2485fdf89b13f4a076961139e1 +RMD160 (xrandr-1.4.2.tar.bz2) = eb9ea38be08300deecb25eea1bee6b2dc824bf1c +Size (xrandr-1.4.2.tar.bz2) = 174654 bytes |