Mon Mar 31 08:34:55 2014 UTC ()
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


(wiz)
diff -r1.17 -r1.18 pkgsrc/x11/xrandr/Makefile
diff -r1.11 -r1.12 pkgsrc/x11/xrandr/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/x11/xrandr/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xrandr/Makefile 2014/02/05 09:44:18 1.17
+++ pkgsrc/x11/xrandr/Makefile 2014/03/31 08:34:55 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2014/02/05 09:44:18 obache Exp $ 1# $NetBSD: Makefile,v 1.18 2014/03/31 08:34:55 wiz Exp $
2 2
3DISTNAME= xrandr-1.4.1 3DISTNAME= xrandr-1.4.2
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= Primitive command line interface to RandR extension 10COMMENT= Primitive command line interface to RandR extension
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= nickle-[0-9]*:../../math/nickle 13DEPENDS+= nickle-[0-9]*:../../math/nickle
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.11 -r1.12 pkgsrc/x11/xrandr/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xrandr/distinfo 2013/07/17 21:49:57 1.11
+++ pkgsrc/x11/xrandr/distinfo 2014/03/31 08:34:55 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2013/07/17 21:49:57 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2014/03/31 08:34:55 wiz Exp $
2 2
3SHA1 (xrandr-1.4.1.tar.bz2) = 48d59ff6403c116daaf2c73185a57141ed4089fc 3SHA1 (xrandr-1.4.2.tar.bz2) = e9f67b83ecac5a2485fdf89b13f4a076961139e1
4RMD160 (xrandr-1.4.1.tar.bz2) = 3c11681e7f03d68545b652c8e343f51e8bfac335 4RMD160 (xrandr-1.4.2.tar.bz2) = eb9ea38be08300deecb25eea1bee6b2dc824bf1c
5Size (xrandr-1.4.1.tar.bz2) = 171963 bytes 5Size (xrandr-1.4.2.tar.bz2) = 174654 bytes