mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
414e97ad47
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
567 B
PHP
26 lines
567 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 = "http://code.google.com/p/libass/"
|
|
SECTION = "libs/multimedia"
|
|
|
|
LICENSE = "ISC"
|
|
|
|
DEPENDS = "enca fontconfig freetype libpng"
|
|
|
|
INC_PR = "r1"
|
|
|
|
SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = " \
|
|
--enable-enca \
|
|
--enable-fontconfig \
|
|
--enable-png \
|
|
"
|
|
|
|
PACKAGES =+ "${PN}-tests"
|
|
|
|
FILES_${PN}-tests = " \
|
|
${libdir}/test/test \
|
|
"
|