Compare commits

...

16 Commits
epel8 ... epel9

Author SHA1 Message Date
Nicolas Chauvet 15211640d2 Update sources
2 months ago
Brian J. Murrell e281fc55df Update to 11.1.5.3
2 months ago
Leigh Scott 540f2589f6 Update to 11.1.5.2
2 years ago
Fedora Release Engineering 2de8ab8ada Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
3 years ago
Fedora Release Engineering 117c5e9ccb - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3 years ago
Leigh Scott 4c8580267f Update to 11.1.5.1
3 years ago
Leigh Scott 796437ef89 Update to 11.1.5.0
3 years ago
Fedora Release Engineering 78ff156432 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4 years ago
Leigh Scott 000f96fa33 Update to 11.0.10.1
4 years ago
Fedora Release Engineering f7018218d2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4 years ago
Tom Stellard 1eb3dba2db Add BuildRequires: make
4 years ago
Leigh Scott 8a60c5e242 Update to 11.0.10.0
4 years ago
Leigh Scott 538690687f Update to 10.0.26.1
4 years ago
Fedora Release Engineering 221df44dd8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5 years ago
Leigh Scott f5cdb6dc27 Update to 10.0.26.0
5 years ago
Fedora Release Engineering 41639b1370 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5 years ago

@ -1,5 +1,5 @@
Name: nv-codec-headers
Version: 9.1.23.1
Version: 11.1.5.3
Release: 1%{?dist}
Summary: FFmpeg version of Nvidia Codec SDK headers
License: MIT
@ -8,6 +8,7 @@ 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.
@ -17,6 +18,10 @@ 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
@ -27,11 +32,54 @@ sed -i -e 's@/include@/include/ffnvcodec@g' ffnvcodec.pc.in
%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
* 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
* Mon Dec 16 2019 Leigh Scott <leigh123linux@gmail.com> - 9.1.23.1-1
- Update to 9.1.23.1

@ -1 +1 @@
SHA512 (nv-codec-headers-n9.1.23.1.tar.gz) = 0fbb73252ae0f736b6384ba75ab81b67fa6fd345a707a6c45ce89ec270294d771fb7b19040aa6e8e3b3b4ee2d272168de9ba358fb50b6ee1d2e7e9641663bea9
SHA512 (nv-codec-headers-n11.1.5.3.tar.gz) = 386e4e1e0606a5ebd95c0ca60a2cdbadd1e24ac64df65f707dd00ee1fc822f56535637eaf4a375dd25f2f91fb00ffabb95953a1bab9fc101d1c522e2954f37c0

Loading…
Cancel
Save