diff options
author | wiz <wiz@pkgsrc.org> | 2019-02-21 09:48:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-02-21 09:48:20 +0000 |
commit | a7a534dfe85e371cfbf8057df02cfd7cff53ca87 (patch) | |
tree | fa902b7aaf30acd45d1c8a99c636cd16b2e32adb /x11/xvinfo | |
parent | bfa40ca9373356b3f0f854c6fb92322ec37a9e1f (diff) | |
download | pkgsrc-a7a534dfe85e371cfbf8057df02cfd7cff53ca87.tar.gz |
xvinfo: update to 1.1.4.
This release delivers some small bug fixes and janitorial cleanups.
Alan Coopersmith (5):
Make xvinfo not exit with error in normal operation
Fix sign mismatch warnings for loop index comparisons
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
xvinfo 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Tobias Stoeckmann (1):
Properly handle failures of Xv query functions.
Diffstat (limited to 'x11/xvinfo')
-rw-r--r-- | x11/xvinfo/DESCR | 6 | ||||
-rw-r--r-- | x11/xvinfo/Makefile | 4 | ||||
-rw-r--r-- | x11/xvinfo/distinfo | 10 |
3 files changed, 9 insertions, 11 deletions
diff --git a/x11/xvinfo/DESCR b/x11/xvinfo/DESCR index 4fb866b3f56..27b0059d34c 100644 --- a/x11/xvinfo/DESCR +++ b/x11/xvinfo/DESCR @@ -1,4 +1,2 @@ -This package provides xvinfo, a program to query the capability of the -video adaptor accessible through the X-Video extension. - -This is from the modular X.org X11 project. +xvinfo prints out the capabilities of any video adaptors associated +with the display that are accessible through the X-Video extension. diff --git a/x11/xvinfo/Makefile b/x11/xvinfo/Makefile index 60fb9195b64..d313ef30756 100644 --- a/x11/xvinfo/Makefile +++ b/x11/xvinfo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/05/01 08:46:12 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2019/02/21 09:48:20 wiz Exp $ -DISTNAME= xvinfo-1.1.3 +DISTNAME= xvinfo-1.1.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xvinfo/distinfo b/x11/xvinfo/distinfo index f3da6bc2a79..738d2785838 100644 --- a/x11/xvinfo/distinfo +++ b/x11/xvinfo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/03/23 17:07:02 joerg Exp $ +$NetBSD: distinfo,v 1.8 2019/02/21 09:48:20 wiz Exp $ -SHA1 (xvinfo-1.1.3.tar.bz2) = 08ff744f7735317fd2fe1b0d2feba8c34cc2e5eb -RMD160 (xvinfo-1.1.3.tar.bz2) = b34fd80a23d2cce6bb85f414192c1a0d5cfe1192 -SHA512 (xvinfo-1.1.3.tar.bz2) = df8356898390d2aec4fbd15cee1627bb86b57ff8af41a527d4f6f6703a81f399a3098da342b94af6d4cf4a817d9fda1946a206bfbe3995e87ceb9910bb8b51bc -Size (xvinfo-1.1.3.tar.bz2) = 123750 bytes +SHA1 (xvinfo-1.1.4.tar.bz2) = 136a70a72b23c81f4fe8f4c8cb7073316be16b44 +RMD160 (xvinfo-1.1.4.tar.bz2) = 9ff28f7801287d259ecfef5841282b581119e9e2 +SHA512 (xvinfo-1.1.4.tar.bz2) = 85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e +Size (xvinfo-1.1.4.tar.bz2) = 126503 bytes |