From 9c13ec5fa392930e9a1880ad20c11ba47fdc54ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Fri, 28 Jul 2017 18:38:55 +0200 Subject: Replace bundled libjpeg by libjpeg-turbo 1.5.2 Most linux distribution uses libjpeg-turbo as a replacement for libjpeg. Since Qt will be linked against -turbo more frequently than the "original" libjpeg we should use it for the bundled copy, too. Also add an import script. [ChangeLog][Third-Party Code] Replaced bundled libjpeg by libjpeg-turbo 1.5.2 Change-Id: I41081db74f194cbc288820fc783c9fef16545efd Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll Reviewed-by: Eirik Aavitsland --- src/3rdparty/libjpeg/qt_attribution.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'src/3rdparty/libjpeg/qt_attribution.json') diff --git a/src/3rdparty/libjpeg/qt_attribution.json b/src/3rdparty/libjpeg/qt_attribution.json index ee5c094a0f..a1966d43d6 100644 --- a/src/3rdparty/libjpeg/qt_attribution.json +++ b/src/3rdparty/libjpeg/qt_attribution.json @@ -1,13 +1,23 @@ { "Id": "libjpeg", - "Name": "LibJPEG", + "Name": "LibJPEG-turbo", "QDocModule": "qtgui", "QtUsage": "Used in the QJPEG image plugin. Configure with -no-jpeg to avoid.", "Description": "The Independent JPEG Group's JPEG software", - "Homepage": "http://www.ijg.org/", + "Homepage": "http://libjpeg-turbo.virtualgl.org/", + "Version": "1.5.2", "License": "Independent JPEG Group License", "LicenseId": "IJG", "LicenseFile": "LICENSE", - "Copyright": "Copyright (C) 1991-2011, Thomas G. Lane, Guido Vollbeding." + "Copyright": "Copyright (C) 2009-2017 D. R. Commander +Copyright (C) 2011-2016 Siarhei Siamashka +Copyright (C) 2015-2016 Matthieu Darbois +Copyright (C) 2015 Google, Inc. +Copyright (C) 2013-2014 MIPS Technologies, Inc. +Copyright (C) 2013 Linaro Limited +Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies) +Copyright (C) 2009 Pierre Ossman for Cendio AB +Copyright (C) 1999-2006 MIYASAKA Masaru +Copyright (C) 1991-2016 Thomas G. Lane, Guido Vollbeding" } -- cgit v1.2.3