package/cog: bump to version 0.4.0
authorAdrian Perez de Castro <aperez@igalia.com>
Fri, 20 Sep 2019 21:38:26 +0000 (00:38 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Sep 2019 21:30:18 +0000 (23:30 +0200)
This is a new major release, to be used along with WPE WebKit 2.26.0
as per the compatibility matrix:

  https://wpewebkit.org/release/schedule/#compatible-components

The release includes experimental support for DRM/KMS output, which is
explicitly disabled at the moment. The complete release notes are
available at:

  https://wpewebkit.org/release/cog-0.4.0.html

Starting with the 0.4.x series, Cog is available directly from the
main WPE WebKit site, and this COG_SITE is changd accordingly.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/cog/cog.hash
package/cog/cog.mk

index 18b53e4ee40813364ec58f28ed927f1db5c37023..2e37928fc6b562e3b8bed6874ca143a80a77914c 100644 (file)
@@ -1,7 +1,7 @@
-# From https://github.com/Igalia/cog/releases/tag/v0.3.1
-md5 65bb078aad576b8402f973234e86cc82 cog-0.3.1.tar.xz
-sha1 d73b060618f342accb12db71a7578940c2243d4c cog-0.3.1.tar.xz
-sha256 ca7eae333cc02b947ec3d657a2090f01a9b08f9fabb855a585472edafbd9e7eb cog-0.3.1.tar.xz
+# From https://wpewebkit.org/releases/cog-0.4.0.tar.xz.sums
+md5 75a0838ee6c81bb8df1b254f525440a6 cog-0.4.0.tar.xz
+sha1 284d2a641e6269b296057918602c8c94eb831527 cog-0.4.0.tar.xz
+sha256 e9c13a51232434b7340a419b1e6f59c40c582cd80c8e60bd9ec7de16c904fc03 cog-0.4.0.tar.xz
 
 # Hashes for license files:
 sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252  COPYING
index 615d6664dfab669c5ee34df6528c46f93f154592..d0e5b79c38bb5019876ca1a909667d9059bbe313 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-COG_VERSION = 0.3.1
-COG_SITE = https://github.com/Igalia/cog/releases/download/v$(COG_VERSION)
+COG_VERSION = 0.4.0
+COG_SITE = https://wpewebkit.org/releases
 COG_SOURCE = cog-$(COG_VERSION).tar.xz
 COG_INSTALL_STAGING = YES
 COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo
@@ -14,6 +14,7 @@ COG_LICENSE_FILES = COPYING
 COG_CONF_OPTS = \
        -DCOG_BUILD_PROGRAMS=ON \
        -DCOG_PLATFORM_FDO=ON \
+       -DCOG_PLATFORM_DRM=OFF \
        -DCOG_HOME_URI='$(call qstrip,$(BR2_PACKAGE_COG_PROGRAMS_HOME_URI))'
 
 $(eval $(cmake-package))