On 2014-11-23 3:01 AM, Janne Hyv?rinen wrote:> At least Windows users expect to find official version at > https://xiph.org/flac/download.html. Right now it links to old > sourceforge page http://sourceforge.net/projects/flac/files/flac-win/ > that only has version 1.2.1.Is this just a static build of the 'flac' command-line tool? I can do that for 1.3.0 and 1.3.1, or we can do a cross-build with gcc on Linux. On MacOS X, flac is available through homebrew, and I've been maintaining that. -r
Ralph Giles wrote:> Is this just a static build of the 'flac' command-line tool?I presume so.> I can do that for 1.3.0 and 1.3.1, or we can do a cross-build with gcc > on Linux.Ok, I'll look into that. What is expected to be in those Windows builds? Just the flac and metaflac binaries?> On MacOS X, flac is available through homebrew, and I've been > maintaining that.Ok, thanks. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Ralph Giles wrote:> On 2014-11-23 3:01 AM, Janne Hyv?rinen wrote: > >> At least Windows users expect to find official version at >> https://xiph.org/flac/download.html. Right now it links to old >> sourceforge page http://sourceforge.net/projects/flac/files/flac-win/ >> that only has version 1.2.1. > > Is this just a static build of the 'flac' command-line tool?flac.exe and metaflac.exe, 32-bit and 64-bit, statically linked with libFLAC, libogg, etc.> I can do that for 1.3.0 and 1.3.1, or we can do a cross-build with gcc > on Linux.What GCC version do you use? (as I wrote slightly earlier, GCC 4.9.x is necessary for best efficiency of en/decoding).
Erik de Castro Lopo wrote:> Ok, I'll look into that. What is expected to be in those Windows > builds? Just the flac and metaflac binaries?flac-1.2.1-win.zip contains: * bin/ folder with executables * doc/html/ folder with documentation * AUTHORS, COPYING.* and README files in the root folder of the archive. So I think that flac-1.3.1-win.zip should contain: * doc/html/ folder with documentation * win32/ folder with 32-bit flac.exe and metaflac.exe * win64/ folder with 64-bit flac.exe and metaflac.exe * AUTHORS, COPYING.* and README files in the root.