|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: nv-codec-headers
|
|
|
|
|
Version: 11.1.5.3
|
|
|
|
|
Version: 9.1.23.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: FFmpeg version of Nvidia Codec SDK headers
|
|
|
|
|
License: MIT
|
|
|
|
@ -8,7 +8,6 @@ Source0: %url/archive/n%{version}/%{name}-n%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
FFmpeg version of headers required to interface with Nvidias codec APIs.
|
|
|
|
@ -18,10 +17,6 @@ FFmpeg version of headers required to interface with Nvidias codec APIs.
|
|
|
|
|
%autosetup -n %{name}-n%{version}
|
|
|
|
|
sed -i -e 's@/include@/include/ffnvcodec@g' ffnvcodec.pc.in
|
|
|
|
|
|
|
|
|
|
# Extract license
|
|
|
|
|
sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE
|
|
|
|
|
sed -i '1,22s/^.\{,3\}//' LICENSE
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%make_build PREFIX=%{_prefix} LIBDIR=/share
|
|
|
|
|
|
|
|
|
@ -32,53 +27,16 @@ sed -i '1,22s/^.\{,3\}//' LICENSE
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc README
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_includedir}/ffnvcodec/
|
|
|
|
|
%{_datadir}/pkgconfig/ffnvcodec.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 20 2024 Brian J. Murrell <brian@interlinx.bc.ca> - 11.1.5.3-1
|
|
|
|
|
- Update to 11.1.5.3
|
|
|
|
|
|
|
|
|
|
* Fri Nov 04 2022 Leigh Scott <leigh123linux@gmail.com> - 11.1.5.2-1
|
|
|
|
|
- Update to 11.1.5.2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11.1.5.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11.1.5.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 12 2022 Leigh Scott <leigh123linux@gmail.com> - 11.1.5.1-1
|
|
|
|
|
- Update to 11.1.5.1
|
|
|
|
|
|
|
|
|
|
* Wed Dec 08 2021 Leigh Scott <leigh123linux@gmail.com> - 11.1.5.0-1
|
|
|
|
|
- Update to 11.1.5.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.10.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 21 2021 Leigh Scott <leigh123linux@gmail.com> - 11.0.10.1-1
|
|
|
|
|
- Update to 11.0.10.1
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.10.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Oct 15 2020 Leigh Scott <leigh123linux@gmail.com> - 11.0.10.0-1
|
|
|
|
|
- Update to 11.0.10.0
|
|
|
|
|
|
|
|
|
|
* Tue Oct 6 2020 Leigh Scott <leigh123linux@gmail.com> - 10.0.26.1-1
|
|
|
|
|
- Update to 10.0.26.1
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.26.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 02 2020 Leigh Scott <leigh123linux@gmail.com> - 10.0.26.0-1
|
|
|
|
|
- Update to 10.0.26.0
|
|
|
|
|
* Tue Feb 27 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 9.1.23.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.1.23.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
* Wed Apr 21 2021 Leigh Scott <leigh123linux@gmail.com> - 9.1.23.3-1
|
|
|
|
|
- Update to 9.1.23.3
|
|
|
|
|
|
|
|
|
|
* Mon Dec 16 2019 Leigh Scott <leigh123linux@gmail.com> - 9.1.23.1-1
|
|
|
|
|
- Update to 9.1.23.1
|