!5 Update to 12.1.14.0

From: @dedv_dwe 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-01-03 05:49:00 +00:00 committed by Gitee
commit 2c1df87bd5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,17 +1,17 @@
Name: nv-codec-headers Name: nv-codec-headers
Version: 11.1.5.1 Version: 12.1.14.0
Release: 2 Release: 1
Summary: FFmpeg version of Nvidia Codec SDK headers Summary: FFmpeg version of Nvidia Codec SDK headers
License: MIT License: MIT
URL: https://github.com/FFmpeg/nv-codec-headers URL: https://github.com/FFmpeg/nv-codec-headers
Source0: https://github.com/FFmpeg/nv-codec-headers/archive/n%{version}/%{name}-n%{version}.tar.gz Source0: https://github.com/FFmpeg/nv-codec-headers/archive/n%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
FFmpeg version of headers required to interface with Nvidias codec APIs. FFmpeg version of headers required to interface with Nvidias codec APIs.
%prep %prep
%autosetup -n %{name}-n%{version} %autosetup -n %{name}-%{version}
sed -i -e 's@/include@/include/ffnvcodec@g' ffnvcodec.pc.in sed -i -e 's@/include@/include/ffnvcodec@g' ffnvcodec.pc.in
sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE
sed -i '1,22s/^.\{,3\}//' LICENSE sed -i '1,22s/^.\{,3\}//' LICENSE
@ -29,6 +29,9 @@ sed -i '1,22s/^.\{,3\}//' LICENSE
%{_datadir}/pkgconfig/ffnvcodec.pc %{_datadir}/pkgconfig/ffnvcodec.pc
%changelog %changelog
* Fri Dec 29 2023 wangqia <wangqia@uniontech.com> - 12.1.14.0-1
- Update to 12.1.14.0
* Mon Apr 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 11.1.5.1-2 * Mon Apr 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 11.1.5.1-2
- Add nv-codec-headers.yaml - Add nv-codec-headers.yaml