Accepting request 345938 from home:Zaitor:branches:multimedia:libs

New upstream release

OBS-URL: https://build.opensuse.org/request/show/345938
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=57
This commit is contained in:
Stefan Dirsch 2015-11-24 09:36:56 +00:00 committed by Git OBS Bridge
parent ba2b2e434d
commit 0d52543a0d
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ad9dc9c1a6a10e9cc4234c2a1cd5e568ec0cd25145e86875eba6e0d69153458
size 786561

3
libva-1.6.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fa2c23fb4431ed8590a52173db18e8760fabb7321d14110c574cc8674594e2e
size 771910

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 23 22:04:53 UTC 2015 - zaitor@opensuse.org
- Update to version 1.6.1:
+ Add support for VP9 decode and HEVC encode in VA trace module.
+ Add VP9 profile to vainfo.
+ Enhance VA trace to dump VP8 encode parameters.
- Add an explicit pkgconfig(wayland-scanner) BuildRequires:
Configure looks for it, and we are already pulling it in
automatically.
-------------------------------------------------------------------
Fri Jul 31 07:56:49 UTC 2015 - zaitor@opensuse.org

View File

@ -25,7 +25,7 @@
%endif
Name: libva
Version: 1.6.0
Version: 1.6.1
Release: 0
Summary: Video Acceleration (VA) API for Linux
License: MIT
@ -49,6 +49,7 @@ BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xv)
%if %{with wayland}
BuildRequires: pkgconfig(wayland-client) >= 1.0.0
BuildRequires: pkgconfig(wayland-scanner) >= 1.0.0
%endif
%description