From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 28 Feb 2022 13:10:16 +0100 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 1nOer2-00DDJ2-Qj for lore@lore.pengutronix.de; Mon, 28 Feb 2022 13:10:16 +0100 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 1nOer1-0002lA-Nj; Mon, 28 Feb 2022 13:10:15 +0100 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 1nOeq4-0001rY-Cu; Mon, 28 Feb 2022 13:09:16 +0100 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 1nOeq4-001oQr-Cr; Mon, 28 Feb 2022 13:09:15 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nOeq2-00AzBr-Um; Mon, 28 Feb 2022 13:09:14 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 28 Feb 2022 13:09:14 +0100 Message-Id: <20220228120914.2617742-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220222105944.1859529-1-p.zabel@pengutronix.de> References: <20220222105944.1859529-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] libnice: version bump 0.1.16 -> 0.1.18 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: Philipp Zabel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 87e307169fe18773c3d345d15c3733057658d56f. Michael [sent from post-receive hook] On Mon, 28 Feb 2022 13:09:14 +0100, Philipp Zabel wrote: > Switch to Meson build system. > > Signed-off-by: Philipp Zabel > Message-Id: <20220222105944.1859529-1-p.zabel@pengutronix.de> > [mol: drop -Dignored-network-interface-prefix= option] > Signed-off-by: Michael Olbrich > > diff --git a/rules/libnice.in b/rules/libnice.in > index 8aeb56f3c2f9..ab10b43a983b 100644 > --- a/rules/libnice.in > +++ b/rules/libnice.in > @@ -3,9 +3,7 @@ > config LIBNICE > tristate > prompt "libnice" > - # for autogen.sh > - select HOST_GTK_DOC > - > + select HOST_MESON > select GLIB > select GSTREAMER1 > select OPENSSL > diff --git a/rules/libnice.make b/rules/libnice.make > index f9efde424d9c..a3d944a455c9 100644 > --- a/rules/libnice.make > +++ b/rules/libnice.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBNICE) += libnice > # > # Paths and names > # > -LIBNICE_VERSION := 0.1.16 > -LIBNICE_MD5 := 5ad936c43d3c6d33117b2c64982f2fd9 > +LIBNICE_VERSION := 0.1.18 > +LIBNICE_MD5 := 408482fa4bab7c6b884b0fb9ad57a038 > LIBNICE := libnice-$(LIBNICE_VERSION) > LIBNICE_SUFFIX := tar.gz > LIBNICE_URL := https://libnice.freedesktop.org/releases/$(LIBNICE).$(LIBNICE_SUFFIX) > @@ -28,23 +28,18 @@ LIBNICE_LICENSE := MPL-1.1 OR LGPL-2.1-only > # ---------------------------------------------------------------------------- > > # > -# autoconf > +# meson > # > -LIBNICE_CONF_TOOL := autoconf > +LIBNICE_CONF_TOOL := meson > LIBNICE_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) \ > - --enable-assert \ > - --enable-compile-warnings=yes \ > - --disable-gupnp \ > - --disable-coverage \ > - --disable-static-plugins \ > - --disable-gtk-doc \ > - --disable-gtk-doc-html \ > - --disable-gtk-doc-pdf \ > - --disable-introspection \ > - --with-crypto-library=openssl \ > - --with-gstreamer \ > - --without-gstreamer-0.10 > + $(CROSS_MESON_USR) \ > + -Dcrypto-library=openssl \ > + -Dexamples=disabled \ > + -Dgstreamer=enabled \ > + -Dgtk_doc=disabled \ > + -Dgupnp=disabled \ > + -Dintrospection=disabled \ > + -Dtests=disabled > > # ---------------------------------------------------------------------------- > # Target-Install _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de