Changeset 243060 in webkit


Ignore:
Timestamp:
Mar 18, 2019 4:02:38 AM (5 years ago)
Author:
Adrian Perez de Castro
Message:

[WPE] Bump dependencies to wpe-1.0 and wpebackend-fdo-1.0
https://bugs.webkit.org/show_bug.cgi?id=195786

Reviewed by Philippe Normand.

.:

  • Source/cmake/FindWPE.cmake: Check for the wpe-1.0 pkg-config package.

Source/WebKit:

  • wpe/wpe-web-extension.pc.in: Change dependency to wpe-1.0
  • wpe/wpe-webkit.pc.in: Ditto.

Tools:

  • flatpak/org.webkit.WPEModules.yaml: Use libwpe 1.1.90 and wpebackend-fdo 1.1.91.
  • wpe/jhbuild.modules: Ditto.
Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r242724 r243060  
     12019-03-18  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE] Bump dependencies to wpe-1.0 and wpebackend-fdo-1.0
     4        https://bugs.webkit.org/show_bug.cgi?id=195786
     5
     6        Reviewed by Philippe Normand.
     7
     8        * Source/cmake/FindWPE.cmake: Check for the wpe-1.0 pkg-config package.
     9
    1102019-03-11  Xan Lopez  <xan@igalia.com>
    211
  • trunk/Source/WebKit/ChangeLog

    r243054 r243060  
     12019-03-18  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE] Bump dependencies to wpe-1.0 and wpebackend-fdo-1.0
     4        https://bugs.webkit.org/show_bug.cgi?id=195786
     5
     6        Reviewed by Philippe Normand.
     7
     8        * wpe/wpe-web-extension.pc.in: Change dependency to wpe-1.0
     9        * wpe/wpe-webkit.pc.in: Ditto.
     10
    1112019-03-17  Fujii Hironori  <Hironori.Fujii@sony.com>
    212
  • trunk/Source/WebKit/wpe/wpe-web-extension.pc.in

    r235166 r243060  
    88URL: https://wpewebkit.org
    99Version: @PROJECT_VERSION@
    10 Requires: glib-2.0 libsoup-2.4 wpe-0.2
     10Requires: glib-2.0 libsoup-2.4 wpe-1.0
    1111Libs: -L${libdir} -lWPEWebKit-@WPE_API_VERSION@
    1212Cflags: -I${includedir}/wpe-webkit-@WPE_API_VERSION@
  • trunk/Source/WebKit/wpe/wpe-webkit.pc.in

    r235166 r243060  
    88URL: https://wpewebkit.org
    99Version: @PROJECT_VERSION@
    10 Requires: glib-2.0 libsoup-2.4 wpe-0.2
     10Requires: glib-2.0 libsoup-2.4 wpe-1.0
    1111Libs: -L${libdir} -lWPEWebKit-@WPE_API_VERSION@
    1212Cflags: -I${includedir}/wpe-webkit-@WPE_API_VERSION@
  • trunk/Source/cmake/FindWPE.cmake

    r238913 r243060  
    3030
    3131find_package(PkgConfig)
    32 pkg_check_modules(PC_WPE QUIET wpe-0.2)
     32pkg_check_modules(PC_WPE QUIET wpe-1.0)
    3333
    3434find_path(WPE_INCLUDE_DIRS
     
    3838
    3939find_library(WPE_LIBRARIES
    40     NAMES wpe-0.2 wpe
     40    NAMES wpe-1.0
    4141    HINTS ${PC_WPE_LIBDIR} ${PC_WPE_LIBRARY_DIRS}
    4242)
  • trunk/Tools/ChangeLog

    r243050 r243060  
     12019-03-18  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE] Bump dependencies to wpe-1.0 and wpebackend-fdo-1.0
     4        https://bugs.webkit.org/show_bug.cgi?id=195786
     5
     6        Reviewed by Philippe Normand.
     7
     8        * flatpak/org.webkit.WPEModules.yaml: Use libwpe 1.1.90 and wpebackend-fdo 1.1.91.
     9        * wpe/jhbuild.modules: Ditto.
     10
    1112019-03-16  Aakash Jain  <aakash_jain@apple.com>
    212
  • trunk/Tools/flatpak/org.webkit.WPEModules.yaml

    r242882 r243060  
    33  sources:
    44    - type: archive
    5       url: https://wpewebkit.org/releases/libwpe-1.1.0.tar.xz
    6       sha256: 72e34ad754be11abd1a438cfe195d8d644c52105ab2b1c3b39dec6228bc776ce
     5      url: https://wpewebkit.org/releases/libwpe-1.1.90.tar.xz
     6      sha256: d21dcf83f7e7405e8296c1732d240637d2facdb40e1c9879a1c0f9f222517592
    77- name: wpebackend-fdo
    88  buildsystem: cmake-ninja
    99  sources:
    10     - type: git
    11       url: https://github.com/Igalia/wpebackend-fdo.git
    12       commit: fa227dac7c6a133d62b35d7a6af0332582b64d4d
     10    - type: archive
     11      url: https://wpewebkit.org/releases/wpebackend-fdo-1.1.91.tar.xz
     12      sha256: d20e5688e3e6d9fdf1c3ee083ea14720bf59354aa17f275a003b030e8131315d
  • trunk/Tools/wpe/jhbuild.modules

    r242709 r243060  
    194194
    195195  <cmake id="libwpe">
    196       <branch repo="wpewebkit" module="libwpe-1.1.0.tar.xz" version="1.1.0"
    197               hash="sha256:72e34ad754be11abd1a438cfe195d8d644c52105ab2b1c3b39dec6228bc776ce"/>
     196      <branch repo="wpewebkit" module="libwpe-1.1.90.tar.xz" version="1.1.90"
     197              hash="sha256:d21dcf83f7e7405e8296c1732d240637d2facdb40e1c9879a1c0f9f222517592"/>
    198198  </cmake>
    199199
     
    203203      <dep package="glib"/>
    204204    </dependencies>
    205     <branch repo="github.com" module="Igalia/wpebackend-fdo.git" checkoutdir="wpebackend-fdo"
    206             tag="fa227dac7c6a133d62b35d7a6af0332582b64d4d"/>
     205    <branch repo="wpewebkit" module="wpebackend-fdo-1.1.91.tar.xz" version="1.1.91"
     206            hash="sha256:d20e5688e3e6d9fdf1c3ee083ea14720bf59354aa17f275a003b030e8131315d"/>
    207207  </cmake>
    208208
Note: See TracChangeset for help on using the changeset viewer.