[meta-intel] [PATCH 4/4] libyami-utils: upgrade to 1.3.0

Anuj Mittal anuj.mittal at intel.com
Sun Feb 4 22:25:54 PST 2018


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 at intel.com>
---
 .../{libyami-utils_1.2.0.bb => libyami-utils_1.3.0.bb}       | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 rename recipes-multimedia/libyami/{libyami-utils_1.2.0.bb => libyami-utils_1.3.0.bb} (65%)

diff --git a/recipes-multimedia/libyami/libyami-utils_1.2.0.bb b/recipes-multimedia/libyami/libyami-utils_1.3.0.bb
similarity index 65%
rename from recipes-multimedia/libyami/libyami-utils_1.2.0.bb
rename to recipes-multimedia/libyami/libyami-utils_1.3.0.bb
index 62d62d5..00f1439 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 @@
 SUMMARY = "Applications and Scripts for libyami."
 DESCRIPTION = "Applications and Scripts for libyami."
 
-HOMEPAGE = "https://github.com/01org/libyami-utils"
-BUGTRACKER = "https://github.com/01org/libyami-utils/issues/new"
+HOMEPAGE = "https://github.com/intel/libyami-utils"
+BUGTRACKER = "https://github.com/intel/libyami-utils/issues/new"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
-SRC_URI = "git://github.com/01org/libyami-utils.git \
+SRC_URI = "git://github.com/intel/libyami-utils.git \
            file://0001-Fix-build-with-clang.patch \
            "
-SRCREV = "b480c0594a7e761a8ccfe6b19b3f9bd0c3d871a1"
+SRCREV = "d9c62f6a0653aa2e59cd2af9a3c80d82122d2149"
 S = "${WORKDIR}/git"
 
 DEPENDS = "libva libyami"
@@ -24,8 +24,8 @@ REQUIRED_DISTRO_FEATURES = "opengl"
 PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
 
 # --enable-x11 needs libva-x11
-# gles-tests fail to build without x11: see https://github.com/01org/libyami-utils/issues/91
+# gles-tests fail to build without x11: see https://github.com/intel/libyami-utils/issues/91
 PACKAGECONFIG[x11] = "--enable-x11 --enable-tests-gles,--disable-x11 --disable-tests-gles, virtual/libx11"
 
-UPSTREAM_CHECK_URI = "http://github.com/01org/libyami-utils/releases"
+UPSTREAM_CHECK_URI = "http://github.com/intel/libyami-utils/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
-- 
2.7.4



More information about the meta-intel mailing list