- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
28 lines
929 B
BlitzBasic
28 lines
929 B
BlitzBasic
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 \
|
|
"
|