|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
# globals for x264-0.148-20160924-86b7198.tar.bz2
|
|
|
|
|
# globals for x264-0.148-20161201-4d5c8b0.tar.bz2
|
|
|
|
|
%global api 148
|
|
|
|
|
%global gitdate 20160924
|
|
|
|
|
%global gitversion 86b7198
|
|
|
|
|
%global gitdate 20161201
|
|
|
|
|
%global gitversion 4d5c8b0
|
|
|
|
|
|
|
|
|
|
%global snapshot %{gitdate}-%{gitversion}
|
|
|
|
|
%global gver .%{gitdate}git%{gitversion}
|
|
|
|
|
%global branch stable
|
|
|
|
@ -30,7 +31,7 @@
|
|
|
|
|
Summary: H264/AVC video streams encoder
|
|
|
|
|
Name: x264
|
|
|
|
|
Version: 0.%{api}
|
|
|
|
|
Release: 13%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
|
|
|
|
|
Release: 14%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://www.videolan.org/developers/x264.html
|
|
|
|
|
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
|
|
|
|
@ -200,6 +201,11 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 03 2016 Sérgio Basto <sergio@serjux.com> - 0.148-14.20161201git4d5c8b0
|
|
|
|
|
- Update to x264-0.148-20161201-4d5c8b0 stable branch
|
|
|
|
|
- Improve x264-snapshot.sh to use date from last commit and print the headers to
|
|
|
|
|
include in x264.spec
|
|
|
|
|
|
|
|
|
|
* Sat Nov 05 2016 Sérgio Basto <sergio@serjux.com> - 0.148-13.20160924git86b7198
|
|
|
|
|
- Rebuilt for new ffmpeg
|
|
|
|
|
|
|
|
|
|