* [Buildroot] [PATCH] libsoxr: remove unicode dash from help text
@ 2017-12-20 15:16 Baruch Siach
2017-12-20 15:25 ` Yann E. MORIN
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Baruch Siach @ 2017-12-20 15:16 UTC (permalink / raw)
To: buildroot
This would make the unicode challenged menuconfig show something
sensible.
Split the sentence for the text to make sense.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/libsoxr/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libsoxr/Config.in b/package/libsoxr/Config.in
index a218ae99c89c..ae1ea1028030 100644
--- a/package/libsoxr/Config.in
+++ b/package/libsoxr/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBSOXR
bool "libsoxr"
help
The SoX Resampler library `libsoxr' performs one-dimensional
- sample-rate conversion?it may be used, for example, to
+ sample-rate conversion. It may be used, for example, to
resample PCM-encoded audio.
It aims to give fast and high quality results for any constant
--
2.15.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH] libsoxr: remove unicode dash from help text
2017-12-20 15:16 [Buildroot] [PATCH] libsoxr: remove unicode dash from help text Baruch Siach
@ 2017-12-20 15:25 ` Yann E. MORIN
2017-12-20 15:36 ` Baruch Siach
2017-12-20 16:46 ` Peter Korsgaard
` (2 subsequent siblings)
3 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2017-12-20 15:25 UTC (permalink / raw)
To: buildroot
Baruch, All,
On 2017-12-20 17:16 +0200, Baruch Siach spake thusly:
> This would make the unicode challenged menuconfig show something
> sensible.
It works well for me... But mconf here is linked against libncursesw.so.5
so I guess that's because the widechar ncurses is missing on your system.
> Split the sentence for the text to make sense.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/libsoxr/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/libsoxr/Config.in b/package/libsoxr/Config.in
> index a218ae99c89c..ae1ea1028030 100644
> --- a/package/libsoxr/Config.in
> +++ b/package/libsoxr/Config.in
> @@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBSOXR
> bool "libsoxr"
> help
> The SoX Resampler library `libsoxr' performs one-dimensional
> - sample-rate conversion?it may be used, for example, to
> + sample-rate conversion. It may be used, for example, to
> resample PCM-encoded audio.
>
> It aims to give fast and high quality results for any constant
> --
> 2.15.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] [PATCH] libsoxr: remove unicode dash from help text
2017-12-20 15:25 ` Yann E. MORIN
@ 2017-12-20 15:36 ` Baruch Siach
0 siblings, 0 replies; 6+ messages in thread
From: Baruch Siach @ 2017-12-20 15:36 UTC (permalink / raw)
To: buildroot
Hi Yann,
On Wed, Dec 20, 2017 at 04:25:42PM +0100, Yann E. MORIN wrote:
> On 2017-12-20 17:16 +0200, Baruch Siach spake thusly:
> > This would make the unicode challenged menuconfig show something
> > sensible.
>
> It works well for me... But mconf here is linked against libncursesw.so.5
> so I guess that's because the widechar ncurses is missing on your system.
Indeed. mconf is liked with libncurses.so.5, even though I have
libncursesw.so.5 installed here.
baruch
> > Split the sentence for the text to make sense.
> >
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
>
> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
>
> Regards,
> Yann E. MORIN.
>
> > ---
> > package/libsoxr/Config.in | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/package/libsoxr/Config.in b/package/libsoxr/Config.in
> > index a218ae99c89c..ae1ea1028030 100644
> > --- a/package/libsoxr/Config.in
> > +++ b/package/libsoxr/Config.in
> > @@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBSOXR
> > bool "libsoxr"
> > help
> > The SoX Resampler library `libsoxr' performs one-dimensional
> > - sample-rate conversion?it may be used, for example, to
> > + sample-rate conversion. It may be used, for example, to
> > resample PCM-encoded audio.
> >
> > It aims to give fast and high quality results for any constant
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] libsoxr: remove unicode dash from help text
2017-12-20 15:16 [Buildroot] [PATCH] libsoxr: remove unicode dash from help text Baruch Siach
2017-12-20 15:25 ` Yann E. MORIN
@ 2017-12-20 16:46 ` Peter Korsgaard
2017-12-27 22:32 ` Peter Korsgaard
2017-12-31 8:32 ` Peter Korsgaard
3 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2017-12-20 16:46 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> This would make the unicode challenged menuconfig show something
> sensible.
> Split the sentence for the text to make sense.
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] libsoxr: remove unicode dash from help text
2017-12-20 15:16 [Buildroot] [PATCH] libsoxr: remove unicode dash from help text Baruch Siach
2017-12-20 15:25 ` Yann E. MORIN
2017-12-20 16:46 ` Peter Korsgaard
@ 2017-12-27 22:32 ` Peter Korsgaard
2017-12-31 8:32 ` Peter Korsgaard
3 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2017-12-27 22:32 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> This would make the unicode challenged menuconfig show something
> sensible.
> Split the sentence for the text to make sense.
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed to 2017.11.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] libsoxr: remove unicode dash from help text
2017-12-20 15:16 [Buildroot] [PATCH] libsoxr: remove unicode dash from help text Baruch Siach
` (2 preceding siblings ...)
2017-12-27 22:32 ` Peter Korsgaard
@ 2017-12-31 8:32 ` Peter Korsgaard
3 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2017-12-31 8:32 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> This would make the unicode challenged menuconfig show something
> sensible.
> Split the sentence for the text to make sense.
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed to 2017.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-12-31 8:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 15:16 [Buildroot] [PATCH] libsoxr: remove unicode dash from help text Baruch Siach
2017-12-20 15:25 ` Yann E. MORIN
2017-12-20 15:36 ` Baruch Siach
2017-12-20 16:46 ` Peter Korsgaard
2017-12-27 22:32 ` Peter Korsgaard
2017-12-31 8:32 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox