mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libass: update 0.13.6 -> 0.14.0
* Migrate libass.inc into recipe - nothing else uses it * Use git repo to avoid github checksum trouble Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
faba84ac94
commit
c1d6f60e5a
|
|
@ -1,4 +0,0 @@
|
|||
require recipes-multimedia/${BPN}/${BPN}.inc
|
||||
|
||||
SRC_URI[md5sum] = "daa6cfca437c0776af5f79750cdd9b4e"
|
||||
SRC_URI[sha256sum] = "f8a874d104e3e72e2cc057e5a1710c650b10367486845a26e5ff28ed7a912c2d"
|
||||
|
|
@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75"
|
|||
|
||||
DEPENDS = "enca fontconfig freetype libpng fribidi"
|
||||
|
||||
SRC_URI = "https://github.com/libass/libass/releases/download/${PV}/libass-${PV}.tar.xz"
|
||||
SRC_URI = "git://github.com/libass/libass.git"
|
||||
SRCREV = "73284b676b12b47e17af2ef1b430527299e10c17"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user