Path to this page:
./
x11/libXft,
Library for configuring and customizing font access
Branch: CURRENT,
Version: 2.3.8nb1,
Package name: libXft-2.3.8nb1,
Maintainer: pkgsrc-usersXft (2.0) provides a client-side font API for X applications. It uses
Fontconfig to select fonts and the X protocol for rendering them. When
available, Xft uses the Render extension to accelerate text drawing.
When Render is not available, Xft uses the core protocol to draw
client-side glyphs. This provides completely compatible support of
client-side fonts for all X servers.
Xft (2.0) hides most of the underlying system details so that developers
can confidently use its API to access client-side fonts in any X
environment.
Required to run:[
graphics/freetype2] [
fonts/fontconfig] [
x11/Xrender]
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 304.359 KB
Version history: (Expand)
- (2023-11-12) Updated to version: libXft-2.3.8nb1
- (2023-04-17) Updated to version: libXft-2.3.8
- (2023-01-30) Updated to version: libXft-2.3.7nb1
- (2022-11-16) Updated to version: libXft-2.3.7
- (2022-09-11) Updated to version: libXft-2.3.6
- (2022-09-06) Updated to version: libXft-2.3.5
CVS history: (Expand)
2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24) |
Log message:
*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.
These are questions about the target system, whose files at
build-time are all relative to ${_CROSS_DESTDIR} if it is defined,
i.e., if USE_CROSS_COMPILE is set to yes.
No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them. (Possible minor change by adding :Q to ${H_FOO} in command
lines, but if this makes a difference it likely fixes problems.)
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-04-17 23:08:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libXft: update to 2.3.8.
Alan Coopersmith (1):
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Matt Turner (1):
libXft 2.3.8
Thomas E. Dickey (3):
add check for missing glyph in XftFontCheckGlyph()
issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixels
issue 18: Problems with rotated text (monospace font only)
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-11-16 12:56:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libXft: pkglint cleanup
|
2022-11-16 12:55:44 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libXft: update to 2.3.7.
Thomas E. Dickey (4):
libxft issue #15
fix compiler warning
libxft issue #16
libXft 2.3.7
ericLemanissier (1):
stdint.h header is needed for SIZE_MAX
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-09-11 10:20:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libXft: update to 2.3.6.
Adam Sampson (1):
Fix length check in XftTextExtents*.
Thomas E. Dickey (3):
revised fix for gcc 12 compiler warnings in xftextent.c
fix gcc12 warning about malloc size
libXft 2.3.6
|