Compare commits

..

No commits in common. "ac89904f33da6a3e13aadf34fd97b4f033e19c10" and "bba2b951a579830306f71c152422aee1036fe07f" have entirely different histories.

4 changed files with 14 additions and 35 deletions

Binary file not shown.

BIN
libva-2.5.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,26 +1,18 @@
Name: libva
Version: 2.20.0
Release: 1
Version: 2.5.0
Release: 1
Summary: Libva is an implementation for VA-API (Video Acceleration API)
License: MIT
URL: https://github.com/intel/libva
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: libtool libudev-devel libdrm-devel
%{!?_without_xorg:
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
}
BuildRequires: libtool libudev-devel libXext-devel libXfixes-devel libdrm-devel git
BuildRequires: libpciaccess-devel mesa-libEGL-devel mesa-libGL-devel mesa-libGLES-devel
%{!?_without_wayland:
BuildRequires: wayland-devel
BuildRequires: pkgconfig(wayland-client) >= 1
BuildRequires: pkgconfig(wayland-scanner) >= 1
}
BuildRequires: meson gcc
BuildRequires: wayland-devel pkgconfig(wayland-client) pkgconfig(wayland-scanner)
Requires: mesa-dri-filesystem
%description
Libva is an implementation for VA-API, which is an open-source library and API
specification, provides access to graphics hardware acceleration capabilities
@ -40,17 +32,20 @@ developing applications that use %{name}.
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n %{name}-%{version} -p1 -Sgit
autoreconf -vif
%build
%meson \
%{?_without_xorg: -Dwith_glx=no -Dwith_x11=no} \
%{?_without_wayland: -Dwith_wayland=no}
%configure --disable-static --enable-glx
%disable_rpath
%make_build
%meson_build
%install
%meson_install
%make_install INSTALL="install -p"
%delete_la
%post -p /sbin/ldconfig
@ -72,17 +67,5 @@ developing applications that use %{name}.
%changelog
* Thu Oct 12 2023 yaoxin <yao_xin001@hoperun.com> - 2.20.0-1
- Upgrade to 2.20.0
* Mon Jan 9 2023 mengwenhua<mengwenhua@xfusion.com> - 2.13.0-2
- Add the missing trace log for the VA encoder API.
* Tue Sep 14 2021 hanhui<hanhui15@huawei> - 2.13.0-1
- upgrade to libva-2.13.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.5.0-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Thu Nov 28 2019 openEuler BuildTeam<buildteam@openeuler.org> - 2.3.0-2
- Package Init

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: intel/libva
tag_prefix: ^v
seperator: .