pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xrandr Update to 1.4.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5641d7b59c17
branches:  trunk
changeset: 632524:5641d7b59c17
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 08:34:55 2014 +0000

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

diffstat:

 x11/xrandr/Makefile |  4 ++--
 x11/xrandr/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r acc5d125b2b9 -r 5641d7b59c17 x11/xrandr/Makefile
--- a/x11/xrandr/Makefile       Mon Mar 31 08:34:42 2014 +0000
+++ b/x11/xrandr/Makefile       Mon Mar 31 08:34:55 2014 +0000
@@ -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 -r acc5d125b2b9 -r 5641d7b59c17 x11/xrandr/distinfo
--- a/x11/xrandr/distinfo       Mon Mar 31 08:34:42 2014 +0000
+++ b/x11/xrandr/distinfo       Mon Mar 31 08:34:55 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index