Files
meta-openembedded/meta-oe/recipes-multimedia/libass/libass.inc
T
Martin Jansa 065f47980b libass: upgrade to 0.10.1
* old version wasn't compatible with libpng-1.5 from oe-core
* COPYING was updated with ISC text old 0.9.11 was GPLv2

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:32:56 +01:00

27 lines
639 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"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a"
DEPENDS = "enca fontconfig freetype libpng"
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 \
"