mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] libnice: version bump 0.1.16 -> 0.1.18
Date: Mon, 28 Feb 2022 13:09:14 +0100	[thread overview]
Message-ID: <20220228120914.2617742-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220222105944.1859529-1-p.zabel@pengutronix.de>

Thanks, applied as 87e307169fe18773c3d345d15c3733057658d56f.

Michael

[sent from post-receive hook]

On Mon, 28 Feb 2022 13:09:14 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Switch to Meson build system.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220222105944.1859529-1-p.zabel@pengutronix.de>
> [mol: drop -Dignored-network-interface-prefix= option]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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


      reply	other threads:[~2022-02-28 12:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 10:59 [ptxdist] [PATCH] " Philipp Zabel
2022-02-28 12:09 ` Michael Olbrich [this message]

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=20220228120914.2617742-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=p.zabel@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