From d800b9e8d5b662144e9b09d17e21a1689445a45a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 24 Mar 2023 08:36:04 +0800 Subject: libass: upgrade 0.17.0 -> 0.17.1 Changelog: ========== Fix buffer overread if soft-wrapping occurred and ASS_FEATURE_WHOLE_TEXT_LAYOUT was enabled via API or due to Encoding -1 (bug introduced in 0.16.0) x86: detect GNU Hurd and configure NASM appropriately Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/libass/libass_0.17.0.bb | 27 ---------------------- meta-oe/recipes-multimedia/libass/libass_0.17.1.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-oe/recipes-multimedia/libass/libass_0.17.0.bb create mode 100644 meta-oe/recipes-multimedia/libass/libass_0.17.1.bb diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.0.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.0.bb deleted file mode 100644 index c052239cbf..0000000000 --- a/meta-oe/recipes-multimedia/libass/libass_0.17.0.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=master" -SRCREV = "bef4b43ef1882b77f789f611d9cd24271ccdd65b" -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.1.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.1.bb new file mode 100644 index 0000000000..800ad1b15e --- /dev/null +++ b/meta-oe/recipes-multimedia/libass/libass_0.17.1.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=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 \ +" -- cgit v1.2.3-54-g00ecf