Mon Oct 17 22:31:00 2022 UTC ()
libXpresent: update to 1.0.1.

This release has man pages!

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      configure: Drop AM_MAINTAINER_MODE
      Add man pages for libXpresent
      libXpresent 1.0.1

Daphne Pfister (1):
      autogen.sh: Implement GNOME Build API

Emil Velikov (1):
      autogen.sh: use quoted string variables

Julien Cristau (1):
      configure, xpresent.pc: require xext, xfixes and xrandr

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish


(wiz)
diff -r1.5 -r1.6 pkgsrc/x11/libXpresent/Makefile
diff -r1.1 -r1.2 pkgsrc/x11/libXpresent/PLIST
diff -r1.4 -r1.5 pkgsrc/x11/libXpresent/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/x11/libXpresent/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXpresent/Makefile 2022/04/10 08:53:16 1.5
+++ pkgsrc/x11/libXpresent/Makefile 2022/10/17 22:31:00 1.6
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2022/04/10 08:53:16 nia Exp $ 1# $NetBSD: Makefile,v 1.6 2022/10/17 22:31:00 wiz Exp $
2 2
3DISTNAME= libXpresent-1.0.0 3DISTNAME= libXpresent-1.0.1
4PKGREVISION= 1 
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
11COMMENT= Xlib-compatible API for the Present extension 10COMMENT= Xlib-compatible API for the Present extension
12 11
13USE_LIBTOOL= yes 12USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15PKGCONFIG_OVERRIDE+= xpresent.pc.in 14PKGCONFIG_OVERRIDE+= xpresent.pc.in
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17 16
18X11_LIB_NAME?= libXpresent 17X11_LIB_NAME?= libXpresent
19.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk" 18.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
20.include "../../x11/libXext/buildlink3.mk" 19.include "../../x11/libXext/buildlink3.mk"

cvs diff -r1.1 -r1.2 pkgsrc/x11/libXpresent/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/libXpresent/PLIST 2015/04/17 19:54:46 1.1
+++ pkgsrc/x11/libXpresent/PLIST 2022/10/17 22:31:00 1.2
@@ -1,5 +1,13 @@ @@ -1,5 +1,13 @@
1@comment $NetBSD: PLIST,v 1.1 2015/04/17 19:54:46 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/10/17 22:31:00 wiz Exp $
2include/X11/extensions/Xpresent.h 2include/X11/extensions/Xpresent.h
3lib/libXpresent.la 3lib/libXpresent.la
4lib/pkgconfig/xpresent.pc 4lib/pkgconfig/xpresent.pc
 5man/man3/XPresentFreeInput.3
 6man/man3/XPresentNotifyMSC.3
 7man/man3/XPresentPixmap.3
 8man/man3/XPresentQueryCapabilities.3
 9man/man3/XPresentQueryExtension.3
 10man/man3/XPresentQueryVersion.3
 11man/man3/XPresentSelectInput.3
 12man/man3/XPresentVersion.3
5man/man3/Xpresent.3 13man/man3/Xpresent.3

cvs diff -r1.4 -r1.5 pkgsrc/x11/libXpresent/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXpresent/distinfo 2021/10/26 11:34:07 1.4
+++ pkgsrc/x11/libXpresent/distinfo 2022/10/17 22:31:00 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 11:34:07 nia Exp $ 1$NetBSD: distinfo,v 1.5 2022/10/17 22:31:00 wiz Exp $
2 2
3BLAKE2s (libXpresent-1.0.0.tar.bz2) = d2021b46aa56b13f2792ba8763af1c061d9e49ab7307d3ced8d5013b7c0108eb 3BLAKE2s (libXpresent-1.0.1.tar.xz) = b71af9f797f303ddab4307bb63e2a4bda43511bf5e6fb683019677241b35722f
4SHA512 (libXpresent-1.0.0.tar.bz2) = e88b4ec4fcbc0417a0cbecc0ecd73f8085c496dc6d1a4902b6550750a69a1cb8bb76c436c7941ee3bf3c61ffc85bbd8f8327fca30f14815dbef1cd53bb8db16b 4SHA512 (libXpresent-1.0.1.tar.xz) = a4551f49a68f4487eb70dc5b50b7f745fbc8b6842cfa60422afe3834af41c504a37bcfddb4e7e9ee084b250df256034290776c8eb7d8838e392eb626fff55d25
5Size (libXpresent-1.0.0.tar.bz2) = 263461 bytes 5Size (libXpresent-1.0.1.tar.xz) = 257136 bytes