mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 02:35:31 +00:00
libass 0.9.11: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
0d0570fd13
commit
38209d556c
25
meta-oe/recipes-multimedia/libass/libass.inc
Normal file
25
meta-oe/recipes-multimedia/libass/libass.inc
Normal file
@ -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 \
|
||||||
|
"
|
||||||
7
meta-oe/recipes-multimedia/libass/libass_0.9.11.bb
Normal file
7
meta-oe/recipes-multimedia/libass/libass_0.9.11.bb
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
require ${PN}.inc
|
||||||
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "f9042884397002ba40aa89dc7d34f59f"
|
||||||
|
SRC_URI[sha256sum] = "ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c"
|
||||||
Loading…
x
Reference in New Issue
Block a user