Update to 0.161-20210124git544c61f (stable branch)

el9
Sérgio M. Basto 4 years ago
parent 24b2e4df1e
commit f2d725716a

1
.gitignore vendored

@ -14,3 +14,4 @@ x264-0.148-20160118-5c65704.tar.bz2
/x264-0.159-20200409git296494a.tar.bz2
/x264-0.160-20200702gitcde9a93.tar.bz2
/x264-0.161-20200912gitd198931.tar.bz2
/x264-0.161-20210124git544c61f.tar.bz2

@ -1 +1 @@
SHA512 (x264-0.161-20200912gitd198931.tar.bz2) = 0f877f156ba383e69a1411815fe9963bf392c16d2285501d21f707394056652deab95eea3ce80a11d8c0b182e96931e8fe431bbfd8c1eaeb4f8617c0694f4d84
SHA512 (x264-0.161-20210124git544c61f.tar.bz2) = b88b927fe60a8d90b74736abfa8e6b2d6db093ff9423a40c80b04d0298f46dd5512fe714efca3547055d1cd0232ff8bddaac3f6e58d36745d2bf447b4b28d1b5

@ -1,7 +1,7 @@
# globals for x264-0.161-20200912gitd198931.tar.bz2
# globals for x264-0.161-20210124git544c61f.tar.bz2
%global api 161
%global gitdate 20200912
%global gitversion d198931
%global gitdate 20210124
%global gitversion 544c61f
%global snapshot %{gitdate}git%{gitversion}
%global gver .%{gitdate}git%{gitversion}
@ -33,7 +33,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
Release: 3%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
Release: 4%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@ -177,6 +177,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Sun Jan 24 2021 Sérgio Basto <sergio@serjux.com> - 0.161-4.20210124git544c61f
- Update to 0.161-20210124git544c61f (stable branch)
* Tue Jan 19 2021 Dominik Mierzejewski <rpm@greysector.net> - 0.161-3.20200912gitd198931
- Drop non-asm build for i686 and ppc64 (rfbz#5855)
- Use set_build_flags instead of configure macro for non-autotools script (rfbz#5854)

Loading…
Cancel
Save