commit 82b1d3f218c8f319adb03a2b02fe5e6bec6173a4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 10 18:34:03 2021 +0100
x264-0.163-20210613git5db6aa6 soname bump
gpac patch accepted upstream with modifications
.gitignore | 1 +
sources | 2 +-
x264-gpac.patch | 13 -------------
x264.spec | 16 +++++++++-------
4 files changed, 11 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44cdbf7..df632f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ x264-0.148-20160118-5c65704.tar.bz2
/x264-0.161-20200912gitd198931.tar.bz2
/x264-0.161-20210124git544c61f.tar.bz2
/x264-0.161-20210412git55d517b.tar.bz2
+/x264-0.163-20210613git5db6aa6.tar.bz2
diff --git a/sources b/sources
index 16d1c0a..7c2a0ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (x264-0.161-20210412git55d517b.tar.bz2) =
9f5ec5dfaa0334bee50433e0a83801657c67971aa76add2dd0c22225f1fbccfc81700a8659bb5b5389d1fce6f329d6fd3df33782f8ecc221a9739dbb1ed10eed
+SHA512 (x264-0.163-20210613git5db6aa6.tar.bz2) =
6707b99df2d7232083b3fe4c24d67b42a53c5a0bc7ee739cdc48e6a6442c720d408514ce34d321bb1bbf82b0372e01a878116846665561e59d648ee8ca545733
diff --git a/x264.spec b/x264.spec
index 4940306..61f5d05 100644
--- a/x264.spec
+++ b/x264.spec
@@ -1,7 +1,7 @@
-# globals for x264-0.161-20210412git55d517b.tar.bz2
-%global api 161
-%global gitdate 20210412
-%global gitversion 55d517b
+# globals for x264-0.163-20210613git5db6aa6.tar.bz2
+%global api 163
+%global gitdate 20210613
+%global gitversion 5db6aa6
%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: 6%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 1%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL:
https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -43,7 +43,6 @@ Source1: x264-snapshot.sh
Patch0: x264-nover.patch
# add 10b suffix to high bit depth build
Patch1: x264-10b.patch
-Patch10: x264-gpac.patch
Patch11: x264-opencl.patch
BuildRequires: gcc
@@ -106,7 +105,6 @@ This package contains the development files.
pushd %{name}-0.%{api}-%{snapshot}
%patch0 -p1 -b .nover
%patch1 -p1 -b .10b
-%patch10 -p1 -b .gpac
%patch11 -p1 -b .opencl
popd
@@ -177,6 +175,10 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Mon Jun 14 2021 Sérgio Basto <sergio(a)serjux.com> - 0.163-1.20210613git5db6aa6
+- x264-0.163-20210613git5db6aa6 soname bump
+- gpac patch accepted upstream with modifications
+
* Tue Apr 13 2021 Sérgio Basto <sergio(a)serjux.com> - 0.161-6.20210412git55d517b
- Update to x264-0.161-20210412git55d517b (stable branch)