0.157 update, date 2019-07-17 (stable branch)

el8
Sérgio M. Basto 6 years ago
parent 448f5b4fba
commit ccfb34ccf7

1
.gitignore vendored

@ -9,3 +9,4 @@ x264-0.148-20160118-5c65704.tar.bz2
/x264-0.152-20171224-e9a5903.tar.bz2
/x264-0.155-20180806-0a84d98.tar.bz2
/x264-0.157-20190303-72db437.tar.bz2
/x264-0.157-20190717-34c06d1.tar.bz2

@ -1 +1 @@
fc5fb1afb4a87a0e65ad966e1d8ea28d x264-0.157-20190303-72db437.tar.bz2
95f0dcc097601cfd0f86c8e007022b2e x264-0.157-20190717-34c06d1.tar.bz2

@ -17,7 +17,8 @@ branch=stable
commit=HEAD
pushd "$tmp"
git clone git://git.videolan.org/${package}.git -b ${branch}
git clone https://code.videolan.org/videolan/x264.git -b ${branch}
cd ${package}
tag=$(git rev-list HEAD -n 1 | cut -c 1-7)
git checkout ${commit}

@ -1,7 +1,7 @@
# globals for x264-0.157-20190303-72db437.tar.bz2
# globals for x264-0.157-20190717-34c06d1.tar.bz2
%global api 157
%global gitdate 20190303
%global gitversion 72db437
%global gitdate 20190717
%global gitversion 34c06d1
%global snapshot %{gitdate}-%{gitversion}
%global gver .%{gitdate}git%{gitversion}
@ -34,7 +34,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
Release: 8%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@ -210,6 +210,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
* Wed Jul 17 2019 Sérgio Basto <sergio@serjux.com> - 0.157-9.20190717git34c06d1
- 0.157 update, date 2019-07-17 (stable branch)
* Tue May 07 2019 Sérgio Basto <sergio@serjux.com> - 0.157-8.20190303git72db437
- Revert "Build /usr/bin/x264 with gpac shared lib instead static lib."

Loading…
Cancel
Save