From 4e0897fc670180f69a9e0c9c30be75202234492907fd3a4695a41dde8931b647 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 24 Mar 2021 12:13:47 +0000 Subject: [PATCH] Accepting request 880896 from home:dirkmueller:Factory - update to 2.11.0: * add: LibVA Protected Content API * add: Add a configuration attribute to advertise AV1d LST feature * fix: wayland: don't try to authenticate with render nodes * autotools: use shell grouping instead of sed to prepend a line * trace: Add details data dump for mpeg2 IQ matrix. * doc: update docs for VASurfaceAttribPixelFormat * doc: Libva documentation edit for AV1 reference frames * doc: Modify AV1 frame_width_minus1 and frame_height_minus1 comment * doc: Remove tile_rows and tile_cols restriction to match AV1 spec * doc: Format code for doxygen output * doc: AV1 decode documentation edit for superres_scale_denominator * ci: upgrade FreeBSD to 12.2 * ci: disable travis build * ci: update cache before attempting to install packages * ci: avoid running workloads on other workloads changes * ci: enable github actions - update to 2.9.1: * fix version mismatch between meson and autotools - update to 2.11.0: * add: LibVA Protected Content API * add: Add a configuration attribute to advertise AV1d LST feature * fix: wayland: don't try to authenticate with render nodes * autotools: use shell grouping instead of sed to prepend a line * trace: Add details data dump for mpeg2 IQ matrix. * doc: update docs for VASurfaceAttribPixelFormat * doc: Libva documentation edit for AV1 reference frames OBS-URL: https://build.opensuse.org/request/show/880896 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=135 --- libva-2.10.0.tar.gz | 3 --- libva-2.11.0.tar.gz | 3 +++ libva-gl.changes | 29 ++++++++++++++++++++++++++++- libva-gl.spec | 8 ++++---- libva.changes | 21 +++++++++++++++++++++ libva.spec | 8 ++++---- 6 files changed, 60 insertions(+), 12 deletions(-) delete mode 100644 libva-2.10.0.tar.gz create mode 100644 libva-2.11.0.tar.gz diff --git a/libva-2.10.0.tar.gz b/libva-2.10.0.tar.gz deleted file mode 100644 index d8326f1..0000000 --- a/libva-2.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f04d5c829da602690f9f098a6d92065507ec9d0c957c1a6df3dea4e2de1204c5 -size 244125 diff --git a/libva-2.11.0.tar.gz b/libva-2.11.0.tar.gz new file mode 100644 index 0000000..bcd4cd9 --- /dev/null +++ b/libva-2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2bd79bad5e2404143f089360685f5da63a32dd551b54ccd61d2d49c041178a +size 252204 diff --git a/libva-gl.changes b/libva-gl.changes index 890d61c..6c949ec 100644 --- a/libva-gl.changes +++ b/libva-gl.changes @@ -1,5 +1,26 @@ ------------------------------------------------------------------- -Wed Dec 16 00:29:32 UTC 2020 - Aaron Stern +Wed Mar 24 09:30:01 UTC 2021 - Dirk Müller + +- update to 2.11.0: + * add: LibVA Protected Content API + * add: Add a configuration attribute to advertise AV1d LST feature + * fix: wayland: don't try to authenticate with render nodes + * autotools: use shell grouping instead of sed to prepend a line + * trace: Add details data dump for mpeg2 IQ matrix. + * doc: update docs for VASurfaceAttribPixelFormat + * doc: Libva documentation edit for AV1 reference frames + * doc: Modify AV1 frame_width_minus1 and frame_height_minus1 comment + * doc: Remove tile_rows and tile_cols restriction to match AV1 spec + * doc: Format code for doxygen output + * doc: AV1 decode documentation edit for superres_scale_denominator + * ci: upgrade FreeBSD to 12.2 + * ci: disable travis build + * ci: update cache before attempting to install packages + * ci: avoid running workloads on other workloads changes + * ci: enable github actions + +------------------------------------------------------------------- +Wed Dec 16 00:26:25 UTC 2020 - Aaron Stern - update to 2.10.0: * add: Pass offset and size of pred_weight_table @@ -16,6 +37,12 @@ Wed Dec 16 00:29:32 UTC 2020 - Aaron Stern * doc: [AV1] Update documented ranges for loop filter and quantization params. * doc: Update va.h for multi-threaded usages * trace: va/va_trace: ignore system gettid() on Linux + +------------------------------------------------------------------- +Thu Nov 26 13:35:20 UTC 2020 - Dirk Mueller + +- update to 2.9.1: + * fix version mismatch between meson and autotools ------------------------------------------------------------------- Mon Oct 5 13:16:22 UTC 2020 - Aaron Stern diff --git a/libva-gl.spec b/libva-gl.spec index df768d1..7e48ada 100644 --- a/libva-gl.spec +++ b/libva-gl.spec @@ -1,7 +1,7 @@ # # spec file for package libva-gl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,12 +23,12 @@ Name: libva-gl %define _name libva -Version: 2.10.0 +Version: 2.11.0 Release: 0 Summary: Video Acceleration (VA) API License: MIT Group: Development/Libraries/C and C++ -URL: http://freedesktop.org/wiki/Software/vaapi +URL: https://01.org/linuxmedia Source0: https://github.com/intel/libva/archive/%{version}.tar.gz#/libva-%{version}.tar.gz Source2: baselibs.conf BuildRequires: gcc-c++ @@ -133,7 +133,7 @@ This is the VA/X11 runtime library. %prep %setup -q -n %{_name}-%{version} -# Add "libva-wayland%%{sover}" to baselibs.conf when enabling wayland build; +# Add "libva-wayland%%{sover}" to baselibs.conf when enabling wayland build; # ugly I know ...This is needed since otherwise source validator # # osc service run source_validator diff --git a/libva.changes b/libva.changes index 8d2c525..6c949ec 100644 --- a/libva.changes +++ b/libva.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Mar 24 09:30:01 UTC 2021 - Dirk Müller + +- update to 2.11.0: + * add: LibVA Protected Content API + * add: Add a configuration attribute to advertise AV1d LST feature + * fix: wayland: don't try to authenticate with render nodes + * autotools: use shell grouping instead of sed to prepend a line + * trace: Add details data dump for mpeg2 IQ matrix. + * doc: update docs for VASurfaceAttribPixelFormat + * doc: Libva documentation edit for AV1 reference frames + * doc: Modify AV1 frame_width_minus1 and frame_height_minus1 comment + * doc: Remove tile_rows and tile_cols restriction to match AV1 spec + * doc: Format code for doxygen output + * doc: AV1 decode documentation edit for superres_scale_denominator + * ci: upgrade FreeBSD to 12.2 + * ci: disable travis build + * ci: update cache before attempting to install packages + * ci: avoid running workloads on other workloads changes + * ci: enable github actions + ------------------------------------------------------------------- Wed Dec 16 00:26:25 UTC 2020 - Aaron Stern diff --git a/libva.spec b/libva.spec index 5e3ad15..bd8caff 100644 --- a/libva.spec +++ b/libva.spec @@ -1,7 +1,7 @@ # # spec file for package libva # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,12 +23,12 @@ Name: libva %define _name libva -Version: 2.10.0 +Version: 2.11.0 Release: 0 Summary: Video Acceleration (VA) API License: MIT Group: Development/Libraries/C and C++ -URL: http://freedesktop.org/wiki/Software/vaapi +URL: https://01.org/linuxmedia Source0: https://github.com/intel/libva/archive/%{version}.tar.gz#/libva-%{version}.tar.gz Source2: baselibs.conf BuildRequires: gcc-c++ @@ -133,7 +133,7 @@ This is the VA/X11 runtime library. %prep %setup -q -n %{_name}-%{version} -# Add "libva-wayland%%{sover}" to baselibs.conf when enabling wayland build; +# Add "libva-wayland%%{sover}" to baselibs.conf when enabling wayland build; # ugly I know ...This is needed since otherwise source validator # # osc service run source_validator