libass: upgrade 0.17.1 -> 0.17.2

Changelog:
===========
 * Fix rendering of \h in certain cases
 * Fix a minor memory leak in the CoreText and DirectWrite font provider
 * Fix wrong ASS_Image dimensions for huge BorderStyle=4 backgrounds
   potentially leading to out of bound reads by API users

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-05-28 09:47:49 +08:00 committed by Khem Raj
parent b6746096f4
commit 4563e25ef8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75"
DEPENDS = "fontconfig freetype fribidi harfbuzz"
SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=0.17.1-branch"
SRCREV = "e8ad72accd3a84268275a9385beb701c9284e5b3"
SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master"
SRCREV = "cbb48cc4f2f076300004b8b06a86bec55281d0c2"
S = "${WORKDIR}/git"
inherit autotools pkgconfig