|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: libvdpau
|
|
|
|
Name: libvdpau
|
|
|
|
Version: 1.4
|
|
|
|
Version: 1.5
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Wrapper library for the Video Decode and Presentation API
|
|
|
|
Summary: Wrapper library for the Video Decode and Presentation API
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://freedesktop.org/wiki/Software/VDPAU/
|
|
|
|
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
|
|
|
|
interface to video decode acceleration and presentation hardware present in
|
|
|
|
modern GPUs.
|
|
|
|
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
|
|
|
|
%package docs
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -37,6 +47,8 @@ The %{name}-docs package contains documentation for %{name}.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
#Multilibs trace
|
|
|
|
|
|
|
|
Requires: %{name}-trace%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: libX11-devel%{?_isa}
|
|
|
|
Requires: libX11-devel%{?_isa}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
@ -47,6 +59,7 @@ applications that use %{name}.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson
|
|
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%meson_build
|
|
|
@ -69,6 +82,8 @@ mv %{_vpath_builddir}/doc/html html
|
|
|
|
%config(noreplace) %{_sysconfdir}/vdpau_wrapper.cfg
|
|
|
|
%config(noreplace) %{_sysconfdir}/vdpau_wrapper.cfg
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%dir %{_libdir}/vdpau/
|
|
|
|
%dir %{_libdir}/vdpau/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files trace
|
|
|
|
%{_libdir}/vdpau/%{name}_trace.so*
|
|
|
|
%{_libdir}/vdpau/%{name}_trace.so*
|
|
|
|
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
%files docs
|
|
|
@ -81,13 +96,24 @@ mv %{_vpath_builddir}/doc/html html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.4-2
|
|
|
|
* Wed Apr 13 2022 Nicolas Chauvet <kwizart@gmail.com> - 1.5-1
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 05 2020 Benjamin Tissoires <benjamin.tissoires@redhat.com> - 1.4-2
|
|
|
|
* Wed Jun 24 2020 Nicolas Chauvet <kwizart@gmail.com> - 1.4-2
|
|
|
|
- keep only one devel package
|
|
|
|
- Rebuilt
|
|
|
|
- fix source url
|
|
|
|
|
|
|
|
- fix prep stage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 10 2020 Nicolas Chauvet <kwizart@gmail.com> - 1.4-1
|
|
|
|
* Fri Apr 10 2020 Nicolas Chauvet <kwizart@gmail.com> - 1.4-1
|
|
|
|
- Update to 1.4
|
|
|
|
- Update to 1.4
|
|
|
|