summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-02-12 22:44:58 +0000
committerwiz <wiz>2013-02-12 22:44:58 +0000
commit8918526d98099cef8d5348c46cd0030b2d055ef0 (patch)
tree55df1929ef65ae339e95785c47362bbba4619067
parent4d61046e5977bfcb9ff17bb03e0a2236aa301b95 (diff)
downloadpkgsrc-8918526d98099cef8d5348c46cd0030b2d055ef0.tar.gz
Update to 1.4.0:
New features: * Support for RandR 1.4's provider objects. See the --listproviders, --setprovideroutputsource, and --setprovideroffloadsink options for more information. * --set now allows a comma-separated list of values. This is useful with the Border property to configure different border adjustments for different edges of the screen. * --scale-from, which specifies a scaling transform based on the desired desktop size. * --query now indicates which output, if any, is primary. It also contains a number of bug fixes. One notable behavior change is that the --gamma option now takes the actual gamma value rather than the reciprocal of the gamma value. This matches the behavior of other programs such as xgamma and the gamma configuration options in xorg.conf. Aaron Plattner (12): Add a --scale-from option xrandr: Fix string constness bugs man: document provider options xrandr: make providers a first-class citizen xrandr: look for providers by name or xid xrandr: Fix variable declaration warnings Bug #11397: check that numeric --orientation arguments are in range Bug #14118: print usage() to stdout, proper errors for bad arguments Bug #29603: document that there might be multiple preferred modes Bug #37043: adjust refresh rates for doublescan and interlace Cast XID to unsigned int to suppress a printf warning xrandr 1.4.0 Adam Jackson (2): Document the rarer --newmode flags in --help output configure: Drop AM_MAINTAINER_MODE Alan Coopersmith (3): config: Add missing AC_CONFIG_SRCDIR Mark fatal() and warning() as taking printf-style arguments Fix -Wformat warnings about passing longs where ints were expected Andy Ritger (5): xrandr: use 1/gamma to compute gamma-correction xrandr: fix gamma == 1.0 && sigbits != 8 xrandr: compute gamma-correction in [0,2^sigbits) xrandr: extend '--set' syntax to allow a comma-separated list of values xrandr: generalize output property printing Colin Walters (1): autogen.sh: Honor NOCONFIGURE=1 Dave Airlie (1): xrandr: add provider interfaces Eric S. Raymond (1): Running text interspersed with options prevents DocBook translation; remove. Jeremy Huddleston (1): Include strings.h for strcasecmp Keith Packard (3): xrandr: Preserve current mode when switching crtcs Update keystone program to run with new nichrome bits keystone.5c: cairo-5 box semantics changed default layout Pierre-Loup A. Griffais (2): xrandr: move transform limit checking after scaling xrandr: print primary output
-rw-r--r--x11/xrandr/Makefile4
-rw-r--r--x11/xrandr/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
index d5180cd779a..5cf996dcb14 100644
--- a/x11/xrandr/Makefile
+++ b/x11/xrandr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2012/10/29 05:07:19 asau Exp $
+# $NetBSD: Makefile,v 1.15 2013/02/12 22:44:58 wiz Exp $
#
-DISTNAME= xrandr-1.3.5
+DISTNAME= xrandr-1.4.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo
index f31e6935bf8..cfbf11f8cd6 100644
--- a/x11/xrandr/distinfo
+++ b/x11/xrandr/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/06/03 18:24:41 wiz Exp $
+$NetBSD: distinfo,v 1.10 2013/02/12 22:44:58 wiz Exp $
-SHA1 (xrandr-1.3.5.tar.bz2) = ef45925d5b0e72c73d21798d65a41d476fdb0d3f
-RMD160 (xrandr-1.3.5.tar.bz2) = f8c097ed7d0b62b0f051b3dac5083fb6ea3e3e9e
-Size (xrandr-1.3.5.tar.bz2) = 152891 bytes
+SHA1 (xrandr-1.4.0.tar.bz2) = 01bdbe3905e19fad93fe9fcb6185f16d22ad33b2
+RMD160 (xrandr-1.4.0.tar.bz2) = 12fcf629092d9d0b2397b00e7179818a6307a413
+Size (xrandr-1.4.0.tar.bz2) = 165459 bytes