pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXrandr Import libXrandr-1.1.2 from pkgsrc-wip:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed1ab63d97fd
branches:  trunk
changeset: 521031:ed1ab63d97fd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 03 21:22:58 2006 +0000

description:
Import libXrandr-1.1.2 from pkgsrc-wip:
This package provides the X RandR Library from the modular X.org
X11 project.

This simple library is designed to interface with the X Resize,
Rotate, and Reflection Extension. This allows clients to change
the size and rotation of the root window of a screen, along with
the ability to reflect the screen about either axis.

diffstat:

 x11/libXrandr/DESCR         |   7 +++++++
 x11/libXrandr/Makefile      |  31 +++++++++++++++++++++++++++++++
 x11/libXrandr/PLIST         |  22 ++++++++++++++++++++++
 x11/libXrandr/buildlink3.mk |  23 +++++++++++++++++++++++
 x11/libXrandr/distinfo      |   5 +++++
 5 files changed, 88 insertions(+), 0 deletions(-)

diffs (108 lines):

diff -r c2863009f2eb -r ed1ab63d97fd x11/libXrandr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXrandr/DESCR       Fri Nov 03 21:22:58 2006 +0000
@@ -0,0 +1,7 @@
+This package provides the X RandR Library from the modular X.org
+X11 project.
+
+This simple library is designed to interface with the X Resize,
+Rotate, and Reflection Extension. This allows clients to change
+the size and rotation of the root window of a screen, along with
+the ability to reflect the screen about either axis.
diff -r c2863009f2eb -r ed1ab63d97fd x11/libXrandr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXrandr/Makefile    Fri Nov 03 21:22:58 2006 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:22:58 joerg Exp $
+#
+
+DISTNAME=              libXrandr-1.1.2
+CATEGORIES=            x11 devel
+MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            joerg%NetBSD.org@localhost
+HOMEPAGE=              http://xorg.freedesktop.org/
+COMMENT=               X RandR Library from X.org
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+CONFLICTS+=            Xrandr-[0-9]*
+
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            pkg-config
+
+CONFIGURE_ENV+=                LIB_MAN_SUFFIX=3
+PKGCONFIG_OVERRIDE+=   xrandr.pc.in
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+.include "../../x11/renderproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r c2863009f2eb -r ed1ab63d97fd x11/libXrandr/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXrandr/PLIST       Fri Nov 03 21:22:58 2006 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 21:22:58 joerg Exp $
+include/X11/extensions/Xrandr.h
+lib/libXrandr.la
+lib/pkgconfig/xrandr.pc
+man/man3/XRRConfig.3
+man/man3/XRRConfigCurrentConfiguration.3
+man/man3/XRRConfigCurrentRate.3
+man/man3/XRRConfigRates.3
+man/man3/XRRConfigRotations.3
+man/man3/XRRConfigSizes.3
+man/man3/XRRConfigTimes.3
+man/man3/XRRFreeScreenConfigInfo.3
+man/man3/XRRGetScreenInfo.3
+man/man3/XRRQueryExtension.3
+man/man3/XRRQueryVersion.3
+man/man3/XRRRootToScreen.3
+man/man3/XRRScreenConfig.3
+man/man3/XRRSelectInput.3
+man/man3/XRRSetScreenConfig.3
+man/man3/XRRSetScreenConfigAndRate.3
+man/man3/Xrandr.3
+@comment @dirrm include/X11/extensions
diff -r c2863009f2eb -r ed1ab63d97fd x11/libXrandr/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXrandr/buildlink3.mk       Fri Nov 03 21:22:58 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 21:22:58 joerg Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBXRANDR_BUILDLINK3_MK:=      ${LIBXRANDR_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libXrandr
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:NlibXrandr}
+BUILDLINK_PACKAGES+=   libXrandr
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXrandr
+
+.if ${LIBXRANDR_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXrandr+=      libXrandr>=1.1.2
+BUILDLINK_PKGSRCDIR.libXrandr?=        ../../x11/libXrandr
+.endif # LIBXRANDR_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r c2863009f2eb -r ed1ab63d97fd x11/libXrandr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXrandr/distinfo    Fri Nov 03 21:22:58 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 21:22:58 joerg Exp $
+
+SHA1 (libXrandr-1.1.2.tar.bz2) = 8f328c8523f2290144d490a9f7709d14584979ce
+RMD160 (libXrandr-1.1.2.tar.bz2) = 0bef3ed77b1e477d8e012d87704ee253ba5ee9ec
+Size (libXrandr-1.1.2.tar.bz2) = 235234 bytes



Home | Main Index | Thread Index | Old Index