rebuilt with debug package and for aarch64 [release 2.10.0-2mamba;Wed Dec 09 2020]
This commit is contained in:
parent
d267605232
commit
7a888ba3f0
25
libva.spec
25
libva.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libva
|
Name: libva
|
||||||
Version: 2.10.0
|
Version: 2.10.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: VAAPI (Video Acceleration API) Library for Linux
|
Summary: VAAPI (Video Acceleration API) Library for Linux
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,21 +11,21 @@ Source: https://github.com/intel/libva.git/%{version}/libva-%{version}.ta
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libdrm-devel
|
%ifnarch arm aarch64
|
||||||
|
BuildRequires: intel-gpu-tools
|
||||||
|
%endif
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libpthread-stubs-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
## AUTOBUILDREQ-END
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: libffi-devel
|
||||||
%ifnarch arm
|
|
||||||
BuildRequires: intel-gpu-tools
|
|
||||||
%endif
|
|
||||||
BuildRequires: libwayland-devel
|
BuildRequires: libwayland-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -68,11 +68,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.
|
The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.
|
||||||
This package contains a set of tools around vaapi library.
|
This package contains a set of tools around vaapi library.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure \
|
%configure \
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
--enable-i965-driver
|
--enable-i965-driver
|
||||||
@ -153,6 +155,9 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
|||||||
%{_libdir}/libva-x11.la
|
%{_libdir}/libva-x11.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.0-2mamba
|
||||||
|
- rebuilt with debug package and for aarch64
|
||||||
|
|
||||||
* Sat Dec 05 2020 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
* Sat Dec 05 2020 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user