From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 07 Oct 2022 09:39:27 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oghxA-000F9u-Jl for lore@lore.pengutronix.de; Fri, 07 Oct 2022 09:39:27 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oghx8-0005lc-Ck; Fri, 07 Oct 2022 09:39:26 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oghwX-0005Ul-5G; Fri, 07 Oct 2022 09:38:49 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oghwW-0003iC-Fl; Fri, 07 Oct 2022 09:38:48 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1oghwV-008EIj-Qd; Fri, 07 Oct 2022 09:38:47 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 7 Oct 2022 09:38:47 +0200 Message-Id: <20221007073847.1961553-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220927135505.3974831-1-bst@pengutronix.de> References: <20220927135505.3974831-1-bst@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] cog: version bump 0.14.1 -> 0.16 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bastian Krause Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as eae4fb16ff5456c16a6f5683ed4fd0474c07b6de. Michael [sent from post-receive hook] On Fri, 07 Oct 2022 09:38:47 +0200, Bastian Krause wrote: > - cog 0.16 switches the build system from CMake to Meson > - building without D-Bus is no longer possible > - allow install of cogctl for D-Bus user bus > > Signed-off-by: Bastian Krause > Message-Id: <20220927135505.3974831-1-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/cog.in b/rules/cog.in > index 81313c636dba..47651073bdc7 100644 > --- a/rules/cog.in > +++ b/rules/cog.in > @@ -3,12 +3,11 @@ > menuconfig COG > tristate > prompt "cog " > - select HOST_CMAKE > - select HOST_NINJA > + select HOST_MESON > + select DBUS > select WAYLAND_PROTOCOLS > select WPEWEBKIT > select WPEBACKEND_FDO > - select DBUS if COG_REMOTE_DBUS_SYSTEM_BUS > help > Cog launcher and webapp container. > > @@ -20,7 +19,6 @@ config COG_REMOTE_DBUS_SYSTEM_BUS > > config COG_COGCTL > bool > - select COG_REMOTE_DBUS_SYSTEM_BUS > prompt "Install cogctl" > > endif > diff --git a/rules/cog.make b/rules/cog.make > index 43c661344a69..e8be1f7097a4 100644 > --- a/rules/cog.make > +++ b/rules/cog.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog > # > # Paths and names > # > -COG_VERSION := 0.14.1 > -COG_MD5 := 69d72ac046a0fc485ea7b61b96e7e7fc > +COG_VERSION := 0.16.0 > +COG_MD5 := 2705472ea4f333290973722c0862b21d > COG := cog-$(COG_VERSION) > COG_SUFFIX := tar.xz > COG_URL := https://wpewebkit.org/releases/$(COG).$(COG_SUFFIX) > @@ -31,26 +31,21 @@ COG_LICENSE_FILES := file://COPYING;md5=bf1229cd7425b302d60cdb641b0ce5fb > # > # cmake > # > -COG_CONF_TOOL := cmake > +COG_CONF_TOOL := meson > 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_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 > + $(CROSS_MESON_USR) \ > + -Dcog_appid=com.igalia.Cog \ > + -Dcog_dbus_control=$(call ptx/ifdef, PTXCONF_COG_REMOTE_DBUS_SYSTEM_BUS,system,user) \ > + -Dcog_dbus_system_owner= \ > + -Dcog_home_uri=https://ptxdist.org/ \ > + -Ddocumentation=false \ > + -Dmanpages=false \ > + -Dplatforms=wayland \ > + -Dplugin_path=/usr/lib/cog/modules \ > + -Dprograms=true \ > + -Dsoup2=enabled \ > + -Dwayland_weston_content_protection=false \ > + -Dwayland_weston_direct_display=false > > # ---------------------------------------------------------------------------- > # Target-Install