Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/ccd770b426250582b71484a2ca8ee75930c109e5
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/ccd770b426250582b71484a2ca8ee75930c109e5
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/ccd770b426250582b71484a2ca8ee75930c109e5

The branch, master has been updated
       via  ccd770b426250582b71484a2ca8ee75930c109e5 (commit)
      from  2925539b494eb8b96fefca1f9663ff0d9a6768dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=ccd770b426250582b71484a2ca8ee75930c109e5
commit ccd770b426250582b71484a2ca8ee75930c109e5
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Update libjpeg-turbo to v1.5.0
    Set ppc-amigaos target to use it

diff --git a/sdk/Makefile b/sdk/Makefile
index 5b21434..c14ba3e 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -29,7 +29,7 @@ VERSION_LIBTRE := 0.8.0
 VERSION_OPENSSL := 1.0.1t
 VERSION_LIBPNG := 1.6.21
 VERSION_LIBJPEG := 8d
-VERSION_LIBJPEG_TURBO := 1.4.2
+VERSION_LIBJPEG_TURBO := 1.5.0
 VERSION_LIBCARES := 1.10.0
 VERSION_LIBCURL := 7.45.0
 VERSION_LIBGNURX := 2.5.1
@@ -118,7 +118,7 @@ ifeq ($(TARGET),m5475-atari-mint)
 endif
 
 ifeq ($(TARGET),ppc-amigaos)
-  SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d 
spidermonkey.d $(COMMON_SDK_ITEMS) libjpeg.d)
+  SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d 
spidermonkey.d $(COMMON_SDK_ITEMS) libjpeg-turbo.d)
   EXTRAARGS_LIBCARES := --disable-shared
   EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random 
--enable-threaded-resolver LIBS=-lpthread
   VERSION_SPIDERMONKEY := 1.7.0


-----------------------------------------------------------------------

Summary of changes:
 sdk/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdk/Makefile b/sdk/Makefile
index 5b21434..c14ba3e 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -29,7 +29,7 @@ VERSION_LIBTRE := 0.8.0
 VERSION_OPENSSL := 1.0.1t
 VERSION_LIBPNG := 1.6.21
 VERSION_LIBJPEG := 8d
-VERSION_LIBJPEG_TURBO := 1.4.2
+VERSION_LIBJPEG_TURBO := 1.5.0
 VERSION_LIBCARES := 1.10.0
 VERSION_LIBCURL := 7.45.0
 VERSION_LIBGNURX := 2.5.1
@@ -118,7 +118,7 @@ ifeq ($(TARGET),m5475-atari-mint)
 endif
 
 ifeq ($(TARGET),ppc-amigaos)
-  SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d 
spidermonkey.d $(COMMON_SDK_ITEMS) libjpeg.d)
+  SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libtre.d libpbl.d 
spidermonkey.d $(COMMON_SDK_ITEMS) libjpeg-turbo.d)
   EXTRAARGS_LIBCARES := --disable-shared
   EXTRAARGS_LIBCURL := --disable-ntlm-wb --without-random 
--enable-threaded-resolver LIBS=-lpthread
   VERSION_SPIDERMONKEY := 1.7.0


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to