summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-28 09:47:49 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-28 09:34:30 -0700
commit4563e25ef85860e5f16bced61ec0be1649715887 (patch)
treeb2c48afc2dc8396697b4fb1855523cb02b6949ee /meta-oe/recipes-multimedia
parentb6746096f41cdbebbe6a001409da772b465eac1b (diff)
downloadmeta-openembedded-4563e25ef85860e5f16bced61ec0be1649715887.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/libass/libass_0.17.2.bb (renamed from meta-oe/recipes-multimedia/libass/libass_0.17.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.1.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.2.bb
index 800ad1b15..e239d028e 100644
--- a/meta-oe/recipes-multimedia/libass/libass_0.17.1.bb
+++ b/meta-oe/recipes-multimedia/libass/libass_0.17.2.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75"
7 7
8DEPENDS = "fontconfig freetype fribidi harfbuzz" 8DEPENDS = "fontconfig freetype fribidi harfbuzz"
9 9
10SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=0.17.1-branch" 10SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master"
11SRCREV = "e8ad72accd3a84268275a9385beb701c9284e5b3" 11SRCREV = "cbb48cc4f2f076300004b8b06a86bec55281d0c2"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig