diff options
| author | Martin Vejdarski <extrulm@gmail.com> | 2021-01-25 10:47:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 01:47:30 -0800 |
| commit | cc093a822431437b4a78945032f2996efe668a7d (patch) | |
| tree | e51a99885034a7d02a4e83917148154b60000cd0 /ports/pango/CONTROL | |
| parent | a6fbf2032211255168f2437d94ce1bc50c5a03f5 (diff) | |
| download | vcpkg-cc093a822431437b4a78945032f2996efe668a7d.tar.gz vcpkg-cc093a822431437b4a78945032f2996efe668a7d.zip | |
[harfbuzz] Use meson and update to 2.7.0 (#12860)
* [harfbuzz] Use meson
* [harfbuzz] Add config file for CMake
* [harfbuzz,pango] Remove glib option for harfbuzz
* [libass,libmupdf,qt5-base,skia] Fix for harfbuzz
* Back out meson edit already applied in https://github.com/microsoft/vcpkg/pull/15258
* [harfbuzz] Fixup pkgconfig
* [libass] Bump port version
* Revert "[libass,libmupdf,qt5-base,skia] Fix for harfbuzz"
This reverts commit 3ba27c6c1c10a2889a8c5e028d010916f91418e3.
* [harfbuzz] Update to 2.7.4
* update baseline record
* Restore glib feature for harfbuzz and remove vagrant change
* Update port version
* Change over to manifests
* Update port version
Co-authored-by: Ebrahim Byagowi <ebrahim@gnu.org>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/pango/CONTROL')
| -rw-r--r-- | ports/pango/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pango/CONTROL b/ports/pango/CONTROL index cea8f1464..8ab0abd62 100644 --- a/ports/pango/CONTROL +++ b/ports/pango/CONTROL @@ -1,6 +1,6 @@ Source: pango Version: 1.40.11 -Port-Version: 8 +Port-Version: 9 Homepage: https://ftp.gnome.org/pub/GNOME/sources/pango/ Description: Text and font handling library. -Build-Depends: glib, gettext, cairo[gobject], fontconfig, freetype, harfbuzz[glib] (!(windows&static)&!osx) +Build-Depends: glib, gettext, cairo[gobject], fontconfig, freetype, harfbuzz (!(windows&static)&!osx) |
