diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-28 09:47:49 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-28 09:34:30 -0700 |
| commit | 4563e25ef85860e5f16bced61ec0be1649715887 (patch) | |
| tree | b2c48afc2dc8396697b4fb1855523cb02b6949ee /meta-oe/recipes-multimedia/libass/libass_0.17.1.bb | |
| parent | b6746096f41cdbebbe6a001409da772b465eac1b (diff) | |
| download | meta-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/libass/libass_0.17.1.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/libass/libass_0.17.1.bb | 27 |
1 files changed, 0 insertions, 27 deletions
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 @@ | |||
| 1 | DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter." | ||
| 2 | HOMEPAGE = "https://github.com/libass/libass" | ||
| 3 | SECTION = "libs/multimedia" | ||
| 4 | |||
| 5 | LICENSE = "ISC" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75" | ||
| 7 | |||
| 8 | DEPENDS = "fontconfig freetype fribidi harfbuzz" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=0.17.1-branch" | ||
| 11 | SRCREV = "e8ad72accd3a84268275a9385beb701c9284e5b3" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | PACKAGECONFIG[asm] = "--enable-asm,--disable-asm,nasm-native" | ||
| 17 | # use larger tiles in the rasterizer (better performance, slightly worse quality) | ||
| 18 | PACKAGECONFIG[largetiles] = "--enable-large-tiles,--disable-large-tiles" | ||
| 19 | |||
| 20 | PACKAGECONFIG ??= "" | ||
| 21 | PACKAGECONFIG:append:x86-64 = " asm" | ||
| 22 | |||
| 23 | PACKAGES =+ "${PN}-tests" | ||
| 24 | |||
| 25 | FILES:${PN}-tests = " \ | ||
| 26 | ${libdir}/test/test \ | ||
| 27 | " | ||
