[Webkit-unassigned] [Bug 137520] New: [GTK] install-dependencies should install libjpeg-turbo on Debian and derivatives.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 8 06:38:22 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137520

           Summary: [GTK] install-dependencies should install
                    libjpeg-turbo on Debian and derivatives.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: clopez at igalia.com
                CC: pnormand at igalia.com, berto at igalia.com


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 \

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list