Path to this page:
./
x11/xcb-util-image,
XCB port of Xlibs XImage and XShmImage
Branch: CURRENT,
Version: 0.4.1,
Package name: xcb-util-image-0.4.1,
Maintainer: pkgsrc-usersThis library provides an XCB port of Xlib's XImage and XShmImage
functions.
Required to run:[
x11/xcb-util] [
x11/libxcb]
Required to build:[
x11/xproto] [
x11/xcb-proto] [
pkgtools/cwrappers]
Master sites:
Filesize: 282.242 KB
Version history: (Expand)
- (2022-10-19) Updated to version: xcb-util-image-0.4.1
- (2014-10-20) Updated to version: xcb-util-image-0.4.0
- (2012-10-02) Updated to version: xcb-util-image-0.3.9nb1
- (2012-08-13) Package added to pkgsrc.se, version xcb-util-image-0.3.9 (created)
CVS history: (Expand)
2022-10-19 00:07:05 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
xcb-util-image: update to 0.4.1.
Alan Coopersmith (9):
Update README for gitlab migration
Add README.md to EXTRA_DIST
Update configure.ac bug URL for gitlab migration
Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
xcb-util-image 0.4.1
David Callu (1):
test: add XCB_SHM_LIBS to all test
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
|
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
|
2018-01-25 14:47:22 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
xcb-util-image: Fix clang -Wreturn-type failure.
|
2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180) |
Log message:
Follow some http redirects.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-10-24 23:10:21 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Half of the patch is obviously outdated as the function returns void
now. The other half is also in a place that is bogus, so drop the patch
completely.
|
2014-10-20 13:15:38 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.4.0:
Release 0.4.0 (2014-10-15)
==========================
- Corrected return value documentation for xcb_image_shm_put().
- Added additional format tests for XY_PIXMAP bit planes.
- Changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask.
- Fixed get_image to handle xy format with nontrivial plane_mask.
- Fixed endianness bug in xy pixmap getimage.
- Use AC_CONFIG_HEADERS to create a config.h file.
- Add missing COPYING file.
- Using X11 Protocol headers, so XPROTO_CFLAGS is required.
- Move test cases into their own directory.
- Fix compilation when NDEBUG is defined.
|