mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/4] wpewebkit: version bump 2.30.5 -> 2.30.6
@ 2021-03-29  9:00 Marco Felsch
  2021-03-29  9:00 ` [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.1 -> 1.8.2 Marco Felsch
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Marco Felsch @ 2021-03-29  9:00 UTC (permalink / raw)
  To: ptxdist

The upstream release notes are:

8<--------------------------------------------------------------
- Update User-Agent quirks again for Google Docs and Google Drive.
- Fix several crashes and rendering issues.
8<--------------------------------------------------------------

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 rules/wpewebkit.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make
index a61bce6e8..9e41e3222 100644
--- a/rules/wpewebkit.make
+++ b/rules/wpewebkit.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WPEWEBKIT) += wpewebkit
 #
 # Paths and names
 #
-WPEWEBKIT_VERSION	:= 2.30.5
-WPEWEBKIT_MD5		:= 63a9a7b7f29862ec827a730ba6542e80
+WPEWEBKIT_VERSION	:= 2.30.6
+WPEWEBKIT_MD5		:= e35b31932ad3da6c06736d8f2d347072
 WPEWEBKIT		:= wpewebkit-$(WPEWEBKIT_VERSION)
 WPEWEBKIT_SUFFIX	:= tar.xz
 WPEWEBKIT_URL		:= https://wpewebkit.org/releases/$(WPEWEBKIT).$(WPEWEBKIT_SUFFIX)
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.1 -> 1.8.2
  2021-03-29  9:00 [ptxdist] [PATCH 1/4] wpewebkit: version bump 2.30.5 -> 2.30.6 Marco Felsch
@ 2021-03-29  9:00 ` Marco Felsch
  2021-03-30 18:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-03-29  9:00 ` [ptxdist] [PATCH 3/4] cog: version bump 0.8.0 -> 0.8.1 Marco Felsch
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Marco Felsch @ 2021-03-29  9:00 UTC (permalink / raw)
  To: ptxdist

The upstream release notes are:

8<-----------------------------------------------------------
- Fixed headers to include <wpe/wpe.h> from the top-level API
  headers, as their consumers expect the public libwpe API to
  be defined as well.
8<-----------------------------------------------------------

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 rules/wpebackend-fdo.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/wpebackend-fdo.make b/rules/wpebackend-fdo.make
index 7038b2a75..339f44320 100644
--- a/rules/wpebackend-fdo.make
+++ b/rules/wpebackend-fdo.make
@@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_WPEBACKEND_FDO) += wpebackend-fdo
 #
 # Paths and names
 #
-WPEBACKEND_FDO_VERSION		:= 1.8.1
+WPEBACKEND_FDO_VERSION		:= 1.8.2
 WPEBACKEND_FDO_LIBRARY_VERSION	:= 1.0
-WPEBACKEND_FDO_MD5		:= e7083e9fd325f289b23253b770d08d2e
+WPEBACKEND_FDO_MD5		:= 93ca185b5c0f539abbf7ab32cfdc96b2
 WPEBACKEND_FDO			:= wpebackend-fdo-$(WPEBACKEND_FDO_VERSION)
 WPEBACKEND_FDO_SUFFIX		:= tar.xz
 WPEBACKEND_FDO_URL		:= https://wpewebkit.org/releases/$(WPEBACKEND_FDO).$(WPEBACKEND_FDO_SUFFIX)
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCH 3/4] cog: version bump 0.8.0 -> 0.8.1
  2021-03-29  9:00 [ptxdist] [PATCH 1/4] wpewebkit: version bump 2.30.5 -> 2.30.6 Marco Felsch
  2021-03-29  9:00 ` [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.1 -> 1.8.2 Marco Felsch
@ 2021-03-29  9:00 ` Marco Felsch
  2021-03-30 18:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-03-29  9:00 ` [ptxdist] [PATCH 4/4] wpewebkit: add runtime logging support Marco Felsch
  2021-03-30 18:08 ` [ptxdist] [APPLIED] wpewebkit: version bump 2.30.5 -> 2.30.6 Michael Olbrich
  3 siblings, 1 reply; 8+ messages in thread
From: Marco Felsch @ 2021-03-29  9:00 UTC (permalink / raw)
  To: ptxdist

The upstream release note are:

8<---------------------------------------------------------------------
- core: Improved cog_web_view_connect_default_error_handlers() to avoid
  accidentally overriding already connected signal handlers.
- drm: Fixed keyboard input when using modifier keys (e.g. Shift).
- drm: Fixed crashes during deinitialization.
- drm, fdo: Improved reliability for drivers which do not expose all
  their functionality via eglGetProcAddress().
- Improved behaviour of the CMake build system at configuration time.
8<---------------------------------------------------------------------

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 rules/cog.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/cog.make b/rules/cog.make
index 876909cc5..758b4f7f4 100644
--- a/rules/cog.make
+++ b/rules/cog.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog
 #
 # Paths and names
 #
-COG_VERSION		:= 0.8.0
-COG_MD5			:= f7aa8a425927cab247563411fc67c5a3
+COG_VERSION		:= 0.8.1
+COG_MD5			:= 21664fb04c9149dea6d68e13e6074276
 COG			:= cog-$(COG_VERSION)
 COG_SUFFIX		:= tar.xz
 COG_URL			:= https://wpewebkit.org/releases/$(COG).$(COG_SUFFIX)
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ptxdist] [PATCH 4/4] wpewebkit: add runtime logging support
  2021-03-29  9:00 [ptxdist] [PATCH 1/4] wpewebkit: version bump 2.30.5 -> 2.30.6 Marco Felsch
  2021-03-29  9:00 ` [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.1 -> 1.8.2 Marco Felsch
  2021-03-29  9:00 ` [ptxdist] [PATCH 3/4] cog: version bump 0.8.0 -> 0.8.1 Marco Felsch
@ 2021-03-29  9:00 ` Marco Felsch
  2021-03-30 18:08   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-03-30 18:08 ` [ptxdist] [APPLIED] wpewebkit: version bump 2.30.5 -> 2.30.6 Michael Olbrich
  3 siblings, 1 reply; 8+ messages in thread
From: Marco Felsch @ 2021-03-29  9:00 UTC (permalink / raw)
  To: ptxdist

To enable 'Release' builds with logging support we need to override the
LOG_DISABLED define else logging is only enabled for 'Debug' builds.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 rules/wpewebkit.in   | 7 +++++++
 rules/wpewebkit.make | 4 ++++
 2 files changed, 11 insertions(+)

diff --git a/rules/wpewebkit.in b/rules/wpewebkit.in
index f123f4dad..1235e2502 100644
--- a/rules/wpewebkit.in
+++ b/rules/wpewebkit.in
@@ -90,4 +90,11 @@ config WPEWEBKIT_AUDIO
 	bool
 	prompt "audio support"
 
+config WPEWEBKIT_ENABLE_LOGGING
+	bool
+	prompt "enable logging support"
+	help
+	  Enable this option if you want to get some more logging information. For more
+	  information check https://trac.webkit.org/wiki/WebKitGTK/Debugging.
+
 endif
diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make
index 9e41e3222..141d83a71 100644
--- a/rules/wpewebkit.make
+++ b/rules/wpewebkit.make
@@ -76,6 +76,10 @@ WPEWEBKIT_CONF_OPT	+= \
 	-DENABLE_REMOTE_INSPECTOR=ON \
 	-DUSE_SYSTEM_MALLOC=$(WPEWEBKIT_SYSTEM_MALLOC)
 
+ifdef PTXCONF_WPEWEBKIT_ENABLE_LOGGING
+WPEWEBKIT_CXXFLAGS	:= -DLOG_DISABLED=0
+endif
+
 # ----------------------------------------------------------------------------
 # Target-Install
 # ----------------------------------------------------------------------------
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ptxdist] [APPLIED] wpewebkit: version bump 2.30.5 -> 2.30.6
  2021-03-29  9:00 [ptxdist] [PATCH 1/4] wpewebkit: version bump 2.30.5 -> 2.30.6 Marco Felsch
                   ` (2 preceding siblings ...)
  2021-03-29  9:00 ` [ptxdist] [PATCH 4/4] wpewebkit: add runtime logging support Marco Felsch
@ 2021-03-30 18:08 ` Michael Olbrich
  3 siblings, 0 replies; 8+ messages in thread
From: Michael Olbrich @ 2021-03-30 18:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Marco Felsch

Thanks, applied as 9ec86baadefd1876c553b921b98d11bbd4fa3a17.

Michael

[sent from post-receive hook]

On Tue, 30 Mar 2021 20:08:06 +0200, Marco Felsch <m.felsch@pengutronix.de> wrote:
> The upstream release notes are:
> 
> 8<--------------------------------------------------------------
> - Update User-Agent quirks again for Google Docs and Google Drive.
> - Fix several crashes and rendering issues.
> 8<--------------------------------------------------------------
> 
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> Message-Id: <20210329090011.25309-1-m.felsch@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make
> index a61bce6e8bfd..9e41e322239c 100644
> --- a/rules/wpewebkit.make
> +++ b/rules/wpewebkit.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WPEWEBKIT) += wpewebkit
>  #
>  # Paths and names
>  #
> -WPEWEBKIT_VERSION	:= 2.30.5
> -WPEWEBKIT_MD5		:= 63a9a7b7f29862ec827a730ba6542e80
> +WPEWEBKIT_VERSION	:= 2.30.6
> +WPEWEBKIT_MD5		:= e35b31932ad3da6c06736d8f2d347072
>  WPEWEBKIT		:= wpewebkit-$(WPEWEBKIT_VERSION)
>  WPEWEBKIT_SUFFIX	:= tar.xz
>  WPEWEBKIT_URL		:= https://wpewebkit.org/releases/$(WPEWEBKIT).$(WPEWEBKIT_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ptxdist] [APPLIED] wpebackend-fdo: version bump 1.8.1 -> 1.8.2
  2021-03-29  9:00 ` [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.1 -> 1.8.2 Marco Felsch
@ 2021-03-30 18:08   ` Michael Olbrich
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Olbrich @ 2021-03-30 18:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Marco Felsch

Thanks, applied as a9266e6dfb08daf4aad983076af4471764da5be2.

Michael

[sent from post-receive hook]

On Tue, 30 Mar 2021 20:08:07 +0200, Marco Felsch <m.felsch@pengutronix.de> wrote:
> The upstream release notes are:
> 
> 8<-----------------------------------------------------------
> - Fixed headers to include <wpe/wpe.h> from the top-level API
>   headers, as their consumers expect the public libwpe API to
>   be defined as well.
> 8<-----------------------------------------------------------
> 
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> Message-Id: <20210329090011.25309-2-m.felsch@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wpebackend-fdo.make b/rules/wpebackend-fdo.make
> index 7038b2a75c62..339f44320869 100644
> --- a/rules/wpebackend-fdo.make
> +++ b/rules/wpebackend-fdo.make
> @@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_WPEBACKEND_FDO) += wpebackend-fdo
>  #
>  # Paths and names
>  #
> -WPEBACKEND_FDO_VERSION		:= 1.8.1
> +WPEBACKEND_FDO_VERSION		:= 1.8.2
>  WPEBACKEND_FDO_LIBRARY_VERSION	:= 1.0
> -WPEBACKEND_FDO_MD5		:= e7083e9fd325f289b23253b770d08d2e
> +WPEBACKEND_FDO_MD5		:= 93ca185b5c0f539abbf7ab32cfdc96b2
>  WPEBACKEND_FDO			:= wpebackend-fdo-$(WPEBACKEND_FDO_VERSION)
>  WPEBACKEND_FDO_SUFFIX		:= tar.xz
>  WPEBACKEND_FDO_URL		:= https://wpewebkit.org/releases/$(WPEBACKEND_FDO).$(WPEBACKEND_FDO_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ptxdist] [APPLIED] cog: version bump 0.8.0 -> 0.8.1
  2021-03-29  9:00 ` [ptxdist] [PATCH 3/4] cog: version bump 0.8.0 -> 0.8.1 Marco Felsch
@ 2021-03-30 18:08   ` Michael Olbrich
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Olbrich @ 2021-03-30 18:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Marco Felsch

