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/harfbuzz/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/harfbuzz/CONTROL')
| -rw-r--r-- | ports/harfbuzz/CONTROL | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ports/harfbuzz/CONTROL b/ports/harfbuzz/CONTROL deleted file mode 100644 index 753eb70b9..000000000 --- a/ports/harfbuzz/CONTROL +++ /dev/null @@ -1,18 +0,0 @@ -Source: harfbuzz -Version: 2.7.2 -Port-Version: 1 -Description: HarfBuzz OpenType text shaping engine -Homepage: https://github.com/behdad/harfbuzz -Build-Depends: freetype[core], ragel, gettext (osx) - -Feature: graphite2 -Build-Depends: graphite2 -Description: Graphite2 shaper support - -Feature: icu -Build-Depends: icu -Description: icu support for harfbuzz - -Feature: glib -Build-Depends: glib -Description: Glib Unicode callbacks support |
