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

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


Branch: CURRENT, Version: 1.52.2nb2, Package name: pango-1.52.2nb2, 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: 1917.566 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-04-04 10:10:08 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/pango: update to 1.52.2

verview of changes in 1.52.2, 31-03-2024
=========================================
- coretext: Implement reload_font
- coretext: Use Menlo instead of Courier for monospace
- win32: Avoid a double free
- Update to Unicode 15.1
- Simplify hexbox drawing
   2024-03-07 13:31:46 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/pango: update to 1.52.1

Overview of changes in 1.52.1, 05-03-2024
=========================================
- Fix hexbox drawing
   2024-03-01 20:35:17 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
pango: update to 1.52.0.

Based on wip/pango by pin@

Overview of changes in 1.52.0, 25-02-2024
=========================================
- Add pango_font_map_reload_font
- Improve formatting of font sizes

Overview of changes in 1.51.2, 10-02-2024
=========================================
- Build improvements on Windows
- Use single fontconfig thread
- Fix problems with spaces at line ends
- Allow custom fonts on Windows
- pango-viewer: Fix hint-metrics options
- Pangofont: Add properties

Overview of changes in 1.51.0, 11-08-2023
=========================================
- itemize: Improve script itemization
- build: Check for cairo DWrite dependency
- win32: Fix various issues and crashes
- layout: Add a missing switch case
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   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