mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -3,12 +3,13 @@ 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.bz2"
|
||||
SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
require ${PN}.inc
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[md5sum] = "6cace482a013a3c4bf3b31a68ac66026"
|
||||
SRC_URI[sha256sum] = "629a7e81fff92dea8d0399b818a41fd1b61e381c67a5961b1eaec2efadb14c6c"
|
||||
@@ -1,7 +0,0 @@
|
||||
require ${PN}.inc
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI[md5sum] = "f9042884397002ba40aa89dc7d34f59f"
|
||||
SRC_URI[sha256sum] = "ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c"
|
||||
Reference in New Issue
Block a user