./x11/hs-X11-xft, Bindings to the Xft library, and some Xrender parts

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.4nb7, Package name: hs-X11-xft-0.3.4nb7, Maintainer: esg

Bindings to the Xft, X Free Type interface library, and some Xrender parts


Required to run:
[fonts/Xft2] [devel/hs-utf8-string] [x11/hs-X11] [lang/ghc88]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 6.492 KB

Version history: (Expand)


CVS history: (Expand)


   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-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-28 22:16:15 by Masatake Daimon | Files touched by this commit (1)
Log message:
x11/hs-X11-xft: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-12 06:07:05 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to X11-xft-0.3.4

0.3.4 (2021-12-11)
* Dropped support for GHC 7.10.
* Added xftDrawStringFallback, which works like xftDrawString but supports
  font fallback.
* Added xftTextAccumExtents, which works like xftTextExtents but possibly
  uses different fonts for different parts of the string and returns the
  accumulative extents.
* Added the functions xftfont_max_ascent, xftfont_max_descent, and
  xftfont_max_height to gain information about a non-empty list of
  XftFonts.

0.3.3 (2021-12-01)
* Fixed flipped green/blue values in XRenderColor.