ffnvcodec/ffnvcodec.spec
Takashi Iwai a529d0ecd2 Accepting request 948305 from home:malcolmlewis:branches:multimedia:libs
- Update to version 11.1.5.1:
  * Update forgotten version number in README.
  * Add a subset of CUDA EGLStreams interop API.
  * Add CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_TIMELINE_SEMAPHOR.
  * Add timeline semaphore type.

OBS-URL: https://build.opensuse.org/request/show/948305
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffnvcodec?expand=0&rev=27
2022-01-25 14:36:09 +00:00

55 lines
1.6 KiB
RPMSpec

#
# spec file for package ffnvcodec
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ffnvcodec
Version: 11.1.5.1
Release: 0
Summary: FFmpeg version of NVIDIA codec API headers
License: MIT
Group: Development/Libraries/C and C++
URL: https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
Source: nv-codec-headers-%{version}.tar.xz
BuildRequires: pkgconfig
%description
This package contains the headers required for FFmpeg to interface
with NVIDIA codec APIs.
%package -n %{name}-devel
Summary: FFmpeg version of NVIDIA codec API headers
Group: Development/Libraries/C and C++
%description -n %{name}-devel
This package contains the headers required for FFmpeg to interface
with NVIDIA codec APIs.
%prep
%setup -q -n nv-codec-headers-%{version}
%build
%install
make PREFIX=%{_prefix} LIBDIR=%{_lib} DESTDIR=%{buildroot} install
%files -n %{name}-devel
%doc README
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%changelog