2025-01-25 14:39:37 by pin | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
devel/pango: update to 1.56.1
Overview of changes in 1.56.1, 18-01-2025
=========================================
- Avoid criticals when there are no fonts
- fontconfig: Handle lack of FC_FONT_WRAPPER in font cache
- fontconfig: Prefer application fonts even if they are older
|
2025-01-25 11:15:24 by Taylor R Campbell | Files touched by this commit (6) |
Log message:
devel/meson/build.mk: Change MESON_CROSS_BINARIES -> MESON_BINARIES.
Use this with native builds too, via --native-file, if enabled. No
change to builds that don't opt into using MESON_BINARIES.
Usage:
MESON_BINARIES+= foo bar
MESON_BINARY.foo= ${TOOLBASE}/libexec/foo
MESON_BINARY_KEY.bar= ${PREFIX}/bin/bar
MESON_BINARY.bar= ${TOOLBASE}/bin/bar
Assuming PREFIX=/usr/pkg and TOOLBASE=/home/dev/pkg, this will build
with the following [binaries] section in the meson --native-file or
--cross-file:
[binaries]
foo = '/home/dev/pkg/libexec/foo'
/usr/pkg/bin/bar = '/home/dev/pkg/libexec/bar'
|
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](https://pkgsrc.se/images/update.gif) |
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](https://pkgsrc.se/images/update.gif) |
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](https://pkgsrc.se/images/update.gif) |
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
|