Changeset 228314 in webkit


Ignore:
Timestamp:
Feb 9, 2018 1:12:11 AM (6 years ago)
Author:
Philippe Normand
Message:

[JHBuild] Update Mesa to version 17
https://bugs.webkit.org/show_bug.cgi?id=182599

Reviewed by Carlos Alberto Lopez Perez.

  • gtk/jhbuild.modules: Update Mesa (and its dependencies, hopefully) to version 17.3.3.
Location:
trunk/Tools
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r228309 r228314  
     12018-02-09  Philippe Normand  <pnormand@igalia.com>
     2
     3        [JHBuild] Update Mesa to version 17
     4        https://bugs.webkit.org/show_bug.cgi?id=182599
     5
     6        Reviewed by Carlos Alberto Lopez Perez.
     7
     8        * gtk/jhbuild.modules: Update Mesa (and its dependencies, hopefully) to version 17.3.3.
     9
    1102018-02-08  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Tools/gtk/jhbuild.modules

    r228270 r228314  
    323323      <dep package="pixman"/>
    324324    </dependencies>
    325     <branch module="/releases/individual/xserver/xorg-server-1.19.6.tar.bz2" version="1.16.4"
     325    <branch module="/releases/individual/xserver/xorg-server-${version}.tar.bz2" version="1.19.6"
    326326            repo="xorg"
    327327            hash="sha256:a732502f1db000cf36a376cd0c010ffdbf32ecdd7f1fa08ba7f5bdf9601cc197"
     
    336336             autogenargs="--disable-documentation">
    337337    <pkg-config>wayland-server.pc</pkg-config>
    338     <branch module="releases/wayland-1.12.0.tar.xz"
    339             version="1.12.0"
     338    <branch module="releases/wayland-${version}.tar.xz"
     339            version="1.14.0"
    340340            repo="wayland.freedesktop.org"
    341             hash="sha256:d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1"/>
     341            hash="sha256:ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8"/>
    342342  </autotools>
    343343
    344344  <autotools id="wayland-protocols"
    345345             autogen-sh="configure">
    346     <branch module="releases/wayland-protocols-1.7.tar.xz"
    347             version="1.7"
     346    <branch module="releases/wayland-protocols-${version}.tar.xz"
     347            version="1.12"
    348348            repo="wayland.freedesktop.org"
    349             hash="sha256:635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f"/>
     349            hash="sha256:3b19e8a9e1e19474756a7069db23b90ca9b8ebb438448c6063b4a7fc89b7c8b2"/>
    350350  </autotools>
    351351
     
    362362      <dep package="wayland-protocols"/>
    363363    </dependencies>
    364     <branch module="releases/weston-1.12.0.tar.xz"
    365             version="1.12.0"
     364    <branch module="releases/weston-${version}.tar.xz"
     365            version="3.0.0"
    366366            repo="wayland.freedesktop.org"
    367             hash="sha256:ac7ac2a32e3b9f50131fccded5d2326bd36b2226712d90b61999118a09af5033">
    368       <patch file="weston-libweston-include-weston-egl-ext.h-in-drm-x11-and-wa.patch" strip="1"/>
    369     </branch>
     367            hash="sha256:cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5"/>
    370368  </autotools>
    371369
     
    384382  <autotools id="libdrm" autogen-sh="configure">
    385383    <pkg-config>libdrm.pc</pkg-config>
    386     <branch module="/libdrm/libdrm-2.4.65.tar.bz2" version="2.4.65"
     384    <branch module="/libdrm/libdrm-${version}.tar.bz2" version="2.4.89"
    387385            repo="dri.freedesktop.org"
    388             hash="sha256:71960ac8bde7d710992b1bc8879935e8300a870c36bd06f22412d0447e3d96c4"/>
     386            hash="sha256:629f9782aabbb4809166de5f24d26fe0766055255038f16935602d89f136a02e"/>
    389387  </autotools>
    390388
     
    396394          we assume that the directory is named "Mesa". So, don't change the checkoutdir name even if you update the version.  -->
    397395    <branch checkoutdir="Mesa"
    398             version="11.0.6"
    399             module="/archive/older-versions/11.x/${version}/mesa-${version}.tar.xz"
     396            version="17.3.3"
     397            module="/archive/mesa-${version}.tar.xz"
    400398            repo="mesa.freedesktop.org"
    401             hash="sha256:8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760">
     399            hash="sha256:41bac5de0ef6adc1f41a1ec0f80c19e361298ce02fa81b5f9ba4fdca33a9379b">
    402400    </branch>
    403401    <dependencies>
Note: See TracChangeset for help on using the changeset viewer.