diff options
author | Ewout ter Hoeven <[email protected]> | 2019-02-11 17:02:00 +0100 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-02-11 12:36:24 -0500 |
commit | b7cdf6a9493dad3790f2fae29e1cf99d07745a98 (patch) | |
tree | e1e02b98bff3d19c0051d6e77ee1bf3dbbe932f2 /contrib/libogg | |
parent | 8f5cc052a3f11ba30ca59ec4e3e6a7ce4ed88dd2 (diff) |
contrib: Update to libogg 1.3.3.
Diffstat (limited to 'contrib/libogg')
-rw-r--r-- | contrib/libogg/P00-darwin-O4.patch | 13 | ||||
-rw-r--r-- | contrib/libogg/P01-darwin-automake-1.10.patch | 11 | ||||
-rw-r--r-- | contrib/libogg/module.defs | 6 |
3 files changed, 3 insertions, 27 deletions
diff --git a/contrib/libogg/P00-darwin-O4.patch b/contrib/libogg/P00-darwin-O4.patch deleted file mode 100644 index 3b218d2b2..000000000 --- a/contrib/libogg/P00-darwin-O4.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- libogg-1.3.0.orig/configure.in 2011-08-04 10:11:08.000000000 -0700 -+++ libogg-1.3.0/configure.in 2011-10-19 14:31:35.370790124 -0700 -@@ -56,8 +56,8 @@ - ;; - *-*-darwin*) - DEBUG="-fno-common -g -Wall -fsigned-char" -- CFLAGS="-fno-common -O4 -Wall -fsigned-char -ffast-math" -- PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" -+ CFLAGS="-fno-common -O3 -Wall -fsigned-char -ffast-math" -+ PROFILE="-fno-common -O3 -Wall -pg -g -fsigned-char -ffast-math" - ;; - *) - DEBUG="-g -Wall -fsigned-char" diff --git a/contrib/libogg/P01-darwin-automake-1.10.patch b/contrib/libogg/P01-darwin-automake-1.10.patch deleted file mode 100644 index 6d8f0ba1f..000000000 --- a/contrib/libogg/P01-darwin-automake-1.10.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libogg-1.3.0.orig/Makefile.am 2011-08-04 10:37:15.000000000 -0700 -+++ libogg-1.3.0/Makefile.am 2011-10-19 14:31:58.203289946 -0700 -@@ -2,7 +2,7 @@ - - - #AUTOMAKE_OPTIONS = foreign 1.6 dist-zip --AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz -+AUTOMAKE_OPTIONS = foreign 1.10 dist-zip - - SUBDIRS = src include doc - diff --git a/contrib/libogg/module.defs b/contrib/libogg/module.defs index b67dd8fb3..3b89c509b 100644 --- a/contrib/libogg/module.defs +++ b/contrib/libogg/module.defs @@ -1,9 +1,9 @@ $(eval $(call import.MODULE.defs,LIBOGG,libogg)) $(eval $(call import.CONTRIB.defs,LIBOGG)) -LIBOGG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libogg-1.3.2.tar.gz -LIBOGG.FETCH.url += https://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.gz -LIBOGG.FETCH.sha256 = e19ee34711d7af328cb26287f4137e70630e7261b17cbe3cd41011d73a654692 +LIBOGG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libogg-1.3.3.tar.gz +LIBOGG.FETCH.url += https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.3.tar.gz +LIBOGG.FETCH.sha256 = c2e8a485110b97550f453226ec644ebac6cb29d1caef2902c007edab4308d985 LIBOGG.CONFIGURE.extra = --disable-sdl |