Thanks, applied as afbb5708240c1f6efde1a7d6d198e87abe7ced18.

Michael

[sent from post-receive hook]

On Tue, 30 Mar 2021 20:08:08 +0200, Marco Felsch <m.felsch@pengutronix.de> wrote:
> The upstream release note are:
> 
> 8<---------------------------------------------------------------------
> - core: Improved cog_web_view_connect_default_error_handlers() to avoid
>   accidentally overriding already connected signal handlers.
> - drm: Fixed keyboard input when using modifier keys (e.g. Shift).
> - drm: Fixed crashes during deinitialization.
> - drm, fdo: Improved reliability for drivers which do not expose all
>   their functionality via eglGetProcAddress().
> - Improved behaviour of the CMake build system at configuration time.
> 8<---------------------------------------------------------------------
> 
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> Message-Id: <20210329090011.25309-3-m.felsch@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/cog.make b/rules/cog.make
> index 876909cc505d..758b4f7f4a84 100644
> --- a/rules/cog.make
> +++ b/rules/cog.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog
>  #
>  # Paths and names
>  #
> -COG_VERSION		:= 0.8.0
> -COG_MD5			:= f7aa8a425927cab247563411fc67c5a3
> +COG_VERSION		:= 0.8.1
> +COG_MD5			:= 21664fb04c9149dea6d68e13e6074276
>  COG			:= cog-$(COG_VERSION)
>  COG_SUFFIX		:= tar.xz
>  COG_URL			:= https://wpewebkit.org/releases/$(COG).$(COG_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ptxdist] [APPLIED] wpewebkit: add runtime logging support
  2021-03-29  9:00 ` [ptxdist] [PATCH 4/4] wpewebkit: add runtime logging support Marco Felsch
@ 2021-03-30 18:08   ` Michael Olbrich
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Olbrich @ 2021-03-30 18:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Marco Felsch

