Title: [245324] trunk/Tools
Revision
245324
Author
[email protected]
Date
2019-05-15 08:03:23 -0700 (Wed, 15 May 2019)

Log Message

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

Patch by Philippe Normand <[email protected]> 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.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (245323 => 245324)


--- trunk/Tools/ChangeLog	2019-05-15 15:00:09 UTC (rev 245323)
+++ trunk/Tools/ChangeLog	2019-05-15 15:03:23 UTC (rev 245324)
@@ -1,3 +1,13 @@
+2019-05-15  Philippe Normand  <[email protected]>
+
+        [GTK][jhbuild] misc cleanups and bumps
+        https://bugs.webkit.org/show_bug.cgi?id=197913
+
+        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.
+
 2019-05-15  Chris Dumez  <[email protected]>
 
         Flaky API Test: TestWebKitAPI.ProcessSwap.NumberOfCachedProcesses

Modified: trunk/Tools/gstreamer/jhbuild.modules (245323 => 245324)


--- trunk/Tools/gstreamer/jhbuild.modules	2019-05-15 15:00:09 UTC (rev 245323)
+++ trunk/Tools/gstreamer/jhbuild.modules	2019-05-15 15:03:23 UTC (rev 245324)
@@ -111,10 +111,10 @@
     </dependencies>
   </meson>
 
-  <autotools id="libva" autogenargs="--enable-va-messaging=no">
-    <branch module="intel/libva/releases/download/${version}/libva-${version}.tar.bz2" version="2.4.0"
-            hash="sha256:99263056c21593a26f2ece812aee6fe60142b49e6cd46cb33c8dddf18fc19391"
+  <meson id="libva" mesonargs="-Denable_va_messaging=false">
+    <branch module="intel/libva/archive/${version}.tar.gz" version="2.4.1"
+            hash="sha256:68ca8d071dcb84ac82e3c6d7f02a55937d9f690fcb215853f4aa1de8d459812f"
            checkoutdir="libva-${version}" repo="github-tarball"/>
-  </autotools>
+  </meson>
 
 </moduleset>

Modified: trunk/Tools/gtk/jhbuild.modules (245323 => 245324)


--- trunk/Tools/gtk/jhbuild.modules	2019-05-15 15:00:09 UTC (rev 245323)
+++ trunk/Tools/gtk/jhbuild.modules	2019-05-15 15:03:23 UTC (rev 245324)
@@ -83,7 +83,7 @@
       href=""
 
   <cmake id="brotli">
-    <branch repo="github.com" module="google/brotli.git" checkoutdir="brotli" tag="v1.0.1"/>
+    <branch repo="github.com" module="google/brotli.git" checkoutdir="brotli" tag="v1.0.5"/>
   </cmake>
 
   <cmake id="woff2">
@@ -149,9 +149,9 @@
       <dep package="freetype6"/>
       <dep package="fontconfig"/>
     </dependencies>
-    <branch module="software/harfbuzz/release/harfbuzz-2.2.0.tar.bz2"
+    <branch module="software/harfbuzz/release/harfbuzz-${version}.tar.bz2"
             version="2.2.0"
-            checkoutdir="harfbuzz-2.2.0"
+            checkoutdir="harfbuzz-${version}"
             repo="freedesktop.org"
             hash="sha256:b7ccfcbd56b970a709e8b9ea9fb46c922c606c2feef8f086fb6a8492e530f810"/>
   </autotools>
@@ -334,17 +334,17 @@
              autogenargs="--disable-documentation">
     <pkg-config>wayland-server.pc</pkg-config>
     <branch module="releases/wayland-${version}.tar.xz"
-            version="1.14.0"
+            version="1.16.0"
             repo="wayland.freedesktop.org"
-            hash="sha256:ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8"/>
+            hash="sha256:4e72c2b56109ccfb6610d776e465f4ca0af2280c9c2f7d5cc23f0ed2548752f5"/>
   </autotools>
 
   <autotools id="wayland-protocols"
              autogen-sh="configure">
     <branch module="releases/wayland-protocols-${version}.tar.xz"
-            version="1.12"
+            version="1.16"
 	    repo="wayland.freedesktop.org"
-	    hash="sha256:3b19e8a9e1e19474756a7069db23b90ca9b8ebb438448c6063b4a7fc89b7c8b2"/>
+	    hash="sha256:6b1485951fdcd36a960c870c46f28b03a3e5121fb46246916333ed07f78c98c5"/>
   </autotools>
 
   <autotools id="weston"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to