Changeset 245515 in webkit


Ignore:
Timestamp:
May 20, 2019 7:49:46 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Ludovico de Nittis <ludovico.denittis@collabora.com> 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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r245514 r245515  
     12019-05-20  Ludovico de Nittis  <ludovico.denittis@collabora.com>
     2
     3        [Flatpak][Qt] Meson: Unknown type feature for gstreamer
     4        https://bugs.webkit.org/show_bug.cgi?id=197408
     5
     6        Reviewed by Philippe Normand.
     7
     8        This is a regression that has been introduced when
     9        GStreamer was updated to version 1.16.0
     10        https://bugs.webkit.org/show_bug.cgi?id=197157
     11
     12        Now GStreamer requires meson >= 0.47.0
     13        Updating the Kde runtime to version 5.12 we fulfill
     14        this requirement.
     15
     16        * flatpak/org.webkit.WPEQT.yaml:
     17
    1182019-05-20  Carlos Garcia Campos  <cgarcia@igalia.com>
    219
  • trunk/Tools/flatpak/org.webkit.WPEQT.yaml

    r240141 r245515  
    11app-id: org.webkit.WPEQT
    22runtime: org.kde.Platform
    3 runtime-version: "5.11"
     3runtime-version: "5.12"
    44# Control the exact version of the Sdk/Runtime that is being used.
    5 sdk-hash: dd9e5d3b3134c24fc191226f058fc78c6bdf1c25fd7be38bea977fcb15307e95
    6 runtime-hash: 02ede84d3591a5ea8028204d86059bffaccb778159ec53c859bbc60d9e7025e8
     5sdk-hash: d6efa24e27c1c878ad4fde76b73c96a11be32b598ae87aefbe339ee4bb19a8be
     6runtime-hash: 101871e091000616ad2b635e06c414eb0e1c4e1c34292a205c5239935ee5ea44
    77sdk: org.kde.Sdk
    88command: %(COMMAND)s
Note: See TracChangeset for help on using the changeset viewer.