x11/libXpresent: Update to 1.0.1
PR: 287034
This commit is contained in:
parent
a08a8ede85
commit
f2969ff0a5
@ -1,6 +1,5 @@
|
||||
PORTNAME= libXpresent
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.0.1
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -10,11 +9,9 @@ WWW= https://gitlab.freedesktop.org/xorg/lib/libxpresent
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= xorg xorg-cat:lib
|
||||
USES= tar:xz xorg xorg-cat:lib
|
||||
USE_XORG= x11 xfixes xext xorgproto xrandr
|
||||
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1566903596
|
||||
SHA256 (xorg/lib/libXpresent-1.0.0.tar.bz2) = c11ae015141a9afbe10f4f2b8ee00b11adca6373dc1b9808d7c6c138b2da7b8a
|
||||
SIZE (xorg/lib/libXpresent-1.0.0.tar.bz2) = 263461
|
||||
TIMESTAMP = 1747637953
|
||||
SHA256 (xorg/lib/libXpresent-1.0.1.tar.xz) = b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b
|
||||
SIZE (xorg/lib/libXpresent-1.0.1.tar.xz) = 257136
|
||||
|
||||
@ -1 +1,6 @@
|
||||
Xlib-based library for the X Present Extension.
|
||||
Xpresent is a library designed to interface the X Present Extension.
|
||||
|
||||
The Present extension provides a way for applications to update their
|
||||
window contents from a pixmap in a well defined fashion, synchronizing
|
||||
with the display refresh and potentially using a more efficient
|
||||
mechanism than copying the contents of the source pixmap.
|
||||
|
||||
@ -4,4 +4,12 @@ lib/libXpresent.so
|
||||
lib/libXpresent.so.1
|
||||
lib/libXpresent.so.1.0.0
|
||||
libdata/pkgconfig/xpresent.pc
|
||||
share/man/man3/XPresentFreeInput.3.gz
|
||||
share/man/man3/XPresentNotifyMSC.3.gz
|
||||
share/man/man3/XPresentPixmap.3.gz
|
||||
share/man/man3/XPresentQueryCapabilities.3.gz
|
||||
share/man/man3/XPresentQueryExtension.3.gz
|
||||
share/man/man3/XPresentQueryVersion.3.gz
|
||||
share/man/man3/XPresentSelectInput.3.gz
|
||||
share/man/man3/XPresentVersion.3.gz
|
||||
share/man/man3/Xpresent.3.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user