intel-vaapi-driver/intel-vaapi-driver.spec

54 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

Name: intel-vaapi-driver
Version: 2.4.1
Release: 1mamba
Summary: VA-API user mode driver for Intel GEN Graphics family
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.intel.com/content/www/us/en/developer/topic-technology/open/opensource-media-framework/overview.html
Source: https://github.com/intel/intel-vaapi-driver.git/%{version}/intel-vaapi-driver-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libdrm-devel
## AUTOBUILDREQ-END
%description
VA-API user mode driver for Intel GEN Graphics family.
%package -n libva-intel-driver
Group: System/Kernel and Hardware
Summary: VA-API user mode driver for Intel GEN Graphics family.
%description -n libva-intel-driver
VA-API user mode driver for Intel GEN Graphics family.
%debug_package
%prep
%setup -q
%build
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n libva-intel-driver -p /sbin/ldconfig
%postun -n libva-intel-driver -p /sbin/ldconfig
%files -n libva-intel-driver
%defattr(-,root,root)
%{_libdir}/dri/i965_drv_video.so
%doc AUTHORS COPYING
%changelog
* Wed Dec 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-1mamba
- package created using the webbuild interface