Sync from SUSE:SLFO:Main ffnvcodec revision 1a3216efeaa65ba5b078573da0df029c

This commit is contained in:
Adrian Schröter 2024-05-03 12:29:00 +02:00
commit 5a00d869b8
5 changed files with 198 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://git.videolan.org/git/ffmpeg/nv-codec-headers.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">n([0-9\.]*)</param>
<param name="revision">n11.1.5.2</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

104
ffnvcodec.changes Normal file
View File

@ -0,0 +1,104 @@
-------------------------------------------------------------------
Wed Apr 26 19:10:54 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
- Update to version 11.1.5.2:
* Add D3D11 interop functions
* Fix codestyle
-------------------------------------------------------------------
Mon Jan 24 04:39:04 UTC 2022 - malcolmlewis@opensuse.org
- 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.
-------------------------------------------------------------------
Fri Oct 29 07:50:01 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 11.1.5.0:
* Update headers from Video SDK 11.1
-------------------------------------------------------------------
Sun Nov 22 03:40:20 UTC 2020 - Mia Herkt <mia@0x0.st>
- Update to 11.0.10.0:
* Update headers from Video SDK 11.0
-------------------------------------------------------------------
Sun Oct 11 21:09:28 UTC 2020 - Mia Herkt <mia@0x0.st>
- Update to 10.0.26.1:
* Add linker functions and types
* Fix CUdeviceptr definition for ARM64 CPU
-------------------------------------------------------------------
Tue Jul 7 22:26:12 UTC 2020 - Mia Herkt <mia@0x0.st>
- Update to 10.0.26.0:
* Update headers from Video SDK 10.0
-------------------------------------------------------------------
Wed May 6 12:42:44 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 9.1.23.1:
* Add primary context management functions
-------------------------------------------------------------------
Tue Nov 26 03:51:19 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Update to version 9.1.23.0
* Add cuCtxGetDevice
* Use pointer-to-struct typedefs for pointer-to-struct types
* Update headers from Video SDK 9.1 release
-------------------------------------------------------------------
Mon Jun 17 23:34:03 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 9.0.18.1
* Fix CUdeviceptr definition for 64bit CPU
- Changes from version 9.0.18.0
* Initial release for SDK 9.0
-------------------------------------------------------------------
Sat Feb 23 02:10:38 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Update to version 8.2.15.7
* Add cuMipmappedArrayDestroy
-------------------------------------------------------------------
Wed Dec 5 23:59:44 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
- Update to version 8.2.15.6
* CUDA 10: Add external semaphore API
* Add a subset of CUDA kernel interaction API
* Add CUDA function cuMemAllocPitch
-------------------------------------------------------------------
Tue Nov 6 17:14:47 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
- Update to version 8.2.15.5
* Add CUDA function cuDeviceGetAttribute V2
* Guard against multiple definitions of CUuuid
* Add cuGetDeviceUuid, load as optional function
-------------------------------------------------------------------
Sun Oct 7 19:29:11 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
- Update to version 8.2.15.1
* Update for CUDA 10
This adds support for the CUDA/Vulkan interop API, which
requires very new driver versions. As such, we allow the
symbols to be optionally loaded.
-------------------------------------------------------------------
Fri Jun 29 21:37:39 UTC 2018 - 9+suse@cirno.systems
- Update to version 8.1.24.2
* SDK 8.1
-------------------------------------------------------------------
Fri Jun 29 00:27:13 UTC 2018 - 9+suse@cirno.systems
- Init, 8.0.14.2

54
ffnvcodec.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package ffnvcodec
#
# Copyright (c) 2023 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.2
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

BIN
nv-codec-headers-11.1.5.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.