From: Reinhard Tartler Date: Sat, 4 Mar 2023 17:34:39 +0000 (-0500) Subject: refresh patches X-Git-Tag: archive/raspbian/2.0.0+dfsg1-4+rpi1^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=36fe0d057f5fe91ace5b198fed95e0aa5a1f6ef9;p=gpac.git refresh patches --- diff --git a/debian/patches/dont-err-build-on-uknown-system.patch b/debian/patches/dont-err-build-on-uknown-system.patch index bf66a6f..219d51d 100644 --- a/debian/patches/dont-err-build-on-uknown-system.patch +++ b/debian/patches/dont-err-build-on-uknown-system.patch @@ -1,9 +1,11 @@ Description: Don't fail build intentionally on unknown systems Author: Balint Reczey ---- a/include/gpac/configuration.h -+++ b/include/gpac/configuration.h -@@ -188,8 +188,8 @@ +Index: gpac/include/gpac/configuration.h +=================================================================== +--- gpac.orig/include/gpac/configuration.h ++++ gpac/include/gpac/configuration.h +@@ -196,8 +196,8 @@ This section documents the base data typ #define GPAC_HAS_JPEG #define GPAC_HAS_PNG diff --git a/debian/patches/gcc-optflags.patch b/debian/patches/gcc-optflags.patch index 9900a01..9167b92 100644 --- a/debian/patches/gcc-optflags.patch +++ b/debian/patches/gcc-optflags.patch @@ -5,9 +5,11 @@ Forwarded: not-needed configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---- a/configure -+++ b/configure -@@ -365,7 +365,7 @@ +Index: gpac/configure +=================================================================== +--- gpac.orig/configure ++++ gpac/configure +@@ -378,7 +378,7 @@ for opt do ;; --cpu=*) cpu=`echo $opt | cut -d '=' -f 2` ;; @@ -16,7 +18,7 @@ Forwarded: not-needed ;; --disable-opt) no_gcc_opt="yes" ;; -@@ -708,7 +708,7 @@ +@@ -743,7 +743,7 @@ fi #GCC opt if test "$no_gcc_opt" = "no"; then