mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] cog: version bump 0.10.0 -> 0.12.0
Date: Mon, 14 Feb 2022 13:43:50 +0100	[thread overview]
Message-ID: <20220214124350.840496-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220210134627.1516055-4-bst@pengutronix.de>

Thanks, applied as 4283cca2e5f002c0d6a35a7ddf522420ecb5c11b.

Michael

[sent from post-receive hook]

On Mon, 14 Feb 2022 13:43:50 +0100, Bastian Krause <bst@pengutronix.de> wrote:
> The "fdo" (FreeDesktop.org) platform module was renamed to "wl"
> (wayland), see:
> 
>   https://wpewebkit.org/release/cog-0.12.0.html
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20220210134627.1516055-4-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/cog.make b/rules/cog.make
> index a59f5a11450b..1d3e966f20c4 100644
> --- a/rules/cog.make
> +++ b/rules/cog.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog
>  #
>  # Paths and names
>  #
> -COG_VERSION		:= 0.10.0
> -COG_MD5			:= 1b0407b6163a3a01afdfc0fb454a7570
> +COG_VERSION		:= 0.12.0
> +COG_MD5			:= 30d6f68914af0ba5c32ac14df504215a
>  COG			:= cog-$(COG_VERSION)
>  COG_SUFFIX		:= tar.xz
>  COG_URL			:= https://wpewebkit.org/releases/$(COG).$(COG_SUFFIX)
> @@ -35,16 +35,21 @@ COG_CONF_TOOL	:= cmake
>  COG_CONF_OPT	:= \
>  	$(CROSS_CMAKE_USR) \
>  	-G Ninja \
> +	-DBUILD_DOCS=OFF \
>  	-DCOG_APPID= \
>  	-DCOG_BUILD_PROGRAMS=ON \
>  	-DCOG_DBUS_OWN_USER= \
>  	-DCOG_DBUS_SYSTEM_BUS=$(call ptx/onoff,PTXCONF_COG_REMOTE_DBUS_SYSTEM_BUS) \
>  	-DCOG_HOME_URI=https://ptxdist.org/ \
> +	-DCOG_MODULEDIR=/usr/lib/cog/modules \
>  	-DCOG_PLATFORM_DRM=OFF \
> -	-DCOG_PLATFORM_FDO=ON \
> -	-DCOG_USE_WEBKITGTK=OFF \
> +	-DCOG_PLATFORM_GTK4=OFF \
> +	-DCOG_PLATFORM_HEADLESS=OFF \
> +	-DCOG_PLATFORM_WL=ON \
> +	-DCOG_PLATFORM_X11=OFF \
>  	-DCOG_WESTON_DIRECT_DISPLAY=OFF \
>  	-DINSTALL_MAN_PAGES=OFF \
> +	-DUSE_SOUP2=ON \
>  	-DWAYLAND_PROTOCOLS=$(PTXDIST_SYSROOT_TARGET)/usr/share/wayland-protocols
>  
>  # ----------------------------------------------------------------------------
> @@ -61,7 +66,7 @@ $(STATEDIR)/cog.targetinstall:
>  	@$(call install_fixup, cog,DESCRIPTION,"WPE launcher and webapp container")
>  
>  	@$(call install_copy, cog, 0, 0, 0755, -, /usr/bin/cog)
> -	@$(call install_lib, cog, 0, 0, 0644, libcogplatform-fdo)
> +	@$(call install_lib, cog, 0, 0, 0644, cog/modules/libcogplatform-wl)
>  	@$(call install_lib, cog, 0, 0, 0644, libcogcore)
>  
>  ifdef PTXCONF_COG_REMOTE_DBUS_SYSTEM_BUS

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


  reply	other threads:[~2022-02-14 12:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10 13:46 [ptxdist] [PATCH 1/4] wpewebkit: version bump 2.32.3 -> 2.34.4 Bastian Krause
2022-02-10 13:46 ` [ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.10.0 -> 1.12.0 Bastian Krause
2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-10 13:46 ` [ptxdist] [PATCH 3/4] libwpe: version bump 1.10.1 " Bastian Krause
2022-02-14 12:43   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-10 13:46 ` [ptxdist] [PATCH 4/4] cog: version bump 0.10.0 -> 0.12.0 Bastian Krause
2022-02-14 12:43   ` Michael Olbrich [this message]
2022-02-14 12:43 ` [ptxdist] [APPLIED] wpewebkit: version bump 2.32.3 -> 2.34.4 Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220214124350.840496-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox