Update x264 to 0.152 and switch asm compiler from yasm to nasm

el8
Sérgio M. Basto 7 years ago
parent 8b2e23dcdd
commit 1a885cdeb4

1
.gitignore vendored

@ -6,3 +6,4 @@ x264-0.148-20160118-5c65704.tar.bz2
/x264-0.148-20170121-97eaef2.tar.bz2
/x264-0.148-20170519-d32d7bf.tar.bz2
/x264-0.148-20170521-aaa9aa8.tar.bz2
/x264-0.152-20171224-e9a5903.tar.bz2

@ -1 +1 @@
4fcea0ce575c7955486bc4ae3867f62c x264-0.148-20170521-aaa9aa8.tar.bz2
78e70a1a5d60d4f8562c49e9b8c7a07c x264-0.152-20171224-e9a5903.tar.bz2

@ -1,7 +1,7 @@
# globals for x264-0.148-20170521-aaa9aa8.tar.bz2
%global api 148
%global gitdate 20170521
%global gitversion aaa9aa8
# globals for x264-0.152-20171224-e9a5903.tar.bz2
%global api 152
%global gitdate 20171224
%global gitversion e9a5903
%global snapshot %{gitdate}-%{gitversion}
%global gver .%{gitdate}git%{gitversion}
@ -30,8 +30,8 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
Release: 22%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
Version: 0.152
Release: 1%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@ -51,7 +51,7 @@ Patch10: x264-gpac.patch
BuildRequires: execstack
%endif
%ifarch %{asmarch} %{simdarch}
BuildRequires: yasm >= 1.0.0
BuildRequires: nasm
%endif
# we need to enforce the exact EVR for an ISA - not only the same ABI
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@ -201,6 +201,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
* Sat Dec 30 2017 Sérgio Basto <sergio@serjux.com> - 0.152-1
- Update x264 to 0.152 and switch asm compiler from yasm to nasm
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.148-22.20170521gitaaa9aa8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

Loading…
Cancel
Save