diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-08-02 13:29:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 09:12:15 -0700 |
| commit | 0d73ddc99832194de95ff49fce04af22097afe7f (patch) | |
| tree | 2939520a5c28dd950fddf01ea2cbc31e7591d7bc | |
| parent | d09755e8e3f0a2d7268a95846cb70d04b7722a81 (diff) | |
| download | meta-openembedded-0d73ddc99832194de95ff49fce04af22097afe7f.tar.gz | |
libass: update to v1.16.0
- enca support has been dropped
- add PACKAGECONFIG for asm
- build with asm support for x86_64
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-multimedia/libass/libass_0.16.0.bb (renamed from meta-oe/recipes-multimedia/libass/libass_0.14.0.bb) | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb b/meta-oe/recipes-multimedia/libass/libass_0.16.0.bb index 0e62307363..6befd31b88 100644 --- a/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb +++ b/meta-oe/recipes-multimedia/libass/libass_0.16.0.bb | |||
| @@ -5,23 +5,20 @@ SECTION = "libs/multimedia" | |||
| 5 | LICENSE = "ISC" | 5 | LICENSE = "ISC" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75" |
| 7 | 7 | ||
| 8 | DEPENDS = "enca fontconfig freetype libpng fribidi" | 8 | DEPENDS = "fontconfig freetype fribidi harfbuzz" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/libass/libass.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" |
| 11 | SRCREV = "73284b676b12b47e17af2ef1b430527299e10c17" | 11 | SRCREV = "1af6240c5d1e499326146e0b88c987e626b13c23" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 15 | 15 | ||
| 16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG[asm] = "--enable-asm,--disable-asm,nasm-native" |
| 17 | PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz" | 17 | # use larger tiles in the rasterizer (better performance, slightly worse quality) |
| 18 | 18 | PACKAGECONFIG[largetiles] = "--enable-large-tiles,--disable-large-tiles" | |
| 19 | EXTRA_OECONF = " \ | ||
| 20 | --enable-fontconfig \ | ||
| 21 | " | ||
| 22 | 19 | ||
| 23 | # Disable compiling with ASM for x86 to avoid textrel | 20 | PACKAGECONFIG ??= "" |
| 24 | EXTRA_OECONF:append:x86 = " --disable-asm" | 21 | PACKAGECONFIG:append:x86-64 = " asm" |
| 25 | 22 | ||
| 26 | PACKAGES =+ "${PN}-tests" | 23 | PACKAGES =+ "${PN}-tests" |
| 27 | 24 | ||
