aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libass/libass.inc
diff options
context:
space:
mode:
authorAbdur Rehman <abdur_rehman@mentor.com>2016-05-25 00:07:50 +0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-08 14:55:30 +0200
commit1847d0be0b820c720ddf4405d7cca000eef06e23 (patch)
tree96dbafb8064c5b577edf628d15c3a8abde0431a9 /meta-oe/recipes-multimedia/libass/libass.inc
parente781f8e78d7ef96ba3919e605c29fa109926a1ee (diff)
downloadmeta-openembedded-contrib-1847d0be0b820c720ddf4405d7cca000eef06e23.tar.gz
libass: add newer version
* mpv requires newer libass to build * move SRC_URI from Google Code to GitHub * ENCA support has been removed https://github.com/libass/libass/pull/197 remove --enable-enca which is now an [unknown-configure-option] * Fix [textrel] for x86 targets Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/libass/libass.inc')
-rw-r--r--meta-oe/recipes-multimedia/libass/libass.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc
index 328cd145c8..85ac87320b 100644
--- a/meta-oe/recipes-multimedia/libass/libass.inc
+++ b/meta-oe/recipes-multimedia/libass/libass.inc
@@ -1,5 +1,5 @@
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/"
+HOMEPAGE = "https://github.com/libass/libass"
SECTION = "libs/multimedia"
LICENSE = "ISC"
@@ -7,9 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a"
DEPENDS = "enca fontconfig freetype libpng fribidi"
-INC_PR = "r1"
-
-SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz"
+SRC_URI = "https://github.com/libass/libass/releases/download/${PV}/libass-${PV}.tar.xz"
inherit autotools pkgconfig
@@ -17,10 +15,12 @@ PACKAGECONFIG ??= ""
PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
EXTRA_OECONF = " \
- --enable-enca \
--enable-fontconfig \
"
+# Disable compiling with ASM for x86 to avoid textrel
+EXTRA_OECONF_append_x86 = " --disable-asm"
+
PACKAGES =+ "${PN}-tests"
FILES_${PN}-tests = " \