d72cd3a90c
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
46 lines
1.1 KiB
RPMSpec
46 lines
1.1 KiB
RPMSpec
Name: nv-codec-headers
|
|
Version: 8.1.24.2
|
|
Release: 2%{?dist}
|
|
Summary: FFmpeg version of Nvidia Codec SDK headers
|
|
License: MIT
|
|
URL: https://github.com/FFmpeg/nv-codec-headers
|
|
Source0: %url/archive/n8.1.24.2.tar.gz#/%{name}-n%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
%description
|
|
FFmpeg version of headers required to interface with Nvidias codec APIs.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{name}-n%{version}
|
|
|
|
|
|
%build
|
|
%make_build PREFIX=%{_prefix} LIBDIR=/share
|
|
|
|
|
|
%install
|
|
%make_install PREFIX=%{_prefix} LIBDIR=/share
|
|
|
|
|
|
%files
|
|
%doc README
|
|
%{_includedir}/ffnvcodec/
|
|
%{_datadir}/pkgconfig/ffnvcodec.pc
|
|
|
|
|
|
%changelog
|
|
* 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
|
|
|
|
* Wed Jun 13 2018 Leigh Scott <leigh123linux@googlemail.com> - 8.1.24.2-1
|
|
- Update to 8.1.24.2
|
|
|
|
* Sun Apr 15 2018 Leigh Scott <leigh123linux@googlemail.com> - 8.1.24.1-1
|
|
- Update to 8.1.24.1
|
|
|
|
* Tue Feb 27 2018 Leigh Scott <leigh123linux@googlemail.com> - 8.0.14.1-1
|
|
- First build
|