From 4563e25ef85860e5f16bced61ec0be1649715887 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 28 May 2024 09:47:49 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/libass/libass_0.17.1.bb | 27 ---------------------- meta-oe/recipes-multimedia/libass/libass_0.17.2.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-oe/recipes-multimedia/libass/libass_0.17.1.bb create mode 100644 meta-oe/recipes-multimedia/libass/libass_0.17.2.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.1.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.1.bb deleted file mode 100644 index 800ad1b15e..0000000000 --- a/meta-oe/recipes-multimedia/libass/libass_0.17.1.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter." -HOMEPAGE = "https://github.com/libass/libass" -SECTION = "libs/multimedia" - -LICENSE = "ISC" -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" -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -PACKAGECONFIG[asm] = "--enable-asm,--disable-asm,nasm-native" -# use larger tiles in the rasterizer (better performance, slightly worse quality) -PACKAGECONFIG[largetiles] = "--enable-large-tiles,--disable-large-tiles" - -PACKAGECONFIG ??= "" -PACKAGECONFIG:append:x86-64 = " asm" - -PACKAGES =+ "${PN}-tests" - -FILES:${PN}-tests = " \ - ${libdir}/test/test \ -" diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.2.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.2.bb new file mode 100644 index 0000000000..e239d028eb --- /dev/null +++ b/meta-oe/recipes-multimedia/libass/libass_0.17.2.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter." +HOMEPAGE = "https://github.com/libass/libass" +SECTION = "libs/multimedia" + +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75" + +DEPENDS = "fontconfig freetype fribidi harfbuzz" + +SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" +SRCREV = "cbb48cc4f2f076300004b8b06a86bec55281d0c2" +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +PACKAGECONFIG[asm] = "--enable-asm,--disable-asm,nasm-native" +# use larger tiles in the rasterizer (better performance, slightly worse quality) +PACKAGECONFIG[largetiles] = "--enable-large-tiles,--disable-large-tiles" + +PACKAGECONFIG ??= "" +PACKAGECONFIG:append:x86-64 = " asm" + +PACKAGES =+ "${PN}-tests" + +FILES:${PN}-tests = " \ + ${libdir}/test/test \ +" -- cgit v1.2.3-54-g00ecf