aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libass/libass.inc
diff options
context:
space:
mode:
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 0000000000..9fc0e07f4f
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libass/libass.inc
@@ -0,0 +1,25 @@
+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 \
+"