!8 x265升级至3.5版本

From: @wu-leilei 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-05-27 05:22:27 +00:00 committed by Gitee
commit 3644125f4b
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.

BIN
3.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Summary: H.265/HEVC encoder Summary: H.265/HEVC encoder
Name: x265 Name: x265
Version: 3.4 Version: 3.5
Release: 2 Release: 1
URL: http://x265.org/ URL: http://x265.org/
License: GPLv2 License: GPLv2
Source0: https://bitbucket.org/multicoreware/%{name}_git/get/%{version}.tar.gz Source0: https://bitbucket.org/multicoreware/%{name}_git/get/%{version}.tar.gz
BuildRequires: rpm-build cmake make gcc gcc-c++ gdb BuildRequires: rpm-build cmake make gcc gcc-c++ gdb git
%ifarch x86_64 %ifarch x86_64
BuildRequires: nasm >= 2.13 BuildRequires: nasm >= 2.13
@ -102,7 +102,7 @@ rm %{buildroot}%{_libdir}/libx265.a
%files %files
%{_bindir}/x265 %{_bindir}/x265
%{_libdir}/libx265.so.192 %{_libdir}/libx265.so.199
%license COPYING %license COPYING
%files devel %files devel
@ -112,6 +112,9 @@ rm %{buildroot}%{_libdir}/libx265.a
%{_libdir}/pkgconfig/x265.pc %{_libdir}/pkgconfig/x265.pc
%changelog %changelog
* Thu May 26 2022 wulei <wulei80@h-partners.com> - 3.5-1
- Update package
* Mon Sep 14 2020 Xiyuan Wang <wangxiyuan1007@gmail.com> - 3.4-2 * Mon Sep 14 2020 Xiyuan Wang <wangxiyuan1007@gmail.com> - 3.4-2
- Update Source0 in spec - Update Source0 in spec