./devel/pango, Library for layout and rendering of text

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


Branch: CURRENT, Version: 1.56.0, Package name: pango-1.56.0, Maintainer: pkgsrc-users

Pango is a library for layout and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout
is needed; however, most of the work on Pango-1.0 was done using the
GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handling for GTK+-2.0.

Pango is designed to be modular; the core Pango layout can be used
with four different font backends:

- Core X windowing system fonts
- Client-side fonts on X using the Xft library
- Direct rendering of scalable fonts using the FreeType library
- Native fonts on Microsoft backends

Dynamically loaded modules then handle text layout for particular
combinations of script and font backend.

As well as the low level layout rendering routines, Pango includes
PangoLayout, a high level driver for laying out entire blocks of text,
and routines to assist in editing internationalized text.

DEINSTALL [+/-]

Required to run:
[converters/fribidi] [graphics/freetype2] [graphics/cairo] [fonts/fontconfig] [fonts/Xft2] [devel/glib2] [x11/Xrender] [graphics/cairo-gobject] [fonts/harfbuzz] [graphics/graphite2] [lang/python37]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [devel/gobject-introspection] [pkgtools/cwrappers] [x11/xorgproto] [devel/meson]

Package options: introspection, x11

Master sites:

Filesize: 1838.129 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-11 19:10:53 by Thomas Klausner | Files touched by this commit (1)
Log message:
pango: improve HOMEPAGE
   2025-01-11 19:08:25 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
pango: update to 1.56.0.

Overview of changes in 1.56.0, 09-01-2025
=========================================
- Support setting font features in font descriptions
- serialization: Document the tab array format
- serialization: Accept attributes without range
- win32: Improve the pango_font_map_reload_implementation
- win32: Take variations into account for caching
- layout: Fix measuring ellipsis runs with shapes
- build: Require C11
- build: Require GLib 2.80
- build: Require cairo 1.18
   2024-12-27 09:21:09 by Thomas Klausner | Files touched by this commit (1055)
Log message:
*: recursive bump for pango requiring fontconfig 2.15
   2024-12-26 06:54:35 by pin | Files touched by this commit (6) | Package updated
Log message:
devel/pango: update to 1.55.5

Overview of changes in 1.55.5, 10-12-2024
=========================================

- Test release, no changes

Overview of changes in 1.55, 26-11-2024
=======================================
- Support Unicode 16
- Add pango_font_map_add_font_file
- fontconfig: Reject patterns without FC_FILE
- coretext: Actually use .AppleSystemUIFont
- coretext: Keep track of variations
- win32: Use font options for caching
- win32: Keep variations in PangoWin32Font
- build: Require harfbuzz 8.4.0
- build: Require fontconfig 2.15
- build: Require meson 1.2.0
- build: Require Window 10
   2024-06-30 23:56:30 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
pango: update to 1.54.0.

Overview of changes in 1.54.0, 09-06-2024
=========================================
- Build fixes
- Memory leak fixes
- Drop the install-tests build option
- Add build-examples and build-tests build options
- Require meson 0.63
- Add pango_item_get_char_offset
- Update to Unicode 15.1
- Fix wrong use of GWeakRef, leading to crashes
   2024-04-12 23:35:19 by Thomas Klausner | Files touched by this commit (2)
Log message:
pango: fix options.mk for introspection change, bump PKGREVISION.
   2024-04-12 21:41:09 by Taylor R Campbell | Files touched by this commit (3)
Log message:
devel/pango: Make this cross-compile.

1. Make introspection an option, default on for native builds (so no
   change to native buildS), default off for cross builds.

2. Make the pango-view.1 plist entry conditional on native builds.
   Apparently it works by running `pango-view --help' at build-time
   and munging the output into a man page, which is not gonna fly in
   cross builds.
   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option