mirror of https://github.com/HandBrake/HandBrake
contrib: update harfbuzz to 12.2.0 (#7488)
This commit is contained in:
parent
b647aa5b2a
commit
326e854870
|
|
@ -3,9 +3,9 @@ __deps__ := FREETYPE
|
|||
$(eval $(call import.MODULE.defs,HARFBUZZ,harfbuzz,$(__deps__)))
|
||||
$(eval $(call import.CONTRIB.defs,HARFBUZZ))
|
||||
|
||||
HARFBUZZ.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/harfbuzz-11.4.5.tar.xz
|
||||
HARFBUZZ.FETCH.url += https://github.com/harfbuzz/harfbuzz/releases/download/11.4.5/harfbuzz-11.4.5.tar.xz
|
||||
HARFBUZZ.FETCH.sha256 = 0f052eb4ab01d8bae98ba971c954becb32be57d7250f18af343b1d27892e03fa
|
||||
HARFBUZZ.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/harfbuzz-12.2.0.tar.xz
|
||||
HARFBUZZ.FETCH.url += https://github.com/harfbuzz/harfbuzz/releases/download/12.2.0/harfbuzz-12.2.0.tar.xz
|
||||
HARFBUZZ.FETCH.sha256 = ecb603aa426a8b24665718667bda64a84c1504db7454ee4cadbd362eea64e545
|
||||
|
||||
HARFBUZZ.build_dir = build
|
||||
HARFBUZZ.CONFIGURE.exe = cmake
|
||||
|
|
|
|||
Loading…
Reference in New Issue