Bug 137520

Summary: [GTK] install-dependencies should install libjpeg-turbo on Debian and derivatives.
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: Tools / TestsAssignee: Carlos Alberto Lopez Perez <clopez>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, commit-queue, mrobinson, pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Carlos Alberto Lopez Perez 2014-10-08 06:38:18 PDT
Revision r154807 <http://trac.webkit.org/r154807> switched the install dependency on Debian and derivatives from libjpeg-turbo to the IJG implementation of libjpeg.

Debian is switching is default libjpeg library to libjpeg-turbo <https://wiki.debian.org/LJTTransition#Text>

Also, install-dependencies installs libjpeg-turbo for other distributions (Fedora/Arch).

The EFL port also installs libjpeg-turbo.

$ grep jpeg Tools/gtk/install-dependencies Tools/efl/install-dependencies
Tools/gtk/install-dependencies:        libjpeg8-dev \
Tools/gtk/install-dependencies:        libjpeg-turbo \
Tools/gtk/install-dependencies:        libjpeg-turbo-devel \
Tools/efl/install-dependencies:        libjpeg-dev \
Comment 1 Carlos Alberto Lopez Perez 2014-10-08 06:52:54 PDT
Created attachment 239471 [details]
Patch
Comment 2 WebKit Commit Bot 2014-10-08 07:45:03 PDT
Comment on attachment 239471 [details]
Patch

Clearing flags on attachment: 239471

Committed r174453: <http://trac.webkit.org/changeset/174453>
Comment 3 WebKit Commit Bot 2014-10-08 07:45:07 PDT
All reviewed patches have been landed.  Closing bug.