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.3.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd0478a22eb1
branches:  trunk
changeset: 394254:bd0478a22eb1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 07 18:34:54 2009 +0000

description:
Update to 1.3.0:

1.3.0:
 Aaron Plattner (1):
       Set the screen config on the correct screen.

 Adam Jackson (2):
       Allow zero replies from GetPanning to mean panning is unavailable.
       xrandr 1.3.0

 Matthias Hopf (1):
       Revert "Move outputs among crtcs as necessary. Fixes 14570"

1.2.99.4:
 Several bug fixes, manpage improvements, and addition of new RandR 1.3
 options (--current, --{no,}primary).

 Julien Cristau (3):
       Document the --current option
       Document the --primary and --noprimary options
       Bump to 1.2.99.4

 Keith Packard (4):
       Add --current option to use new XRRGetScreenResourcesCurrent API
       Add --nograb option
       Add --primary option
       Add --noprimary option

 Maarten Maathuis (3):
       randr-1.2: support gamma changes.
       Fix gamma computation.
       Stay away from doublescan modes unless a refresh rate is specified.

 Matthias Hopf (2):
       Print multiple Atom and INT32 properties.
       Several fatal() were missing \n.

 Paulo Cesar Pereira de Andrade (1):
       Correct make distcheck and gcc/sparse warnings.

 Eric Piel (1):
       Add docs for --transform and --scale.

1.2.99.3:
 - Panning support
 - Transformation support
 - Various fixes

(no other changelogs found)

diffstat:

 x11/xrandr/Makefile |  16 +++++++++-------
 x11/xrandr/PLIST    |   3 ++-
 x11/xrandr/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 12 deletions(-)

diffs (61 lines):

diff -r 001ced042fc4 -r bd0478a22eb1 x11/xrandr/Makefile
--- a/x11/xrandr/Makefile       Sun Jun 07 18:20:03 2009 +0000
+++ b/x11/xrandr/Makefile       Sun Jun 07 18:34:54 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:18 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2009/06/07 18:34:54 wiz Exp $
 #
 
-DISTNAME=      xrandr-1.2.3
+DISTNAME=      xrandr-1.3.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.bz2
@@ -10,18 +10,20 @@
 HOMEPAGE=      http://xorg.freedesktop.org/
 COMMENT=       Primitive command line interface to RandR extension
 
+DEPENDS+=      nickle-[0-9]*:../../math/nickle
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
-# for fabs()
-LIBS+=         -lm
+SUBST_CLASSES+=                nickle
+SUBST_SED.nickle=      -e "s,.!/usr/bin/env nickle,${PREFIX}/bin/nickle,"
+SUBST_FILES.nickle=    xkeystone
+SUBST_STAGE.nickle=    post-build
+SUBST_MESSAGE.nickle=  Fixing path to nickle.
 
 BUILDLINK_API_DEPENDS.libXrandr+=      libXrandr>=1.2
-
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
diff -r 001ced042fc4 -r bd0478a22eb1 x11/xrandr/PLIST
--- a/x11/xrandr/PLIST  Sun Jun 07 18:20:03 2009 +0000
+++ b/x11/xrandr/PLIST  Sun Jun 07 18:34:54 2009 +0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/26 17:55:48 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/06/07 18:34:54 wiz Exp $
+bin/xkeystone
 bin/xrandr
 man/man1/xrandr.1
diff -r 001ced042fc4 -r bd0478a22eb1 x11/xrandr/distinfo
--- a/x11/xrandr/distinfo       Sun Jun 07 18:20:03 2009 +0000
+++ b/x11/xrandr/distinfo       Sun Jun 07 18:34:54 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/05/17 20:33:50 tnn Exp $
+$NetBSD: distinfo,v 1.5 2009/06/07 18:34:54 wiz Exp $
 
-SHA1 (xrandr-1.2.3.tar.bz2) = dfbfda6769a4cd1cb3aefefd75a9212dc6c40591
-RMD160 (xrandr-1.2.3.tar.bz2) = c73b865598d507708a51af50f755288f91d3480b
-Size (xrandr-1.2.3.tar.bz2) = 111121 bytes
+SHA1 (xrandr-1.3.0.tar.bz2) = a23eb1b1ab7a3e6cf9d23932fdf8927186630d12
+RMD160 (xrandr-1.3.0.tar.bz2) = 012a2afb92f1af1c7275b1a03c9da99c34a62245
+Size (xrandr-1.3.0.tar.bz2) = 128126 bytes



Home | Main Index | Thread Index | Old Index