aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libass/libass.inc
blob: 4dd5181df98d7285c9cfd555124af970278a8450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a"

DEPENDS = "enca fontconfig freetype libpng fribidi"

INC_PR = "r1"

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

inherit autotools pkgconfig

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

PACKAGES =+ "${PN}-tests"

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