x264-0.163-20210613git5db6aa6 soname bump

gpac patch accepted upstream with modifications
el9
Sérgio M. Basto 4 years ago
parent c621b543be
commit 82b1d3f218

1
.gitignore vendored

@ -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

@ -1 +1 @@
SHA512 (x264-0.161-20210412git55d517b.tar.bz2) = 9f5ec5dfaa0334bee50433e0a83801657c67971aa76add2dd0c22225f1fbccfc81700a8659bb5b5389d1fce6f329d6fd3df33782f8ecc221a9739dbb1ed10eed
SHA512 (x264-0.163-20210613git5db6aa6.tar.bz2) = 6707b99df2d7232083b3fe4c24d67b42a53c5a0bc7ee739cdc48e6a6442c720d408514ce34d321bb1bbf82b0372e01a878116846665561e59d648ee8ca545733

@ -1,13 +0,0 @@
--- ./configure.orig 2020-11-22 22:49:29.765327990 +0000
+++ ./configure 2020-11-23 01:07:38.050590012 +0000
@@ -1244,9 +1244,7 @@ fi
if [ "$gpac" = "auto" -a "$lsmash" != "yes" ] ; then
gpac="no"
- GPAC_LIBS="-lgpac_static"
- cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
- cc_check "" -ldl && GPAC_LIBS="$GPAC_LIBS -ldl"
+ GPAC_LIBS="$($PKGCONFIG --static --libs gpac)"
if [ "$SYS" = "WINDOWS" ] ; then
cc_check "" -lws2_32 && GPAC_LIBS="$GPAC_LIBS -lws2_32"
cc_check "" -lwinmm && GPAC_LIBS="$GPAC_LIBS -lwinmm"

@ -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@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@serjux.com> - 0.161-6.20210412git55d517b
- Update to x264-0.161-20210412git55d517b (stable branch)

Loading…
Cancel
Save