Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2c1df87bd5
!5 Update to 12.1.14.0
From: @dedv_dwe 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-03 05:49:00 +00:00
ut004527
93be08a8fa Update to 12.1.14.0 2023-12-29 13:56:11 +08:00
openeuler-ci-bot
435fdf2824
!4 modify src repo url
From: @yangchen_guang 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2023-02-01 01:47:09 +00:00
yangchenguang
e210741b23 modify src repo url 2023-01-28 13:38:58 +08:00
openeuler-ci-bot
6611fba1c5
!3 Add nv-codec-headers.yaml
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 09:36:26 +00:00
zhang__3125
30b750307e Add nv-codec-headers.yaml 2022-04-13 17:28:13 +08:00
openeuler-ci-bot
6441334303
!2 Update to 11.1.5.1
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 06:01:33 +00:00
zhang__3125
499fc06bbd Update to 11.1.5.1 2022-04-13 13:51:59 +08:00
openeuler-ci-bot
bbd592c7b6 !1 Initial package.
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-05-08 13:11:54 +08:00
wei dong
fa9670dfc3 Initial package. 2021-05-08 10:06:35 +08:00
3 changed files with 47 additions and 0 deletions

Binary file not shown.

42
nv-codec-headers.spec Normal file
View File

@ -0,0 +1,42 @@
Name: nv-codec-headers
Version: 12.1.14.0
Release: 1
Summary: FFmpeg version of Nvidia Codec SDK headers
License: MIT
URL: https://github.com/FFmpeg/nv-codec-headers
Source0: https://github.com/FFmpeg/nv-codec-headers/archive/n%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
FFmpeg version of headers required to interface with Nvidias codec APIs.
%prep
%autosetup -n %{name}-%{version}
sed -i -e 's@/include@/include/ffnvcodec@g' ffnvcodec.pc.in
sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE
sed -i '1,22s/^.\{,3\}//' LICENSE
%build
%make_build PREFIX=%{_prefix} LIBDIR=/share
%install
%make_install PREFIX=%{_prefix} LIBDIR=/share
%files
%doc README
%license LICENSE
%{_includedir}/ffnvcodec/
%{_datadir}/pkgconfig/ffnvcodec.pc
%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
- Add nv-codec-headers.yaml
* Wed Jan 12 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 11.1.5.1-1
- Update to 11.1.5.1
* Fri May 07 2021 weidong <weidong@unionetch.com> - 9.1.23.1-1
- Initial package.

5
nv-codec-headers.yaml Normal file
View File

@ -0,0 +1,5 @@
version_control: github
src_repo: FFmpeg/nv-codec-headers
tag_prefix: ^v
seperator: .
git_url: https://github.com/FFmpeg/nv-codec-headers.git