summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-02-05 14:25:54 +0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-02-16 15:38:35 -0800
commit10af084283e09faa8d803900a06c7a8b992755e9 (patch)
treeea9ef0764745dfbd6979f6c22bb48776dbdcbbf3
parent278376a80118ecace6c1c85c8568b5f91d72d816 (diff)
downloadmeta-intel-10af084283e09faa8d803900a06c7a8b992755e9.tar.gz
libyami-utils: upgrade to 1.3.0
Brings in following changes: 8cfdf78 v4l2: handle on fly resolution change. 195f73c remove v4l2_wrapper header dc0ea04 yamidecode: add support for -w wait before quit dbdab6a decodeoutput: wait for X11 expose event d6c38d3 yamidecode: add --lowlatency option to enable AVC low latency mode 248a6c4 configure.ac: check yami 0.5.2 for svct changes f9b7a2f refact: use TemproalLayers to set temproal encoder params 7850eaa tests/decodeoutput: initialize m_file pointer to NULL d1c686b configure.ac: bump reuqested yami API to 0.5.1 20b3765 yamidecode: avoid using memset to reset "std::string" 52fe395 vp8dec: enable svc-t decoding Also changed URLs to point to renamed Intel repository. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--recipes-multimedia/libyami/libyami-utils_1.3.0.bb (renamed from recipes-multimedia/libyami/libyami-utils_1.2.0.bb)12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-multimedia/libyami/libyami-utils_1.2.0.bb b/recipes-multimedia/libyami/libyami-utils_1.3.0.bb
index 62d62d58..00f14398 100644
--- a/recipes-multimedia/libyami/libyami-utils_1.2.0.bb
+++ b/recipes-multimedia/libyami/libyami-utils_1.3.0.bb
@@ -1,16 +1,16 @@
1SUMMARY = "Applications and Scripts for libyami." 1SUMMARY = "Applications and Scripts for libyami."
2DESCRIPTION = "Applications and Scripts for libyami." 2DESCRIPTION = "Applications and Scripts for libyami."
3 3
4HOMEPAGE = "https://github.com/01org/libyami-utils" 4HOMEPAGE = "https://github.com/intel/libyami-utils"
5BUGTRACKER = "https://github.com/01org/libyami-utils/issues/new" 5BUGTRACKER = "https://github.com/intel/libyami-utils/issues/new"
6 6
7LICENSE = "Apache-2.0" 7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
9 9
10SRC_URI = "git://github.com/01org/libyami-utils.git \ 10SRC_URI = "git://github.com/intel/libyami-utils.git \
11 file://0001-Fix-build-with-clang.patch \ 11 file://0001-Fix-build-with-clang.patch \
12 " 12 "
13SRCREV = "b480c0594a7e761a8ccfe6b19b3f9bd0c3d871a1" 13SRCREV = "d9c62f6a0653aa2e59cd2af9a3c80d82122d2149"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16DEPENDS = "libva libyami" 16DEPENDS = "libva libyami"
@@ -24,8 +24,8 @@ REQUIRED_DISTRO_FEATURES = "opengl"
24PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" 24PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
25 25
26# --enable-x11 needs libva-x11 26# --enable-x11 needs libva-x11
27# gles-tests fail to build without x11: see https://github.com/01org/libyami-utils/issues/91 27# gles-tests fail to build without x11: see https://github.com/intel/libyami-utils/issues/91
28PACKAGECONFIG[x11] = "--enable-x11 --enable-tests-gles,--disable-x11 --disable-tests-gles, virtual/libx11" 28PACKAGECONFIG[x11] = "--enable-x11 --enable-tests-gles,--disable-x11 --disable-tests-gles, virtual/libx11"
29 29
30UPSTREAM_CHECK_URI = "http://github.com/01org/libyami-utils/releases" 30UPSTREAM_CHECK_URI = "http://github.com/intel/libyami-utils/releases"
31UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 31UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"