2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-10-08 00:59:06 by Patrick Welche | Files touched by this commit (2) |
Log message:
Update pango to 1.36.8
Apparently the ellipsis attributes are enough for gtk3 to need this
version.
Overview of changes between 1.36.7 and 1.36.8
=============================================
- Make tests not fail on build.gnome.org
Overview of changes between 1.36.6 and 1.36.7
=============================================
- Add tests for pango markup
- Add tests for PangoLayout
- Add an analysis flag for ellipsis (#735719)
- Treat attributes in ellipsis better (#735732)
|
2014-08-30 13:20:38 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 1.36.6:
- Cope with lack of LC_CTYPE
- Prevent harfbuzz from using replacement char
- Don't force static builds on win32
- Allow backend selection via PANGOCAIRO_BACKEND
- Support more font weights
- Fix vertical positioning on win32
- Don't break in the middle of jamo
|
2014-08-08 16:55:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix build on OS X Tiger. From Sevan Janiyan in PR 49090.
|
2014-07-26 10:30:58 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 1.36.5:
- Lower the harfbuzz requirement
|
2014-06-27 02:41:47 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Fix installation on Darwin with the default PKG_OPTIONS.
Background: On systems with CoreText (i.e., Darwin), pango
unconditionally links with it and installs certain libraries; this
is already handled in PLIST.
Problem: On systems where cairo has been built with the "quartz"
option, pango installs an additional header file.
Fix: Given that the "quartz" option is off by default, and assuming
that users who enable it likely do so globally in PKG_DEFAULT_OPTIONS,
add a nominal "quartz" option to pango that conditionalizes whether
to expect this additional header file.
"Sounds good" from jperkin@.
Tested on:
* Mac OS X 10.9.3, with and without PKG_DEFAULT_OPTIONS+=quartz
(from cairo on up the dependency chain)
* NetBSD/amd64 6.1.4, with X sets and the default options
|
2014-06-02 08:56:16 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
PLIST fix for Darwin
|
2014-05-28 04:35:56 by Masatake Daimon | Files touched by this commit (1) | |
Log message:
Revbump after cairo update
|
2014-05-27 11:34:30 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Darwin: pangocoretext.h is no longer installed because cairo-quartz is now disabled.
|
2014-05-05 02:48:38 by Ryo ONODERA | Files touched by this commit (1155) |
Log message:
Recursive revbump from x11/pixman
Fix PR pkg/48777
|