Thanks, applied as c3361e082f90ca37f6572a444c670eed08b6d266.

Michael

[sent from post-receive hook]

On Tue, 30 Mar 2021 20:08:09 +0200, Marco Felsch <m.felsch@pengutronix.de> wrote:
> To enable 'Release' builds with logging support we need to override the
> LOG_DISABLED define else logging is only enabled for 'Debug' builds.
> 
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> Message-Id: <20210329090011.25309-4-m.felsch@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wpewebkit.in b/rules/wpewebkit.in
> index f123f4dad343..1235e2502047 100644
> --- a/rules/wpewebkit.in
> +++ b/rules/wpewebkit.in
> @@ -90,4 +90,11 @@ config WPEWEBKIT_AUDIO
>  	bool
>  	prompt "audio support"
>  
> +config WPEWEBKIT_ENABLE_LOGGING
> +	bool
> +	prompt "enable logging support"
> +	help
> +	  Enable this option if you want to get some more logging information. For more
> +	  information check https://trac.webkit.org/wiki/WebKitGTK/Debugging.
> +
>  endif
> diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make
> index 9e41e322239c..141d83a71085 100644
> --- a/rules/wpewebkit.make
> +++ b/rules/wpewebkit.make
> @@ -76,6 +76,10 @@ WPEWEBKIT_CONF_OPT	+= \
>  	-DENABLE_REMOTE_INSPECTOR=ON \
>  	-DUSE_SYSTEM_MALLOC=$(WPEWEBKIT_SYSTEM_MALLOC)
>  
> +ifdef PTXCONF_WPEWEBKIT_ENABLE_LOGGING
> +WPEWEBKIT_CXXFLAGS	:= -DLOG_DISABLED=0
> +endif
> +
>  # ----------------------------------------------------------------------------
>  # Target-Install
>  # ----------------------------------------------------------------------------

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-30 18:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29  9:00 [ptxdist] [PATCH 1/4] wpewebkit: version bump 2.30.5 -> 2.30.6 Marco Felsch
2021-03-29  9:00 ` [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.1 -> 1.8.2 Marco Felsch
2021-03-30 18:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-03-29  9:00 ` [ptxdist] [PATCH 3/4] cog: version bump 0.8.0 -> 0.8.1 Marco Felsch
2021-03-30 18:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-03-29  9:00 ` [ptxdist] [PATCH 4/4] wpewebkit: add runtime logging support Marco Felsch
2021-03-30 18:08   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-03-30 18:08 ` [ptxdist] [APPLIED] wpewebkit: version bump 2.30.5 -> 2.30.6 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox