Compare commits
10 Commits
bba2b951a5
...
ac89904f33
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac89904f33 | ||
|
|
6af264564d | ||
|
|
07438010a5 | ||
|
|
0eb8908073 | ||
|
|
48d129ad99 | ||
|
|
6a50142b11 | ||
|
|
e30fe3e543 | ||
|
|
a70d88725b | ||
|
|
a5d0fd9ba5 | ||
|
|
2ebb992280 |
BIN
libva-2.20.0.tar.gz
Normal file
BIN
libva-2.20.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
45
libva.spec
45
libva.spec
@ -1,18 +1,26 @@
|
|||||||
Name: libva
|
Name: libva
|
||||||
Version: 2.5.0
|
Version: 2.20.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Libva is an implementation for VA-API (Video Acceleration API)
|
Summary: Libva is an implementation for VA-API (Video Acceleration API)
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/intel/libva
|
URL: https://github.com/intel/libva
|
||||||
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libtool libudev-devel libXext-devel libXfixes-devel libdrm-devel git
|
BuildRequires: libtool libudev-devel libdrm-devel
|
||||||
|
%{!?_without_xorg:
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXfixes-devel
|
||||||
|
}
|
||||||
BuildRequires: libpciaccess-devel mesa-libEGL-devel mesa-libGL-devel mesa-libGLES-devel
|
BuildRequires: libpciaccess-devel mesa-libEGL-devel mesa-libGL-devel mesa-libGLES-devel
|
||||||
BuildRequires: wayland-devel pkgconfig(wayland-client) pkgconfig(wayland-scanner)
|
%{!?_without_wayland:
|
||||||
|
BuildRequires: wayland-devel
|
||||||
|
BuildRequires: pkgconfig(wayland-client) >= 1
|
||||||
|
BuildRequires: pkgconfig(wayland-scanner) >= 1
|
||||||
|
}
|
||||||
|
BuildRequires: meson gcc
|
||||||
|
|
||||||
Requires: mesa-dri-filesystem
|
Requires: mesa-dri-filesystem
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libva is an implementation for VA-API, which is an open-source library and API
|
Libva is an implementation for VA-API, which is an open-source library and API
|
||||||
specification, provides access to graphics hardware acceleration capabilities
|
specification, provides access to graphics hardware acceleration capabilities
|
||||||
@ -32,20 +40,17 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
%autosetup -n %{name}-%{version} -p1
|
||||||
autoreconf -vif
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-glx
|
%meson \
|
||||||
|
%{?_without_xorg: -Dwith_glx=no -Dwith_x11=no} \
|
||||||
%disable_rpath
|
%{?_without_wayland: -Dwith_wayland=no}
|
||||||
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL="install -p"
|
%meson_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -67,5 +72,17 @@ autoreconf -vif
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 28 2019 openEuler BuildTeam<buildteam@openeuler.org> - 2.3.0-2
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
4
libva.yaml
Normal file
4
libva.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: intel/libva
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user