aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libass/libass.inc
blob: 79a16a955aace89d94baaa2d71e59b8d6d8c54c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 = "r0"

SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"

inherit autotools pkgconfig

OE_EXTRACONF = " \
	--enable-enca \
	--enable-fontconfig \
	--enable-png \
"

PACKAGES =+ "${PN}-tests"

FILES_${PN}-tests = " \
	${libdir}/test/test \
"