pkgsrc/x11/xrandr/Makefile
wiz 8316636186 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)
2009-06-07 18:34:54 +00:00

31 lines
871 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/06/07 18:34:54 wiz Exp $
#
DISTNAME= xrandr-1.3.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
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
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"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"