From 0d52543a0dc786d18de2dbf48769593ace2369cd10c0061ba803539e94911500 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 24 Nov 2015 09:36:56 +0000 Subject: [PATCH] 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 --- libva-1.6.0.tar.bz2 | 3 --- libva-1.6.1.tar.bz2 | 3 +++ libva.changes | 11 +++++++++++ libva.spec | 3 ++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 libva-1.6.0.tar.bz2 create mode 100644 libva-1.6.1.tar.bz2 diff --git a/libva-1.6.0.tar.bz2 b/libva-1.6.0.tar.bz2 deleted file mode 100644 index 0aa1fdb..0000000 --- a/libva-1.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ad9dc9c1a6a10e9cc4234c2a1cd5e568ec0cd25145e86875eba6e0d69153458 -size 786561 diff --git a/libva-1.6.1.tar.bz2 b/libva-1.6.1.tar.bz2 new file mode 100644 index 0000000..5f4c5cc --- /dev/null +++ b/libva-1.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa2c23fb4431ed8590a52173db18e8760fabb7321d14110c574cc8674594e2e +size 771910 diff --git a/libva.changes b/libva.changes index c74c8f2..9e0caad 100644 --- a/libva.changes +++ b/libva.changes @@ -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 diff --git a/libva.spec b/libva.spec index 3d22349..32a2bc2 100644 --- a/libva.spec +++ b/libva.spec @@ -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