Path to this page:
./
x11/xdpyinfo,
Display information utility for X
Branch: CURRENT,
Version: 1.3.4,
Package name: xdpyinfo-1.3.4,
Maintainer: pkgsrc-usersThis package provides xdpyinfo, a display information utility for X.
This is from the modular X.org X11 project.
Required to run:[
x11/libXcomposite] [
x11/libXtst] [
x11/Xrender]
Required to build:[
pkgtools/x11-links] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 133.852 KB
Version history: (Expand)
- (2023-04-28) Updated to version: xdpyinfo-1.3.4
- (2022-04-08) Updated to version: xdpyinfo-1.3.3
- (2019-11-26) Updated to version: xdpyinfo-1.3.2nb3
- (2019-11-25) Updated to version: xdpyinfo-1.3.2nb2
- (2019-03-20) Updated to version: xdpyinfo-1.3.2nb1
- (2015-04-17) Updated to version: xdpyinfo-1.3.2
CVS history: (Expand)
2023-04-28 09:27:46 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xdpyinfo: update to 1.3.4.
This release stops compiling support for the XF86-Misc extension by
default, and thus stops linking with the deprecated libXxf86misc
library by default. This support can still be enabled for now by
passing --with-xf86misc to the configure script, but as the server
side of this extension was removed in the xserver-1.6.0 release in 2008
there is little reason to do so, and the support may be removed entirely
in a future release of xdpyinfo.
Alan Coopersmith (5):
configure: Make xf86misc support disabled by default
Variable scope reduction
Remove unnecessary downcast of double to float
Call memset() instead of hand-coding our own equivalent
xdpyinfo 1.3.4
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-04-08 08:17:45 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xdpyinfo: update to 1.3.3.
This release includes a pair of changes to align with the xserver-21.x
release series - it prints the version without the leading "1." for 21.x
xservers, and it changes the default for building DMX support from --with-dmx
to --without-dmx as DMX is no longer included in the 21.x xservers.
(The DMX support in xdpyinfo is not removed in this release, and can be
enabled at build time with the --with-dmx flag to configure, but may be
fully removed in a future release of xdpyinfo.)
Adam Jackson (1):
xdpyinfo: Fix printing the X.Org release version for xserver >= 21
Alan Coopersmith (10):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Only check for XFree86 if vendor string doesn't match X.Org
Add explicit casts to clear implicit conversion warnings
Disable DMX support by default, leave --with-dmx to enable it
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: stop requiring Signed-off-by in commits
xdpyinfo 1.3.3
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
Thomas Kuehne (1):
fix -Wunused-[...] compiler warnings
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-26 10:05:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
xdpyinfo: remove dmx support
Bump PKGREVISION.
|
2019-11-24 22:57:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
xdpyinfo: remove libXxf86misc inclusion
xdpyinfo compiles without it, and the server side support code was
removed 11 years ago.
Bump PKGREVISION.
|