mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
278376a801
commit
10af084283
|
@ -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+)+)"
|
Loading…
Reference in New Issue
Block a user