Changeset 245324 in webkit


Ignore:
Timestamp:
May 15, 2019 8:03:23 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][jhbuild] misc cleanups and bumps
https://bugs.webkit.org/show_bug.cgi?id=197913

Patch by Philippe Normand <pnormand@igalia.com> on 2019-05-15
Reviewed by Xabier Rodriguez-Calvar.

  • gstreamer/jhbuild.modules: Bump to libva 2.4.1 and switch to Meson.
  • gtk/jhbuild.modules: Bump to Brotli 1.0.5 and Wayland 1.16.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r245323 r245324  
     12019-05-15  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK][jhbuild] misc cleanups and bumps
     4        https://bugs.webkit.org/show_bug.cgi?id=197913
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        * gstreamer/jhbuild.modules: Bump to libva 2.4.1 and switch to Meson.
     9        * gtk/jhbuild.modules: Bump to Brotli 1.0.5 and Wayland 1.16.
     10
    1112019-05-15  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Tools/gstreamer/jhbuild.modules

    r244585 r245324  
    112112  </meson>
    113113
    114   <autotools id="libva" autogenargs="--enable-va-messaging=no">
    115     <branch module="intel/libva/releases/download/${version}/libva-${version}.tar.bz2" version="2.4.0"
    116             hash="sha256:99263056c21593a26f2ece812aee6fe60142b49e6cd46cb33c8dddf18fc19391"
     114  <meson id="libva" mesonargs="-Denable_va_messaging=false">
     115    <branch module="intel/libva/archive/${version}.tar.gz" version="2.4.1"
     116            hash="sha256:68ca8d071dcb84ac82e3c6d7f02a55937d9f690fcb215853f4aa1de8d459812f"
    117117           checkoutdir="libva-${version}" repo="github-tarball"/>
    118   </autotools>
     118  </meson>
    119119
    120120</moduleset>
  • trunk/Tools/gtk/jhbuild.modules

    r244585 r245324  
    8484
    8585  <cmake id="brotli">
    86     <branch repo="github.com" module="google/brotli.git" checkoutdir="brotli" tag="v1.0.1"/>
     86    <branch repo="github.com" module="google/brotli.git" checkoutdir="brotli" tag="v1.0.5"/>
    8787  </cmake>
    8888
     
    150150      <dep package="fontconfig"/>
    151151    </dependencies>
    152     <branch module="software/harfbuzz/release/harfbuzz-2.2.0.tar.bz2"
     152    <branch module="software/harfbuzz/release/harfbuzz-${version}.tar.bz2"
    153153            version="2.2.0"
    154             checkoutdir="harfbuzz-2.2.0"
     154            checkoutdir="harfbuzz-${version}"
    155155            repo="freedesktop.org"
    156156            hash="sha256:b7ccfcbd56b970a709e8b9ea9fb46c922c606c2feef8f086fb6a8492e530f810"/>
     
    335335    <pkg-config>wayland-server.pc</pkg-config>
    336336    <branch module="releases/wayland-${version}.tar.xz"
    337             version="1.14.0"
     337            version="1.16.0"
    338338            repo="wayland.freedesktop.org"
    339             hash="sha256:ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8"/>
     339            hash="sha256:4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5"/>
    340340  </autotools>
    341341
     
    343343             autogen-sh="configure">
    344344    <branch module="releases/wayland-protocols-${version}.tar.xz"
    345             version="1.12"
     345            version="1.16"
    346346            repo="wayland.freedesktop.org"
    347             hash="sha256:3b19e8a9e1e19474756a7069db23b90ca9b8ebb438448c6063b4a7fc89b7c8b2"/>
     347            hash="sha256:6b1485951fdcd36a960c870c46f28b03a3e5121fb46246916333ed07f78c98c5"/>
    348348  </autotools>
    349349
Note: See TracChangeset for help on using the changeset viewer.