Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libvdpau-1.4.tar.bz2
|
||||
libvdpau-*.tar.bz2
|
||||
|
||||
@ -1 +0,0 @@
|
||||
e0c38f4342ae4848dab48c7b6c6770a73c4374ad SOURCES/libvdpau-1.4.tar.bz2
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libvdpau
|
||||
Version: 1.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Wrapper library for the Video Decode and Presentation API
|
||||
License: MIT
|
||||
URL: https://freedesktop.org/wiki/Software/VDPAU/
|
||||
@ -25,6 +25,16 @@ VDPAU is the Video Decode and Presentation API for UNIX. It provides an
|
||||
interface to video decode acceleration and presentation hardware present in
|
||||
modern GPUs.
|
||||
|
||||
%package trace
|
||||
Summary: Trace library for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%if 0%{?fedora} > 26 || 0%{?rhel} > 7
|
||||
Supplements: %{name}-debuginfo%{?_isa}
|
||||
%endif
|
||||
|
||||
%description trace
|
||||
The %{name}-trace package contains trace library for %{name}.
|
||||
|
||||
%package docs
|
||||
Summary: Documentation for %{name}
|
||||
BuildArch: noarch
|
||||
@ -37,6 +47,8 @@ The %{name}-docs package contains documentation for %{name}.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
#Multilibs trace
|
||||
Requires: %{name}-trace%{?_isa} = %{version}-%{release}
|
||||
Requires: libX11-devel%{?_isa}
|
||||
Requires: pkgconfig
|
||||
|
||||
@ -47,6 +59,7 @@ applications that use %{name}.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
@ -69,6 +82,8 @@ mv %{_vpath_builddir}/doc/html html
|
||||
%config(noreplace) %{_sysconfdir}/vdpau_wrapper.cfg
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_libdir}/vdpau/
|
||||
|
||||
%files trace
|
||||
%{_libdir}/vdpau/%{name}_trace.so*
|
||||
|
||||
%files docs
|
||||
@ -81,10 +96,24 @@ mv %{_vpath_builddir}/doc/html html
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 05 2020 Benjamin Tissoires <benjamin.tissoires@redhat.com> - 1.4-2
|
||||
- keep only one devel package
|
||||
- fix source url
|
||||
- fix prep stage
|
||||
* Wed Apr 13 2022 Nicolas Chauvet <kwizart@gmail.com> - 1.5-1
|
||||
- Update to 1.5 - rhbz#2075057
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jun 24 2020 Nicolas Chauvet <kwizart@gmail.com> - 1.4-2
|
||||
- Rebuilt
|
||||
|
||||
* Fri Apr 10 2020 Nicolas Chauvet <kwizart@gmail.com> - 1.4-1
|
||||
- Update to 1.4
|
||||
Loading…
Reference in New Issue
Block a user