Path to this page:
./
x11/libXrender,
X Render Library
Branch: CURRENT,
Version: 0.9.11,
Package name: libXrender-0.9.11,
Maintainer: pkgsrc-usersThe X Rendering Extension introduces digital image composition as the
foundation of a rendering model within the X Window System. Rendering
geometric figures is accomplished by client-side tessellation into either
triangles or trapezoids. Text is drawn by loading glyphs into the server
and rendering sets of them.
This package contains the client library for connecting to a Xserver that
supports the Xrender extension.
This is the modular X.org X11 project version.
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 295.801 KB
Version history: (Expand)
- (2022-10-22) Updated to version: libXrender-0.9.11
- (2018-03-07) Updated to version: libXrender-0.9.10nb1
- (2016-10-05) Updated to version: libXrender-0.9.10
- (2015-05-01) Updated to version: libXrender-0.9.9
- (2013-06-14) Updated to version: libXrender-0.9.8
- (2012-06-11) Package has been reborn
CVS history: (Expand)
2023-06-27 12:29:40 by Taylor R Campbell | Files touched by this commit (2) |
Log message:
x11/{libXScrnSaver,libXrender}: configure --disable-malloc0returnsnull
Otherwise these can't be cross-compiled.
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-10-22 18:54:53 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libXrender: update to 0.9.11.
Alan Coopersmith (10):
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
Remove unnecessary casts from malloc & free calls
Reduce variable scopes as recommended by cppcheck
Resolve -Wsign-compare warnings
Rename xDepth to xPDepth to quiet -Wshadow warnings
libXrender 0.9.11
Dmitry Karasik (1):
fix coredumps in XRenderComputeTrapezoids (issue #1)
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Oliver Hattshire (1):
WIP: Documentation
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Robin Linden (1):
Add missing HAVE_CONFIG_H guard to Xrenderint.h
Thomas E. Dickey (8):
amend cppcheck-scope change, fixing c89 build
additional cppcheck-scope warning
cppcheck (removing unused assignment lets variable scope reduction)
use casts to reduce compiler warnings (no object change)
use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings
use _X_UNUSED for compiler-warnings
whitespace fix
fix regression
|
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-03 10:14:21 by Roland Illig | Files touched by this commit (148) |
Log message:
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|