Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options
@ 2021-10-25  7:56 James Hilliard
  2021-10-25 19:27 ` Peter Seiderer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: James Hilliard @ 2021-10-25  7:56 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

Fix teletextdec name and remove vdpau which is no longer available.

Fixes:
output/build/gst1-plugins-bad-1.18.5/meson.build:1:0: ERROR: Unknown options: "teletextdec, vdpau"

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index d8b2e2a5d3..d3f089bfed 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
@@ -59,12 +59,11 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
 	-Dofa=disabled \
 	-Dopenexr=disabled \
 	-Dopenni2=disabled \
-	-Dteletextdec=disabled \
+	-Dteletext=disabled \
 	-Dwildmidi=disabled \
 	-Dsmoothstreaming=disabled \
 	-Dsoundtouch=disabled \
 	-Dgme=disabled \
-	-Dvdpau=disabled \
 	-Dspandsp=disabled \
 	-Dsvthevcenc=disabled \
 	-Dtranscode=disabled \
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options
  2021-10-25  7:56 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options James Hilliard
@ 2021-10-25 19:27 ` Peter Seiderer
  2021-10-26 20:00 ` Arnout Vandecappelle
  2021-11-03 19:47 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2021-10-25 19:27 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

Hello James,

On Mon, 25 Oct 2021 01:56:59 -0600, James Hilliard <james.hilliard1@gmail.com> wrote:

> Fix teletextdec name and remove vdpau which is no longer available.
>
> Fixes:
> output/build/gst1-plugins-bad-1.18.5/meson.build:1:0: ERROR: Unknown options: "teletextdec, vdpau"

Mentioning that the meson bump to 0.60.0 propagated the

	WARNING: Unknown options: "teletextdec, vdpau"

to

	ERROR: Unknown options: "teletextdec, vdpau"

and aborts would be fine (and put it into a patch-series, best with
the meson version bump last for buildroot bisect support)...

Otherwise (and thanks for fixing):

Reviewed-by: Peter Seiderer <ps.report@gmx.net>

Regars,
Peter

>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
> index d8b2e2a5d3..d3f089bfed 100644
> --- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
> +++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
> @@ -59,12 +59,11 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
>  	-Dofa=disabled \
>  	-Dopenexr=disabled \
>  	-Dopenni2=disabled \
> -	-Dteletextdec=disabled \
> +	-Dteletext=disabled \
>  	-Dwildmidi=disabled \
>  	-Dsmoothstreaming=disabled \
>  	-Dsoundtouch=disabled \
>  	-Dgme=disabled \
> -	-Dvdpau=disabled \
>  	-Dspandsp=disabled \
>  	-Dsvthevcenc=disabled \
>  	-Dtranscode=disabled \

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options
  2021-10-25  7:56 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options James Hilliard
  2021-10-25 19:27 ` Peter Seiderer
@ 2021-10-26 20:00 ` Arnout Vandecappelle
  2021-11-03 19:47 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2021-10-26 20:00 UTC (permalink / raw)
  To: James Hilliard, buildroot



On 25/10/2021 09:56, James Hilliard wrote:
> Fix teletextdec name and remove vdpau which is no longer available.
> 
> Fixes:
> output/build/gst1-plugins-bad-1.18.5/meson.build:1:0: ERROR: Unknown options: "teletextdec, vdpau"
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
> index d8b2e2a5d3..d3f089bfed 100644
> --- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
> +++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
> @@ -59,12 +59,11 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
>   	-Dofa=disabled \
>   	-Dopenexr=disabled \
>   	-Dopenni2=disabled \
> -	-Dteletextdec=disabled \
> +	-Dteletext=disabled \
>   	-Dwildmidi=disabled \
>   	-Dsmoothstreaming=disabled \
>   	-Dsoundtouch=disabled \
>   	-Dgme=disabled \
> -	-Dvdpau=disabled \
>   	-Dspandsp=disabled \
>   	-Dsvthevcenc=disabled \
>   	-Dtranscode=disabled \
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options
  2021-10-25  7:56 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options James Hilliard
  2021-10-25 19:27 ` Peter Seiderer
  2021-10-26 20:00 ` Arnout Vandecappelle
@ 2021-11-03 19:47 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-11-03 19:47 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Fix teletextdec name and remove vdpau which is no longer available.
 > Fixes:
 > output/build/gst1-plugins-bad-1.18.5/meson.build:1:0: ERROR: Unknown options: "teletextdec, vdpau"

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed to 2021.02.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-03 19:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25  7:56 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix meson options James Hilliard
2021-10-25 19:27 ` Peter Seiderer
2021-10-26 20:00 ` Arnout Vandecappelle
2021-11-03 19:47 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox