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] gst-plugins-ugly1: version bump 1.18.5 -> 1.20.0
Date: Mon, 28 Feb 2022 13:09:29 +0100	[thread overview]
Message-ID: <20220228120929.2651406-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220223133214.4177611-5-p.zabel@pengutronix.de>

Thanks, applied as 217f926406c6cfd48edd9d167bcc20c71ea97ca4.

Michael

[sent from post-receive hook]

On Mon, 28 Feb 2022 13:09:29 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220223133214.4177611-5-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make
> index 7506e79db626..de68bb02b1df 100644
> --- a/rules/gst-plugins-ugly1.make
> +++ b/rules/gst-plugins-ugly1.make
> @@ -14,14 +14,17 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_UGLY1) += gst-plugins-ugly1
>  #
>  # Paths and names
>  #
> -GST_PLUGINS_UGLY1_VERSION	:= 1.18.5
> -GST_PLUGINS_UGLY1_MD5		:= 049f90b7a3a72e241ad47564b5cd7a7a
> +GST_PLUGINS_UGLY1_VERSION	:= 1.20.0
> +GST_PLUGINS_UGLY1_MD5		:= 151fbd3e96783909e371e7a6aef87bc2
>  GST_PLUGINS_UGLY1		:= gst-plugins-ugly-$(GST_PLUGINS_UGLY1_VERSION)
>  GST_PLUGINS_UGLY1_SUFFIX	:= tar.xz
>  GST_PLUGINS_UGLY1_URL		:= http://gstreamer.freedesktop.org/src/gst-plugins-ugly/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX)
>  GST_PLUGINS_UGLY1_SOURCE	:= $(SRCDIR)/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX)
>  GST_PLUGINS_UGLY1_DIR		:= $(BUILDDIR)/$(GST_PLUGINS_UGLY1)
>  GST_PLUGINS_UGLY1_LICENSE	:= LGPL-2.1-or-later
> +ifdef PTXCONF_GST_PLUGINS_UGLY1_MPEG2DEC
> +GST_PLUGINS_UGLY1_LICENSE += AND $(LIBMPEG2_LICENSE)
> +endif
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -54,7 +57,9 @@ GST_PLUGINS_UGLY1_CONF_TOOL	:= meson
>  GST_PLUGINS_UGLY1_CONF_OPT	= \
>  	$(CROSS_MESON_USR) \
>  	$(call GSTREAMER1_GENERIC_CONF_OPT,GStreamer Ugly Plug-ins) \
> -	-Dnls=disabled
> +	-Dgpl=$(call ptx/endis,PTXCONF_GST_PLUGINS_UGLY1_MPEG2DEC)d \
> +	-Dnls=disabled \
> +	-Dx264_libraries=
>  
>  ifneq ($(call remove_quotes,$(GST_PLUGINS_UGLY1_ENABLEC-y)),)
>  GST_PLUGINS_UGLY1_CONF_OPT +=  $(addsuffix =enabled, $(addprefix -D, $(GST_PLUGINS_UGLY1_ENABLEC-y)))

_______________________________________________
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:11 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 13:32 [ptxdist] [PATCH 01/10] gstreamer1: " Philipp Zabel
2022-02-23 13:32 ` [ptxdist] [PATCH 02/10] gst-plugins-base1: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-23 13:32 ` [ptxdist] [PATCH 03/10] gst-plugins-good1: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-23 13:32 ` [ptxdist] [PATCH 04/10] gst-plugins-bad1: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-23 13:32 ` [ptxdist] [PATCH 05/10] gst-plugins-ugly1: " Philipp Zabel
2022-02-28 12:09   ` Michael Olbrich [this message]
2022-02-23 13:32 ` [ptxdist] [PATCH 06/10] gst-devtools1: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-23 13:32 ` [ptxdist] [PATCH 07/10] gst-libav1: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-23 13:32 ` [ptxdist] [PATCH 08/10] gst-python1: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-23 13:32 ` [ptxdist] [PATCH 09/10] gst-rtsp-server1: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-23 13:32 ` [ptxdist] [PATCH 10/10] gstreamer-vaapi1: " Philipp Zabel
2022-02-28 12:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-28 12:09 ` [ptxdist] [APPLIED] gstreamer1: " Michael Olbrich

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=20220228120929.2651406-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