Skip to content

Commit de619d9

Browse files
committed
wpewebkit: Update to version 2.48.6
The main changes are fixups and disabling of the MediaSession API on Android, which would need plumbing using platform libraries to be useful. This also drops the last remaining downstream patch, now that there is Igalia/wpe-android#210 that fixes the actual bug.
1 parent 856d5c0 commit de619d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/wpewebkit-core.package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class Package(package.Package):
44
name = 'wpewebkit-core'
5-
version = '2.48.5'
5+
version = '2.48.6'
66
shortdesc = 'Web Platform for Embedded'
77
longdesc = 'WPE WebKit allows embedders to create simple and performant \
88
systems based on Web platform technologies. It is a WebKit port designed \

packages/wpewebkit.package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SDKPackage(package.SDKPackage):
44
name = 'wpewebkit'
5-
version = '2.48.5'
5+
version = '2.48.6'
66
shortdesc = 'Web Platform for Embedded'
77
longdesc = 'WPE WebKit allows embedders to create simple and performant \
88
systems based on Web platform technologies. It is a WebKit port designed \

recipes/wpewebkit.recipe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
class Recipe(recipe.Recipe):
44
name = 'wpewebkit'
5-
version = '2.48.5'
5+
version = '2.48.6'
66
stype = SourceType.TARBALL
77
btype = BuildType.CMAKE
88
url = 'https://wpewebkit.org/releases/wpewebkit-{0}.tar.xz'.format(version)
9-
tarball_checksum = '01f36010705adb14404c56baf033147f7927cc7c6badec81bb141266fcdd8d0b'
9+
tarball_checksum = 'e29b76002c5fb9c9883586dddfa9957da1782b01af66decb10669e6f2b2142aa'
1010
deps = [
1111
'icu',
1212
'cairo',

0 commit comments

Comments
 (0)