[oe-commits] [openembedded-core] branch master-next updated: libva: update 2.2.0 -> 2.3.0

git at git.openembedded.org git at git.openembedded.org
Fri Nov 16 14:02:52 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.

The following commit(s) were added to refs/heads/master-next by this push:
     new 8825a6e  libva: update 2.2.0 -> 2.3.0
8825a6e is described below

commit 8825a6e7c5c0d1e1d17e2bb8ed23dc8b3c9ce8ab
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Fri Nov 16 18:13:00 2018 +0800

    libva: update 2.2.0 -> 2.3.0
    
    >From release notes:
    
        Bump VA-API version to 1.3.0 and libva to 2.3.0
        Add max frame size parameters for multiple pass case in legacy mode
        Add new BRC mode AVBR
        Add new interface for High Dynamic Range tone mapping
        Add missing enum to string conversions
        Add hevc subsets parameters structure
        Add Customized Noise Reduction (HVS) interfaces
        Add new BRC mode definition QVBR
        Add more complete colour properties for use in VPP
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/libva/{libva_2.2.0.bb => libva_2.3.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/libva/libva_2.2.0.bb b/meta/recipes-graphics/libva/libva_2.3.0.bb
similarity index 92%
rename from meta/recipes-graphics/libva/libva_2.2.0.bb
rename to meta/recipes-graphics/libva/libva_2.3.0.bb
index 11e57e0..4aab526 100644
--- a/meta/recipes-graphics/libva/libva_2.2.0.bb
+++ b/meta/recipes-graphics/libva/libva_2.3.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] = "92d04ad1700136dc75b1e5f47516e704"
-SRC_URI[sha256sum] = "6f6ca04c785544d30d315ef130a6aeb9435b75f934d7fbe0e4e9ba6084ce4ef2"
+SRC_URI[md5sum] = "2555c46075ab2f6128f39902ba1c6183"
+SRC_URI[sha256sum] = "60840e50da6932ee2111e15fc8911180ff8a0d6f18bb9cc6ba8c1030098fdce4"
 
 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