All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo
@ 2020-11-04  7:39 Fabrice Fontaine
  2020-11-04  8:37 ` Peter Seiderer
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Fabrice Fontaine @ 2020-11-04  7:39 UTC (permalink / raw)
  To: buildroot

dvdsub{enc,overlay} -> dvbsub{enc,overlay}

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gstreamer1/gst1-plugins-bad/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
index 305e0fda2f..191820df1d 100644
--- a/package/gstreamer1/gst1-plugins-bad/Config.in
+++ b/package/gstreamer1/gst1-plugins-bad/Config.in
@@ -88,12 +88,12 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
 	  debugging
 
 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBENC
-	bool "dvdsubenc"
+	bool "dvbsubenc"
 	help
 	  DVB subpicture encoding support
 
 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY
-	bool "dvdsuboverlay"
+	bool "dvbsuboverlay"
 	help
 	  DVB subtitle renderer plugin
 
-- 
2.28.0

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

* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo
  2020-11-04  7:39 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo Fabrice Fontaine
@ 2020-11-04  8:37 ` Peter Seiderer
  2020-11-04  8:56 ` Peter Korsgaard
  2020-11-09  9:30 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Seiderer @ 2020-11-04  8:37 UTC (permalink / raw)
  To: buildroot

Hello Fabrice,

On Wed,  4 Nov 2020 08:39:40 +0100, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> dvdsub{enc,overlay} -> dvbsub{enc,overlay}
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/gstreamer1/gst1-plugins-bad/Config.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
> index 305e0fda2f..191820df1d 100644
> --- a/package/gstreamer1/gst1-plugins-bad/Config.in
> +++ b/package/gstreamer1/gst1-plugins-bad/Config.in
> @@ -88,12 +88,12 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
>  	  debugging
>
>  config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBENC
> -	bool "dvdsubenc"
> +	bool "dvbsubenc"
>  	help
>  	  DVB subpicture encoding support
>
>  config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY
> -	bool "dvdsuboverlay"
> +	bool "dvbsuboverlay"
>  	help
>  	  DVB subtitle renderer plugin
>

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

Regards,
Peter

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

* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo
  2020-11-04  7:39 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo Fabrice Fontaine
  2020-11-04  8:37 ` Peter Seiderer
@ 2020-11-04  8:56 ` Peter Korsgaard
  2020-11-09  9:30 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2020-11-04  8:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > dvdsub{enc,overlay} -> dvbsub{enc,overlay}
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo
  2020-11-04  7:39 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo Fabrice Fontaine
  2020-11-04  8:37 ` Peter Seiderer
  2020-11-04  8:56 ` Peter Korsgaard
@ 2020-11-09  9:30 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2020-11-09  9:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > dvdsub{enc,overlay} -> dvbsub{enc,overlay}
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.08.x (only dvbsuboverlay, dvbsubenc
added in 1.18.x), thanks.

-- 
Bye, Peter Korsgaard

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

* Re: [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo
  2021-12-17 20:15 Fabrice Fontaine
  2021-12-18 21:55 ` Yann E. MORIN
@ 2022-01-23 18:46 ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2022-01-23 18:46 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fix typo added by commit 4ae8ecea8fb042931cebf8f8d4cb4bc891073a77
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

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

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

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

* Re: [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo
  2021-12-17 20:15 Fabrice Fontaine
@ 2021-12-18 21:55 ` Yann E. MORIN
  2022-01-23 18:46 ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2021-12-18 21:55 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2021-12-17 21:15 +0100, Fabrice Fontaine spake thusly:
> Fix typo added by commit 4ae8ecea8fb042931cebf8f8d4cb4bc891073a77
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/gstreamer1/gst1-plugins-bad/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
> index acdb2f6b9e..91a3d30e80 100644
> --- a/package/gstreamer1/gst1-plugins-bad/Config.in
> +++ b/package/gstreamer1/gst1-plugins-bad/Config.in
> @@ -331,7 +331,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER
>  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libass -> harfbuzz
>  	select BR2_PACKAGE_LIBASS
>  
> -comment "assrender plugin needs a toolchain w/ C++, gcc => 4.9"
> +comment "assrender plugin needs a toolchain w/ C++, gcc >= 4.9"
>  	depends on BR2_TOOLCHAIN_HAS_SYNC_4
>  	depends on !BR2_INSTALL_LIBSTDCPP || \
>  		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo
@ 2021-12-17 20:15 Fabrice Fontaine
  2021-12-18 21:55 ` Yann E. MORIN
  2022-01-23 18:46 ` Peter Korsgaard
  0 siblings, 2 replies; 7+ messages in thread
From: Fabrice Fontaine @ 2021-12-17 20:15 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Fix typo added by commit 4ae8ecea8fb042931cebf8f8d4cb4bc891073a77

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gstreamer1/gst1-plugins-bad/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in
index acdb2f6b9e..91a3d30e80 100644
--- a/package/gstreamer1/gst1-plugins-bad/Config.in
+++ b/package/gstreamer1/gst1-plugins-bad/Config.in
@@ -331,7 +331,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libass -> harfbuzz
 	select BR2_PACKAGE_LIBASS
 
-comment "assrender plugin needs a toolchain w/ C++, gcc => 4.9"
+comment "assrender plugin needs a toolchain w/ C++, gcc >= 4.9"
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 	depends on !BR2_INSTALL_LIBSTDCPP || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
-- 
2.33.0

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

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

end of thread, other threads:[~2022-01-23 18:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04  7:39 [Buildroot] [PATCH 1/1] package/gstreamer1/gst1-plugins-bad: fix typo Fabrice Fontaine
2020-11-04  8:37 ` Peter Seiderer
2020-11-04  8:56 ` Peter Korsgaard
2020-11-09  9:30 ` Peter Korsgaard
2021-12-17 20:15 Fabrice Fontaine
2021-12-18 21:55 ` Yann E. MORIN
2022-01-23 18:46 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.