mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 06:30:16 +00:00
9d2916933a
License checksum was changed by some back and forth [1-2] - now it is really ISC again. [1] https://github.com/libass/libass/commit/9422a80578bc44f662f07edf723f85239a0579f5 [2] https://github.com/libass/libass/commit/cde05e0716ef2b74530633d463ad7f6d0b94ac61 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
29 lines
830 B
PHP
29 lines
830 B
PHP
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 = "enca fontconfig freetype libpng fribidi"
|
|
|
|
SRC_URI = "https://github.com/libass/libass/releases/download/${PV}/libass-${PV}.tar.xz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
|
|
|
|
EXTRA_OECONF = " \
|
|
--enable-fontconfig \
|
|
"
|
|
|
|
# Disable compiling with ASM for x86 to avoid textrel
|
|
EXTRA_OECONF_append_x86 = " --disable-asm"
|
|
|
|
PACKAGES =+ "${PN}-tests"
|
|
|
|
FILES_${PN}-tests = " \
|
|
${libdir}/test/test \
|
|
"
|