From: Peter Seiderer <ps.report@gmx.net>
To: Baruch Siach <baruch@tkos.co.il>
Cc: Eloi Bail <eloi.bail@savoirfairelinux.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v1 04/13] package/gst1-plugins-bad: bump version to 1.20.0
Date: Wed, 9 Feb 2022 17:21:31 +0100 [thread overview]
Message-ID: <20220209172131.0f03e25f@gmx.net> (raw)
In-Reply-To: <875ypod24w.fsf@tarshish>
Hello Baruch,
On Wed, 09 Feb 2022 07:43:33 +0200, Baruch Siach <baruch@tkos.co.il> wrote:
> Hi Peter,
>
> On Tue, Feb 08 2022, Peter Seiderer wrote:
> > - removed 0001-neon-Allow-building-against-neon-0-32-x.patch
> > (from upstream [1])
> >
> > - add codecalpha option (VP8/VP9 alpha support)
> >
> > - add qroverlay option (overlay data on top of video in the form of a QR code)
> > with json-glib and libqrencode dependencies (omit json-glib explicit
> > dependencies as they are the same as for gstreamer1, glib2 BR2_USE_WCHAR,
> > BR2_TOOLCHAIN_HAS_THREADS and BR2_USE_MMU), place instead to 'plugins without
> > external deps' section into 'plugins that need external deps' section as it
> > clearly has dependencies (prelimary to upstream commit [2])
> >
> > - add aes option (AES encryption/decryption plugin)
> >
> > - disable new option asio (Steinberg Audio Streaming, windows only)
> >
> > - disable new option gs (Google Cloud Storage, needs storage_client library)
> >
> > - disable new option ldac (LDAC bluetooth audio codec, needs ldacBT-enc library)
> >
> > - remove legacy option ofa (disabled)
> >
> > - disable new option onnx (ONNX neural network, needs libonnxruntime library)
> >
> > - disable new option isac (iSAC plugin, needs webrtc-audio-coding-1 library)
> >
> > - removed libmms ('Microsoft Multi Media Server streaming protocol' option,
> > add Config.in.legacy entry
> >
> > - enable new gpl option ('Allow build plugins that have (A)GPL-licensed
> > dependencies') in case gpl plugin enabled
> >
> > [1] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/b83e85ab677c79b46f520abebd1ee031e3a139c0.patch
> > [2] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/5d70c168b356691073a0d22f7ce3ea7efb20641c.patch
> >
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> > ---
> > Config.in.legacy | 22 ++++++++----
> > ...n-Allow-building-against-neon-0-32-x.patch | 29 ---------------
> > package/gstreamer1/gst1-plugins-bad/Config.in | 31 ++++++++++------
> > .../gst1-plugins-bad/gst1-plugins-bad.hash | 4 +--
> > .../gst1-plugins-bad/gst1-plugins-bad.mk | 36 ++++++++++++++-----
> > 5 files changed, 64 insertions(+), 58 deletions(-)
> > delete mode 100644 package/gstreamer1/gst1-plugins-bad/0001-neon-Allow-building-against-neon-0-32-x.patch
> >
> > diff --git a/Config.in.legacy b/Config.in.legacy
> > index 34d8c71cc8..2d7f14f097 100644
> > --- a/Config.in.legacy
> > +++ b/Config.in.legacy
> > @@ -146,6 +146,16 @@ endif
> >
> > comment "Legacy options removed in 2022.02"
> >
> > +config BR2_PACKAGE_RPI_BT_FIRMWARE
> > + bool "rpi-bt-firmware package was renamed"
> > + depends on BR2_arm || BR2_aarch64
> > + select BR2_LEGACY
> > + select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI
> > + select BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_BT
> > + help
> > + Package rpi-bt-firmware was moved as option to
> > + package brcmfmac_sdio-firmware-rpi.
> > +
>
> This is already in master (and it's unrelated).
Yes, you are right (seems to be some rebase/merge artefact), will respin the
patchset..., thanks for review!
Regards,
Peter
>
> baruch
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-02-09 16:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 21:23 [Buildroot] [PATCH v1 00/13] package/gstreamer1/*: bump version to 1.20.0 Peter Seiderer
2022-02-08 21:23 ` [Buildroot] [PATCH v1 01/13] package/gstreamer1: " Peter Seiderer
2022-02-08 21:23 ` [Buildroot] [PATCH v1 02/13] package/gst1-plugins-base: " Peter Seiderer
2022-02-08 21:23 ` [Buildroot] [PATCH v1 03/13] package/gst1-plugins-good: " Peter Seiderer
2022-02-08 21:23 ` [Buildroot] [PATCH v1 04/13] package/gst1-plugins-bad: " Peter Seiderer
2022-02-09 5:43 ` Baruch Siach via buildroot
2022-02-09 16:21 ` Peter Seiderer [this message]
2022-02-08 21:23 ` [Buildroot] [PATCH v1 05/13] package/gst1-plugins-ugly: " Peter Seiderer
2022-02-08 21:23 ` [Buildroot] [PATCH v1 06/13] package/gst1-devtools: " Peter Seiderer
2022-02-08 21:23 ` [Buildroot] [PATCH v1 07/13] package/gst1-libav: " Peter Seiderer
2022-02-08 21:24 ` [Buildroot] [PATCH v1 08/13] package/gst1-vaapi: " Peter Seiderer
2022-02-08 21:24 ` [Buildroot] [PATCH v1 09/13] package/gst1-rtsp-server: " Peter Seiderer
2022-02-08 21:24 ` [Buildroot] [PATCH v1 10/13] package/gstreamer1-editing-services: " Peter Seiderer
2022-02-08 21:24 ` [Buildroot] [PATCH v1 11/13] package/gst-omx: " Peter Seiderer
2022-02-08 21:24 ` [Buildroot] [PATCH v1 12/13] package/gst1-python: " Peter Seiderer
2022-02-08 21:24 ` [Buildroot] [PATCH v1 13/13] package/gst1-plugins-bayer2rgb-neon: fix plugin install Peter Seiderer
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=20220209172131.0f03e25f@gmx.net \
--to=ps.report@gmx.net \
--cc=baruch@tkos.co.il \
--cc=buildroot@buildroot.org \
--cc=eloi.bail@savoirfairelinux.com \
/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