Title: [245515] trunk/Tools
Revision
245515
Author
[email protected]
Date
2019-05-20 07:49:46 -0700 (Mon, 20 May 2019)

Log Message

[Flatpak][Qt] Meson: Unknown type feature for gstreamer
https://bugs.webkit.org/show_bug.cgi?id=197408

Patch by Ludovico de Nittis <[email protected]> on 2019-05-20
Reviewed by Philippe Normand.

This is a regression that has been introduced when
GStreamer was updated to version 1.16.0
https://bugs.webkit.org/show_bug.cgi?id=197157

Now GStreamer requires meson >= 0.47.0
Updating the Kde runtime to version 5.12 we fulfill
this requirement.

* flatpak/org.webkit.WPEQT.yaml:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (245514 => 245515)


--- trunk/Tools/ChangeLog	2019-05-20 13:48:04 UTC (rev 245514)
+++ trunk/Tools/ChangeLog	2019-05-20 14:49:46 UTC (rev 245515)
@@ -1,3 +1,20 @@
+2019-05-20  Ludovico de Nittis  <[email protected]>
+
+        [Flatpak][Qt] Meson: Unknown type feature for gstreamer
+        https://bugs.webkit.org/show_bug.cgi?id=197408
+
+        Reviewed by Philippe Normand.
+
+        This is a regression that has been introduced when
+        GStreamer was updated to version 1.16.0
+        https://bugs.webkit.org/show_bug.cgi?id=197157
+
+        Now GStreamer requires meson >= 0.47.0
+        Updating the Kde runtime to version 5.12 we fulfill
+        this requirement.
+
+        * flatpak/org.webkit.WPEQT.yaml:
+
 2019-05-20  Carlos Garcia Campos  <[email protected]>
 
         [GLIB] Crash when instantiating a js object registered with jsc_context_register_class on window object cleared

Modified: trunk/Tools/flatpak/org.webkit.WPEQT.yaml (245514 => 245515)


--- trunk/Tools/flatpak/org.webkit.WPEQT.yaml	2019-05-20 13:48:04 UTC (rev 245514)
+++ trunk/Tools/flatpak/org.webkit.WPEQT.yaml	2019-05-20 14:49:46 UTC (rev 245515)
@@ -1,9 +1,9 @@
 app-id: org.webkit.WPEQT
 runtime: org.kde.Platform
-runtime-version: "5.11"
+runtime-version: "5.12"
 # Control the exact version of the Sdk/Runtime that is being used.
-sdk-hash: dd9e5d3b3134c24fc191226f058fc78c6bdf1c25fd7be38bea977fcb15307e95
-runtime-hash: 02ede84d3591a5ea8028204d86059bffaccb778159ec53c859bbc60d9e7025e8
+sdk-hash: d6efa24e27c1c878ad4fde76b73c96a11be32b598ae87aefbe339ee4bb19a8be
+runtime-hash: 101871e091000616ad2b635e06c414eb0e1c4e1c34292a205c5239935ee5ea44
 sdk: org.kde.Sdk
 command: %(COMMAND)s
 finish-args:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to