From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 22 Feb 2022 12:00:24 +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 1nMSu8-006lib-A8 for lore@lore.pengutronix.de; Tue, 22 Feb 2022 12:00:24 +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 1nMSu7-0005NF-NV; Tue, 22 Feb 2022 12:00:23 +0100 Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nMSta-0005N7-MD for ptxdist@pengutronix.de; Tue, 22 Feb 2022 11:59:50 +0100 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Tue, 22 Feb 2022 11:59:44 +0100 Message-Id: <20220222105944.1859529-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH] 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 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 Switch to Meson build system. Signed-off-by: Philipp Zabel --- rules/libnice.in | 4 +--- rules/libnice.make | 30 +++++++++++++----------------- 2 files changed, 14 insertions(+), 20 deletions(-) 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..f0b985a9f75f 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,19 @@ 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 \ + -Dignored-network-interface-prefix=["docker", "veth", "virbr", "vnet"] \ + -Dintrospection=disabled \ + -Dtests=disabled # ---------------------------------------------------------------------------- # Target-Install -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de