diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-24 11:09:56 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-24 16:24:21 +0200 |
| commit | 38209d556c526856ffa75708cda5cec18070529b (patch) | |
| tree | b6a026a8c9d7d15edd1e714277889511ab7ea52a | |
| parent | 0d0570fd1349082029394842e4a566b9949a0c68 (diff) | |
| download | meta-openembedded-38209d556c526856ffa75708cda5cec18070529b.tar.gz | |
libass 0.9.11: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-multimedia/libass/libass.inc | 25 | ||||
| -rw-r--r-- | meta-oe/recipes-multimedia/libass/libass_0.9.11.bb | 7 |
2 files changed, 32 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 @@ | |||
| 1 | DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter." | ||
| 2 | HOMEPAGE = "http://code.google.com/p/libass/" | ||
| 3 | SECTION = "libs/multimedia" | ||
| 4 | |||
| 5 | LICENSE = "ISC" | ||
| 6 | |||
| 7 | DEPENDS = "enca fontconfig freetype libpng" | ||
| 8 | |||
| 9 | INC_PR = "r0" | ||
| 10 | |||
| 11 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
| 15 | OE_EXTRACONF = " \ | ||
| 16 | --enable-enca \ | ||
| 17 | --enable-fontconfig \ | ||
| 18 | --enable-png \ | ||
| 19 | " | ||
| 20 | |||
| 21 | PACKAGES =+ "${PN}-tests" | ||
| 22 | |||
| 23 | FILES_${PN}-tests = " \ | ||
| 24 | ${libdir}/test/test \ | ||
| 25 | " | ||
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.9.11.bb b/meta-oe/recipes-multimedia/libass/libass_0.9.11.bb new file mode 100644 index 0000000000..62c7cf826d --- /dev/null +++ b/meta-oe/recipes-multimedia/libass/libass_0.9.11.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require ${PN}.inc | ||
| 2 | PR = "${INC_PR}.0" | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "f9042884397002ba40aa89dc7d34f59f" | ||
| 7 | SRC_URI[sha256sum] = "ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c" | ||
