diff --git a/libva.spec b/libva.spec index 9977714..0bb9c28 100644 --- a/libva.spec +++ b/libva.spec @@ -1,12 +1,12 @@ Name: libva -Version: 2.10.0 -Release: 2mamba +Version: 2.11.0 +Release: 1mamba Summary: VAAPI (Video Acceleration API) Library for Linux Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.freedesktop.org/wiki/Software/vaapi +URL: https://www.freedesktop.org/wiki/Software/vaapi Source: https://github.com/intel/libva.git/%{version}/libva-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN @@ -26,7 +26,6 @@ BuildRequires: libffi-devel BuildRequires: libwayland-devel BuildRequires: libxcb-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The main motivation for VAAPI (Video Acceleration API) is to enable hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). Extending XvMC was considered, but due to its original design for MPEG-2 MotionComp only, it made more sense to design an interface from scratch that can fully expose the video decode capabilities in today's GPUs. @@ -155,6 +154,9 @@ rm -rf %{buildroot}%{_bindir}/test_* %{_libdir}/libva-x11.la %changelog +* Thu Mar 25 2021 Automatic Build System 2.11.0-1mamba +- automatic version update by autodist + * Wed Dec 09 2020 Silvan Calarco 2.10.0-2mamba - rebuilt with debug package and for aarch64