mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 04:42:14 +00:00
[harfbuzz] update to 1.7.4
This commit is contained in:
parent
79fbc50de9
commit
e95ab9c510
@ -1,4 +1,4 @@
|
||||
Source: harfbuzz
|
||||
Version: 1.6.3-1
|
||||
Version: 1.7.4
|
||||
Description: HarfBuzz OpenType text shaping engine
|
||||
Build-Depends: freetype, glib (windows)
|
||||
Build-Depends: freetype, ragel, glib (windows)
|
||||
|
@ -1,11 +1,12 @@
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/harfbuzz-1.6.3)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/behdad/harfbuzz/releases/download/1.6.3/harfbuzz-1.6.3.tar.bz2"
|
||||
FILENAME "harfbuzz-1.6.3.tar.bz2"
|
||||
SHA512 37d1a161d9074e9898d9ef6cca6dffffc725005828d700744553b0145373b69bcd3b08f507d49f4c2e05850d9275a54f15983356c547c86e5e3c202cc7cbfbe8
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO behdad/harfbuzz
|
||||
REF 1.7.4
|
||||
SHA512 9d96017ba980280fa2e741dc2c7197e1f4b62b1bbb1e17b57806dc594ed905f52f08136830aafc995420eb709e3c927b2a6ea396fecb3b4a33473c0e0f345dee
|
||||
HEAD_REF master
|
||||
)
|
||||
vcpkg_extract_source_archive(${ARCHIVE})
|
||||
|
||||
vcpkg_apply_patches(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
|
Loading…
x
Reference in New Issue
Block a user