From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 19 Oct 2022 07:41:48 +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 1ol1pt-000GWY-KI for lore@lore.pengutronix.de; Wed, 19 Oct 2022 07:41:48 +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 1ol1pp-0003ho-PO; Wed, 19 Oct 2022 07:41:45 +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 1ol1pK-0001ct-MD; Wed, 19 Oct 2022 07:41:14 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ol1pJ-0002wC-UW; Wed, 19 Oct 2022 07:41:13 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ol1pJ-001ged-1O; Wed, 19 Oct 2022 07:41:13 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 19 Oct 2022 07:41:13 +0200 Message-Id: <20221019054113.402247-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004144533.2269637-4-bst@pengutronix.de> References: <20221004144533.2269637-4-bst@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] wpewebkit: use libsoup3 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 2320ed4b07ad4218e4a409f90aa6d274b76c271a. Michael [sent from post-receive hook] On Wed, 19 Oct 2022 07:41:12 +0200, Bastian Krause wrote: > libsoup 3.0 is not API-compatible with 2.0, see [1]. When switching to > it, the libWPEWebKit version changes. > > [1] https://libsoup.org/libsoup-3.0/migrating-from-libsoup-2.html > > Signed-off-by: Bastian Krause > Message-Id: <20221004144533.2269637-4-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make > index 3819c5667240..4421f33fb1ee 100644 > --- a/rules/wpewebkit.make > +++ b/rules/wpewebkit.make > @@ -69,7 +69,7 @@ WPEWEBKIT_CONF_OPT := \ > -DUSE_JPEGXL=OFF \ > -DUSE_LCMS=OFF \ > -DUSE_OPENJPEG=OFF \ > - -DUSE_SOUP2=ON \ > + -DUSE_SOUP2=OFF \ > -DUSE_THIN_ARCHIVES=ON \ > -DUSE_WOFF2=OFF > > @@ -105,10 +105,10 @@ $(STATEDIR)/wpewebkit.targetinstall: > @$(call install_fixup, wpewebkit,AUTHOR,"Steffen Trumtrar ") > @$(call install_fixup, wpewebkit,DESCRIPTION,missing) > > - @$(call install_lib, wpewebkit, 0, 0, 0644, libWPEWebKit-1.0) > + @$(call install_lib, wpewebkit, 0, 0, 0644, libWPEWebKit-1.1) > > - @$(call install_tree, wpewebkit, 0, 0, -, /usr/libexec/wpe-webkit-1.0) > - @$(call install_tree, wpewebkit, 0, 0, -, /usr/lib/wpe-webkit-1.0) > + @$(call install_tree, wpewebkit, 0, 0, -, /usr/libexec/wpe-webkit-1.1) > + @$(call install_tree, wpewebkit, 0, 0, -, /usr/lib/wpe-webkit-1.1) > > ifdef PTXCONF_WPEWEBKIT_QT > @$(call install_tree, wpewebkit, 0, 0, -, /usr/lib/qt5/qml/org/wpewebkit)