diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-02 06:52:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-02 06:52:32 +0000 |
commit | 79f49bf9f5ca81e8e15cb52e09325263f3d79f68 (patch) | |
tree | f373355d470597a54447c66e4effa180f672e368 /x11 | |
parent | 3ce1b894d7764b58e9e8d423610024233306b639 (diff) | |
download | pkgsrc-79f49bf9f5ca81e8e15cb52e09325263f3d79f68.tar.gz |
Update to 1.4.3:
This minor bugfix release fixes gamma ramp calculations on GPUs with unusual
gamma table configurations, removes redundant "Setting reflection" messages when
- --verbose is specified, adds the ability for the -x and -y switches to be used
to undo previous reflections, and adds the missing --brightness option to the
- --help usage summary.
Aaron Plattner (1):
xrandr 1.4.3
Connor Behan (2):
Remove duplicate printing of the axis
Allow -x and -y switches to undo themselves
Dominik Behr (1):
xrandr: use full range for gamma table generation
Stéphane Aulery (1):
Mention of --brightness with -h option
Thomas Klausner (1):
Remove unnecessary parentheses.
Diffstat (limited to 'x11')
-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 ab1a7397a25..4b7b163b656 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2014/03/31 08:34:55 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/08/02 06:52:32 wiz Exp $ -DISTNAME= xrandr-1.4.2 +DISTNAME= xrandr-1.4.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo index 847b5a3fd88..70e4841b78d 100644 --- a/x11/xrandr/distinfo +++ b/x11/xrandr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2014/03/31 08:34:55 wiz Exp $ +$NetBSD: distinfo,v 1.13 2014/08/02 06:52:32 wiz Exp $ -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 +SHA1 (xrandr-1.4.3.tar.bz2) = 30fde46b9ed9f3fa8a9c05837723306299f62a37 +RMD160 (xrandr-1.4.3.tar.bz2) = d7107a6906ffc4bfc4e83f06b1e37d0b54fb33ac +Size (xrandr-1.4.3.tar.bz2) = 169850 bytes |