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 /versions/h- | |
| 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 'versions/h-')
| -rw-r--r-- | versions/h-/harfbuzz.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/h-/harfbuzz.json b/versions/h-/harfbuzz.json index c5a876125..b21931e21 100644 --- a/versions/h-/harfbuzz.json +++ b/versions/h-/harfbuzz.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bb9ea75cd35a35e57fb0bf79ff78818c95148fcf", + "version-string": "2.7.4", + "port-version": 0 + }, + { "git-tree": "2a196719fa9c0b074b71119ee781233eecf2a455", "version-string": "2.7.2", "port-version": 1 |
