summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libass
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
parente781f8e78d7ef96ba3919e605c29fa109926a1ee (diff)
downloadmeta-openembedded-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')
-rw-r--r--meta-oe/recipes-multimedia/libass/libass.inc10
-rw-r--r--meta-oe/recipes-multimedia/libass/libass_0.10.1.bb5
-rw-r--r--meta-oe/recipes-multimedia/libass/libass_0.13.2.bb4
3 files changed, 9 insertions, 10 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc
index 328cd145c..85ac87320 100644
--- a/meta-oe/recipes-multimedia/libass/libass.inc
+++ b/meta-oe/recipes-multimedia/libass/libass.inc
@@ -1,5 +1,5 @@
1DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter." 1DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter."
2HOMEPAGE = "http://code.google.com/p/libass/" 2HOMEPAGE = "https://github.com/libass/libass"
3SECTION = "libs/multimedia" 3SECTION = "libs/multimedia"
4 4
5LICENSE = "ISC" 5LICENSE = "ISC"
@@ -7,9 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a"
7 7
8DEPENDS = "enca fontconfig freetype libpng fribidi" 8DEPENDS = "enca fontconfig freetype libpng fribidi"
9 9
10INC_PR = "r1" 10SRC_URI = "https://github.com/libass/libass/releases/download/${PV}/libass-${PV}.tar.xz"
11
12SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz"
13 11
14inherit autotools pkgconfig 12inherit autotools pkgconfig
15 13
@@ -17,10 +15,12 @@ PACKAGECONFIG ??= ""
17PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz" 15PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
18 16
19EXTRA_OECONF = " \ 17EXTRA_OECONF = " \
20 --enable-enca \
21 --enable-fontconfig \ 18 --enable-fontconfig \
22" 19"
23 20
21# Disable compiling with ASM for x86 to avoid textrel
22EXTRA_OECONF_append_x86 = " --disable-asm"
23
24PACKAGES =+ "${PN}-tests" 24PACKAGES =+ "${PN}-tests"
25 25
26FILES_${PN}-tests = " \ 26FILES_${PN}-tests = " \
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb b/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb
deleted file mode 100644
index 0b3227692..000000000
--- a/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb
+++ /dev/null
@@ -1,5 +0,0 @@
1require ${PN}.inc
2PR = "${INC_PR}.0"
3
4SRC_URI[md5sum] = "6cace482a013a3c4bf3b31a68ac66026"
5SRC_URI[sha256sum] = "629a7e81fff92dea8d0399b818a41fd1b61e381c67a5961b1eaec2efadb14c6c"
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb b/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
new file mode 100644
index 000000000..8cf2bd899
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb
@@ -0,0 +1,4 @@
1require recipes-multimedia/${BPN}/${BPN}.inc
2
3SRC_URI[md5sum] = "1c8cbd5751aeb192bda04a65d0464fd9"
4SRC_URI[sha256sum] = "d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face"