Re: [flac-dev] flac 1.3.0pre2 pre-release

2013-03-20 Thread Erik de Castro Lopo
Jaren Stangret wrote: > Testing the metadata-handling properties of flac-to-flac encoding... > case00a... Files case00a-expect.meta and out.meta differ > ERROR: metadata does not match expected case00a-expect.meta > make: *** [fullcheck] Error 1 Last night I did a git bisect on this issue and thi

Re: [flac-dev] [PATCH] Change test scripts shell to bash, to avoid lack of arithmetic support in dash, which is sh on Ubuntu 10.04

2013-03-20 Thread Jaren Stangret
> > Your's is probably better and this is probably an improvement: > awk 'BEGIN { srand(); print int(rand() * 255 + 1) }' > Awk's rand seems to be seeded by the current epoch seconds, but in this > case that doesn't matter. Looks good to me. I'd even go as far as implementing your nanose

[flac-dev] Invitation to connect on LinkedIn

2013-03-20 Thread Tarun Chauhan
LinkedIn I'd like to add you to my professional network on LinkedIn. - Tarun Tarun Chauhan Software Engineer at Stellar Information System Gurgaon, India Confirm that you know Tarun Chauhan: https://www.linkedin.com/e/e1z967-heimyxrr-3z/isd/7475510131/In-2j-qt/?hs=false&tok=1olxL

Re: [flac-dev] Patch to add Unicode filename support for win32 flac

2013-03-20 Thread Erik de Castro Lopo
Janne Hyvärinen wrote: > Seems safe indeed. > Attached an updated patch where metaflac works too. Janne, thanks for your hard work on this. Unfortunately this patch fails to apply for me. The problem is that all the Visual Studio files have CRLF newlines, while all the C files have just LF and t