[oe-commits] [openembedded-core] 20/43: libva: upgrade 2.1.0 -> 2.2.0

git at git.openembedded.org git at git.openembedded.org
Tue Jul 17 08:14:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 90163a6eb25fc1457f1c850a4c83547611b04817
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Fri Jul 13 10:39:43 2018 +0800

    libva: upgrade 2.1.0 -> 2.2.0
    
    * Bump VA-API version to 1.2.0
    * Add support for hevc range extension decoding
    * Add support for fast intra prediction in HEVC FEI
    * Add 10/12-bit YUV render target formats
    * Add fourcc code for Y210/Y216/Y410/Y416/RGB565/BGR565
    * Add VA_STATUS_ERROR_NOT_ENOUGH_BUFFER
    * Add VA_SURFACE_ATTRIB_USAGE_HINT_EXPORT
    * Improve documentation
    
    Tested with Intel vaapi driver. There is support for meson available but
    its not being packaged as part of release tarball yet.
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/libva/{libva_2.1.0.bb => libva_2.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/libva/libva_2.1.0.bb b/meta/recipes-graphics/libva/libva_2.2.0.bb
similarity index 92%
rename from meta/recipes-graphics/libva/libva_2.1.0.bb
rename to meta/recipes-graphics/libva/libva_2.2.0.bb
index d3cf633..11e57e0 100644
--- a/meta/recipes-graphics/libva/libva_2.1.0.bb
+++ b/meta/recipes-graphics/libva/libva_2.2.0.bb
@@ -19,8 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
 
 SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
 
-SRC_URI[md5sum] = "9d6e4f1d36c407566343e9dde5a972b8"
-SRC_URI[sha256sum] = "f3fa953a11d3210c3a4ee79031abdbe0863d5ce13d9b3f93f315f1eec60a4b0f"
+SRC_URI[md5sum] = "92d04ad1700136dc75b1e5f47516e704"
+SRC_URI[sha256sum] = "6f6ca04c785544d30d315ef130a6aeb9435b75f934d7fbe0e4e9ba6084ce4ef2"
 
 UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list