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

43 lines
1001 B
RPMSpec
Raw Normal View History

2018-03-05 14:27:36 +00:00
Name: nv-codec-headers
2018-04-15 23:00:25 +00:00
Version: 8.1.24.1
2018-03-05 14:27:36 +00:00
Release: 1%{?dist}
Summary: FFmpeg version of Nvidia Codec SDK headers
License: MIT
URL: https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
# To gernerate source
# git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
# git archive -o nv-codec-headers-%%{version}.tar.xz --prefix=nv-codec-headers-%%{version}/ n%%{version}
Source0: %{name}-%{version}.tar.xz
BuildArch: noarch
%description
FFmpeg version of headers required to interface with Nvidias codec APIs.
%prep
%autosetup
%build
%make_build PREFIX=%{_prefix} LIBDIR=/share
%install
%make_install PREFIX=%{_prefix} LIBDIR=/share
%files
%doc README
%{_includedir}/ffnvcodec/
%{_datadir}/pkgconfig/ffnvcodec.pc
%changelog
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