Update to last stable version upstream.

el8
Sérgio M. Basto 9 years ago
parent fcab7aff5c
commit e28dc25afc

1
.gitignore vendored

@ -1,2 +1,3 @@
x264-0.144-20150225-c8a773e.tar.bz2 x264-0.144-20150225-c8a773e.tar.bz2
x264-0.148-20160118-5c65704.tar.bz2 x264-0.148-20160118-5c65704.tar.bz2
/x264-0.148-20160614-a5e06b9.tar.bz2

@ -1 +1 @@
0cd396fbcce6c5102fe06d7b29fd97dd x264-0.148-20160412-fd2c324.tar.bz2 504515ba14fed322ad89cf39f05e78ee x264-0.148-20160614-a5e06b9.tar.bz2

@ -1,7 +1,7 @@
# globals for x264-0.148-20160412-fd2c324.tar.bz2 # globals for x264-0.148-20160614-a5e06b9.tar.bz2
%global api 148 %global api 148
%global gitdate 20160412 %global gitdate 20160614
%global gitversion fd2c324 %global gitversion a5e06b9
%global snapshot %{gitdate}-%{gitversion} %global snapshot %{gitdate}-%{gitversion}
%global gver .%{gitdate}git%{gitversion} %global gver .%{gitdate}git%{gitversion}
%global branch stable %global branch stable
@ -19,11 +19,10 @@
%global _without_asm 1 %global _without_asm 1
%endif %endif
Summary: H264/AVC video streams encoder Summary: H264/AVC video streams encoder
Name: x264 Name: x264
Version: 0.%{api} Version: 0.%{api}
Release: 6%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} Release: 7%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://developers.videolan.org/x264.html URL: http://developers.videolan.org/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2 Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@ -173,6 +172,9 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_incl
%{_libdir}/libx26410b.so %{_libdir}/libx26410b.so
%changelog %changelog
* Tue Jun 21 2016 Sérgio Basto <sergio@serjux.com> - 0.148-7.20160614gita5e06b9
- Update to last stable version upstream.
* Tue Apr 19 2016 Sérgio Basto <sergio@serjux.com> - 0.148-6.20160412gitfd2c324 * Tue Apr 19 2016 Sérgio Basto <sergio@serjux.com> - 0.148-6.20160412gitfd2c324
- Update x264 to 0.148-20160412-fd2c324 - Update x264 to 0.148-20160412-fd2c324

Loading…
Cancel
Save