commit f2b96187a355a1801b522d1f5f52b87c79b106bb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Aug 6 22:55:16 2019 +0100
Update GPAC to 0.8.0
.gitignore | 1 +
ffmpeg35_buildfix.patch | 42 ------------------------------------------
fix_typo.patch | 23 -----------------------
gpac.spec | 16 +++++++---------
openssl-1.1.0.patch | 11 -----------
sources | 2 +-
6 files changed, 9 insertions(+), 86 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4fffff..47e12ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ gpac-20141206.tar.xz
gpac-0.6.0.tar.gz
gpac-0.6.1.tar.gz
/gpac-0.7.1.tar.gz
+/gpac-0.8.0.tar.gz
diff --git a/gpac.spec b/gpac.spec
index d746429..8f39de0 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -8,18 +8,11 @@
Name: gpac
Summary: MPEG-4 multimedia framework
-Version: 0.7.1
-Release: 11%{?git:.%{git}git}%{?dist}
+Version: 0.8.0
+Release: 1%{?dist}
License: LGPLv2+
URL:
http://gpac.sourceforge.net/
Source0:
https://github.com/gpac/gpac/archive/v%{version}/gpac-%{version}.tar.gz
-#
https://github.com/openssl/openssl/issues/1543
-# Simply remove the call to SSLeay_add_all_algorithms, the addition is now done
automatically and internally in libssl.
-Patch0: openssl-1.1.0.patch
-# Upstream commit, fix typo
-Patch1:
https://github.com/gpac/gpac/commit/669258a21dcc9827e1496c460af0bff83aa5d...
-# Build fix for ffmpeg-3.5
-Patch2: ffmpeg35_buildfix.patch
#Source9: gpac-snapshot.sh
BuildRequires: ImageMagick
@@ -152,6 +145,8 @@ touch -r Changelog %{buildroot}%{_includedir}/gpac/*.h
touch -r Changelog %{buildroot}%{_includedir}/gpac/internal/*.h
touch -r Changelog %{buildroot}%{_includedir}/gpac/modules/*.h
rm %{buildroot}%{_includedir}/gpac/config.h
+rm %{buildroot}%{_includedir}/win32/*
+rm %{buildroot}%{_includedir}/wince/errno.h
%ldconfig_scriptlets libs
@@ -186,6 +181,9 @@ rm %{buildroot}%{_includedir}/gpac/config.h
%changelog
+* Tue Aug 06 2019 Sérgio Basto <sergio(a)serjux.com> - 0.8.0-1
+- Update GPAC to 0.8.0
+
* Tue Aug 06 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.1-11
- Rebuild for new ffmpeg version
diff --git a/sources b/sources
index b8b37ed..9faf7ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b78b7b5bc022bbdeca193cc80281960 gpac-0.7.1.tar.gz
+06ecb86b4da83e2d38e108f513c2ed8a gpac-0.8.0.tar.gz