nv-codec-headers/nv-codec-headers.spec

127 lines
4.1 KiB
RPMSpec
Raw Normal View History

2018-03-05 14:27:36 +00:00
Name: nv-codec-headers
2023-03-12 12:44:10 +00:00
Version: 12.0.16.0
Release: 1%{?dist}
2018-03-05 14:27:36 +00:00
Summary: FFmpeg version of Nvidia Codec SDK headers
License: MIT
2018-06-13 10:03:53 +00:00
URL: https://github.com/FFmpeg/nv-codec-headers
2023-03-12 12:44:10 +00:00
Source0: %{url}/archive/n%{version}/%{name}-n%{version}.tar.gz
2018-03-05 14:27:36 +00:00
BuildArch: noarch
2023-03-12 12:44:10 +00:00
BuildRequires: make
2018-03-05 14:27:36 +00:00
%description
FFmpeg version of headers required to interface with Nvidias codec APIs.
%prep
2018-06-13 10:03:53 +00:00
%autosetup -n %{name}-n%{version}
2019-05-21 05:00:46 +00:00
sed -i -e 's@/include@/include/ffnvcodec@g' ffnvcodec.pc.in
2018-03-05 14:27:36 +00:00
2021-04-21 15:42:50 +00:00
# Extract license
sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE
sed -i '1,22s/^.\{,3\}//' LICENSE
2018-03-05 14:27:36 +00:00
%build
%make_build PREFIX=%{_prefix} LIBDIR=/share
%install
%make_install PREFIX=%{_prefix} LIBDIR=/share
%files
%doc README
2021-04-21 15:42:50 +00:00
%license LICENSE
2018-03-05 14:27:36 +00:00
%{_includedir}/ffnvcodec/
%{_datadir}/pkgconfig/ffnvcodec.pc
%changelog
2023-03-12 12:44:10 +00:00
* Sun Mar 12 2023 Neal Gompa <ngompa@fedoraproject.org> - 12.0.16.0-1
- Update to 12.0.16.0
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11.1.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2022-11-04 13:13:09 +00:00
* 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
2022-01-12 09:29:52 +00:00
* Wed Jan 12 2022 Leigh Scott <leigh123linux@gmail.com> - 11.1.5.1-1
- Update to 11.1.5.1
2021-12-08 20:29:57 +00:00
* 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
2021-04-21 15:42:50 +00:00
* 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
2020-10-15 20:04:23 +00:00
* Thu Oct 15 2020 Leigh Scott <leigh123linux@gmail.com> - 11.0.10.0-1
- Update to 11.0.10.0
2020-10-06 13:40:59 +00:00
* 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
2020-07-02 09:21:04 +00:00
* 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
2019-12-16 17:40:30 +00:00
* Mon Dec 16 2019 Leigh Scott <leigh123linux@gmail.com> - 9.1.23.1-1
- Update to 9.1.23.1
2019-09-24 08:40:08 +00:00
* Tue Sep 24 2019 Leigh Scott <leigh123linux@googlemail.com> - 9.1.23.0-1
- Update to 9.1.23.0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.18.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-05-21 05:04:46 +00:00
* Tue May 21 2019 Leigh Scott <leigh123linux@googlemail.com> - 9.0.18.1-2
- Use correct path for pkg-config file
2019-05-11 08:53:47 +00:00
* Sat May 11 2019 Leigh Scott <leigh123linux@googlemail.com> - 9.0.18.1-1
- Update to 9.0.18.1
2019-03-01 07:21:15 +00:00
* Fri Mar 01 2019 Leigh Scott <leigh123linux@googlemail.com> - 9.0.18.0-1
- Update to 9.0.18.0
2019-02-03 10:08:08 +00:00
* Sun Feb 03 2019 Leigh Scott <leigh123linux@googlemail.com> - 8.2.15.7-1
- Update to 8.2.15.7
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.15.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2019-01-05 11:08:40 +00:00
* Sat Jan 05 2019 Leigh Scott <leigh123linux@googlemail.com> - 8.2.15.6-1
- Update to 8.2.15.6
2018-11-06 05:38:21 +00:00
* Tue Nov 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 8.2.15.5-1
- Update to 8.2.15.5
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.1.24.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-06-13 10:03:53 +00:00
* Wed Jun 13 2018 Leigh Scott <leigh123linux@googlemail.com> - 8.1.24.2-1
- Update to 8.1.24.2
2018-04-15 23:00:25 +00:00
* Sun Apr 15 2018 Leigh Scott <leigh123linux@googlemail.com> - 8.1.24.1-1
- Update to 8.1.24.1
2018-03-05 14:27:36 +00:00
* Tue Feb 27 2018 Leigh Scott <leigh123linux@googlemail.com> - 8.0.14.1-1
- First build