summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libass/libass.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-24 11:09:56 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-24 16:24:21 +0200
commit38209d556c526856ffa75708cda5cec18070529b (patch)
treeb6a026a8c9d7d15edd1e714277889511ab7ea52a /meta-oe/recipes-multimedia/libass/libass.inc
parent0d0570fd1349082029394842e4a566b9949a0c68 (diff)
downloadmeta-openembedded-38209d556c526856ffa75708cda5cec18070529b.tar.gz
libass 0.9.11: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia/libass/libass.inc')
-rw-r--r--meta-oe/recipes-multimedia/libass/libass.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc
new file mode 100644
index 000000000..9fc0e07f4
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libass/libass.inc
@@ -0,0 +1,25 @@
1DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter."
2HOMEPAGE = "http://code.google.com/p/libass/"
3SECTION = "libs/multimedia"
4
5LICENSE = "ISC"
6
7DEPENDS = "enca fontconfig freetype libpng"
8
9INC_PR = "r0"
10
11SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
12
13inherit autotools pkgconfig
14
15OE_EXTRACONF = " \
16 --enable-enca \
17 --enable-fontconfig \
18 --enable-png \
19"
20
21PACKAGES =+ "${PN}-tests"
22
23FILES_${PN}-tests = " \
24 ${libdir}/test/test \
25"