mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
e6d17f2ef4
Update to 1.19.0
1.19.0 (unstable) 2025-10-10
* Add Path iterator
(Jonathon Jongsma, Kjell Ahlstedt) Issue #2
* Add XCB device and XCB surface APIs
* Add Xlib device API
* Surface: Add create_similar_image(), supports_mime_type(),
map_to_image(), class MappedImageSurface.
* Add mesh pattern API
(Povilas Kanapickas, Kjell Ahlstedt) Issue #8
Examples:
* Add path-iter/path-iter.cc
(Jonathon Jongsma, Kjell Ahlstedt) Issue #2
* Add surfaces/mapped-surface.cc
(Kjell Ahlstedt)
Documentation:
* Fix outdated FSF mailing address in COPYING
(Benjamin A. Beasley) Merge request !29
* Change license info. Lesser GPL 2.1 instead of Library GPL 2
(Kjell Ahlstedt)
* Meson: Use SPDX expression for license
(Benjamin Gilbert) Merge request !33
* Make Doxygen show API that exists only if Cairo has been built with
FC support and Script support
(Kjell Ahlstedt)
Meson build:
* Don't fail if warning_level=everything
(Daniel Boles, Kjell Ahlstedt) Merge request gtkmm!87
* Require meson >= 0.62.0.
Use Meson's pkgconfig module instead of using the *.pc.in templates.
(Kjell Ahlstedt)
* Detect cl-like compilers
(Julia DeMille) Merge request !30
* Stop warning from probing for features
(Julia DeMille) Merge request !31
* Require normal find for cairo when subproject
(Julia DeMille) Merge request !32
* Better detection of MSVC-like compilers
(Kjell Ahlstedt) Issue #32
* Use the Python installation that Meson uses.
See merge request glibmm!67.
(Kjell Ahlstedt)
Meson and Autotools build:
* Add .pc files for cairomm-fc, cairomm-script and cairomm-xcb
(Kjell Ahlstedt)
Fix dependencies for test target
Fix LICENSE. (truckman)
Pet portlint. (truckman)
PR: 292046