Backport upstream fix for Intel Iris Driver
https://github.com/intel/libva/pull/406
This commit is contained in:
parent
085fb70b72
commit
de73d06b85
@ -2,12 +2,14 @@
|
||||
|
||||
Name: libva
|
||||
Version: 2.7.0
|
||||
Release: 3%{?pre_release}%{?dist}
|
||||
Release: 4%{?pre_release}%{?dist}
|
||||
Summary: Video Acceleration (VA) API for Linux
|
||||
License: MIT
|
||||
URL: https://github.com/intel/libva
|
||||
Source0: %{url}/archive/%{version}%{?pre_release}/%{name}-%{version}%{?pre_release}.tar.gz
|
||||
|
||||
Patch0: 406.patch
|
||||
|
||||
BuildRequires: libtool
|
||||
|
||||
BuildRequires: libudev-devel
|
||||
@ -72,6 +74,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
|
||||
%{_libdir}/pkgconfig/libva*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.7.0-4
|
||||
- Backport upstream fix for Intel Iris Driver (https://github.com/intel/libva/pull/406)
|
||||
|
||||
* Fri Apr 10 2020 Nicolas Chauvet <kwizart@gmail.com> - 2.7.0-3
|
||||
- Drop previous patch
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user