Re: [arch-general] Espeak in official repositories needs an overhaul

2018-03-09 Thread Daniel M. Capella via arch-general
https://aur.archlinux.org/packages/espeak-ng

PS: Resending to (hopefully) fix the thread and avoid confusion. My
apologies for being terrible at mailing lists.
PPS: Just in case this doesn't work: https://lists.archlinux.org/
pipermail/arch-general/2017-December/044513.html


Re: [arch-general] [arch-dev-public] LLVM 6 and splitting up {clang, lld, lldb, compiler-rt} into separate PKGBUILDs

2018-03-09 Thread Jordan Glover via arch-general
On March 9, 2018 1:26 PM, Evangelos Foutras via arch-dev-public 
 wrote:

> I pushed llvm 6.0.0-1 to \[staging\] without the rest of the packages
> 
> mentioned in the subject. I am planning to add them back as individual
> 
> packages in the following days.
> 
> This separation will bring faster builds when one of these components needs
> 
> patching. It also allows building clang with shared libraries and merging
> 
> the extra-tools package into it (thus fixing https://bugs.archlinux.org/tas
> 
> k/50865).
> 
> Once everything is in \[staging\], I'll create a TODO list for rebuilds as
> 
> usual.

Just in case if you don't already know this: -fno-plt is available in clang 
6[1].
You can drop the no-op patch.

[1] https://reviews.llvm.org/rL317605

​Jordan