You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
4.0 KiB
144 lines
4.0 KiB
Name: libvdpau-va-gl |
|
Version: 0.4.2 |
|
Release: 15%{?dist} |
|
Summary: VDPAU driver with OpenGL/VAAPI back-end |
|
|
|
License: MIT |
|
URL: https://github.com/i-rinat/libvdpau-va-gl |
|
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz |
|
|
|
BuildRequires: cmake |
|
BuildRequires: gcc-c++ |
|
BuildRequires: pkgconfig(vdpau) |
|
BuildRequires: pkgconfig(libva-glx) |
|
BuildRequires: pkgconfig(gl) |
|
|
|
#As per https://fedorahosted.org/council/ticket/61 |
|
#libva-intel-driver can use supplement/enhance |
|
#Requires: libva-intel-driver%%{?_isa} |
|
|
|
|
|
|
|
%description |
|
VDPAU driver with OpenGL/VAAPI back-end. |
|
|
|
|
|
%prep |
|
%autosetup |
|
|
|
|
|
%build |
|
mkdir -p build |
|
cd build |
|
%{cmake} \ |
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ |
|
-DLIB_INSTALL_DIR=%{_libdir}/vdpau \ |
|
.. |
|
|
|
%make_build |
|
|
|
|
|
%install |
|
cd build |
|
%make_install |
|
|
|
|
|
%files |
|
%doc ChangeLog README.md |
|
%license LICENSE |
|
%{_libdir}/vdpau/libvdpau_va_gl.so.1 |
|
#VDPAU only dlopen the versioned so |
|
%exclude %{_libdir}/vdpau/libvdpau_va_gl.so |
|
|
|
|
|
|
|
%changelog |
|
* Sat Apr 04 2020 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-15 |
|
- Rebuilt for libva-2.7.0 |
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-14 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
|
|
|
* Mon Sep 23 2019 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-13 |
|
- Rebuilt for libva-2.6.0 |
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-12 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-11 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
* Fri Oct 05 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-10 |
|
- Rebuilt for libva-2.3.0 |
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-9 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-8 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
* Mon Jan 15 2018 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-7 |
|
- Rebuilt for libva-2.0.0 |
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-6 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-5 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
* Mon Apr 10 2017 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-4 |
|
- Rebuild for vaapi 0.40 |
|
|
|
* Tue Jan 17 2017 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-3 |
|
- Drop ExclusiveArch |
|
- Add comment about why to drop un-versioned symlink |
|
- Add missing BR |
|
|
|
* Tue Nov 08 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-2 |
|
- Fixup License and libtool deletion |
|
|
|
* Wed Oct 12 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-1 |
|
- Update to 0.4.2 |
|
- Add %%{?_isa} to Requires libva-intel-driver |
|
- Use %%make_build macro |
|
|
|
* Tue Aug 30 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.4.0-1 |
|
- Update to 0.4.0 |
|
- Drop compat symlink |
|
|
|
* Sat Jul 30 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.3.6-2 |
|
- Rebuilt for ffmpeg-3.1.1 |
|
|
|
* Sun May 22 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.3.6-1 |
|
- Update to 0.3.6 |
|
|
|
* Sun Jan 04 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.3.4-6 |
|
- Fix asserts in release package - rfbz#3419 |
|
|
|
* Tue Nov 04 2014 Nicolas Chauvet <kwizart@gmail.com> - 0.3.4-5 |
|
- Rebuilt for vaapi 0.36 |
|
|
|
* Mon Oct 20 2014 Sérgio Basto <sergio@serjux.com> - 0.3.4-4 |
|
- Rebuilt for FFmpeg 2.4.3 |
|
|
|
* Fri Sep 26 2014 Nicolas Chauvet <kwizart@gmail.com> - 0.3.4-3 |
|
- Rebuilt for FFmpeg 2.4.x |
|
|
|
* Thu Aug 07 2014 Sérgio Basto <sergio@serjux.com> - 0.3.4-2 |
|
- Rebuilt for ffmpeg-2.3 |
|
|
|
* Sat Apr 12 2014 Nicolas Chauvet <kwizart@gmail.com> - 0.3.4-1 |
|
- Update to 0.3.4 |
|
|
|
* Sat Mar 29 2014 Sérgio Basto <sergio@serjux.com> - 0.3.2-2 |
|
- Rebuilt for ffmpeg-2.2 |
|
|
|
* Sun Jan 26 2014 Nicolas Chauvet <kwizart@gmail.com> - 0.3.2-1 |
|
- Update to 0.3.2 |
|
|
|
* Tue Nov 19 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.2.1-1 |
|
- Update to 0.2.1 |
|
|
|
* Thu Jul 18 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-1 |
|
- Initial spec file |
|
|
|
|