Erik de Castro Lopo
2013-Apr-28 09:38 UTC
[flac-dev] Pre-release 1.3.0pre4 (hopefully the last)
Hi all, I have tagged 1.3.0pre4 in git and provided a tarball here: http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre4.tar.xz I have built and tested the git tree on: linux-x86_64 openbsd5-i386 freebsd5-i386 as well as successfully cross compiling from Linux to 32 and 64 bit MinGW. As far as I am concerned, the only thing left to do for this release is to update the version numbers and dates through out. I will still accept bug fixes for this release, but I am no longer accepting feature updates. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Janne Hyvärinen
2013-Apr-28 10:28 UTC
[flac-dev] Pre-release 1.3.0pre4 (hopefully the last)
I uploaded Windows binaries for willing testers at http://www.saunalahti.fi/~cse/temp/flac-1.3pre4-win32.zip . I have been using the git version for my own encodes for a while now without any issues.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28.04.2013 13:38, Erik de Castro Lopo wrote:> I have tagged 1.3.0pre4 in git and provided a tarball here: > > http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre4.tar.xz > > I have built and tested the git tree on: > > linux-x86_64 openbsd5-i386 freebsd5-i386 >i686-w64-mingw32 - builds correctly, passes all tests (NT 6.1.7601). - -- O< ascii ribbon - stop html email! - www.asciiribbon.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRfQaZAAoJEOs4Jb6SI2CwbXoH+gMvKvgKQBnubJixatT/KXD3 F9DHtZ9UwQ/u+JiPrTF+vd3PdSB1gDvfmhlLsT1NXNdzSUVk0HvVEyMCFNT24xPa GHLpsPIwpE2zWgPBfLDVfatTcyLnFBXn8PNIWjxSgaTxJLdHjYtGBY/JaYHf6Hss 6c2/qhF4w8UZC9hqX9LVd5UExbOtkdUPb82aS9ShhB65fcKgLTJvKNMtpHA4OPwx Ud6j5/tRGksbOBvqcK28dqH+80nY/xrBbG5Z8iqek6vTHyc5HhVMaGOlIJIigGSb W6wKMRus1SzX9pFwbJltnNIZKHVmn/sCPZ7i7suspKQqrEi4e2lcHxbCW12XCC0=vjiJ -----END PGP SIGNATURE-----
Stephen F. Booth
2013-Apr-28 20:35 UTC
[flac-dev] Pre-release 1.3.0pre4 (hopefully the last)
I successfully compiled 1.3.0pre4 on MacOS X 10.8 and the tests succeeded. My configuration is Configuration summary : FLAC version : ........................ 1.3.0pre4 Host CPU : ............................ x86_64 Host Vendor : ......................... apple Host OS : ............................. darwin12.3.0 Compiler is GCC : ..................... yes GCC version : ......................... 4.2.1 There were several warnings during the build, though, all concerning shadowing of the global signal() function: CC md5.lo md5.c: In function 'format_input_': md5.c:273: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here md5.c: In function 'FLAC__MD5Accumulate': md5.c:394: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here CC stream_encoder.lo stream_encoder.c: In function 'evaluate_constant_subframe_': stream_encoder.c:3454: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here stream_encoder.c: In function 'evaluate_fixed_subframe_': stream_encoder.c:3477: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here stream_encoder.c: In function 'evaluate_lpc_subframe_': stream_encoder.c:3539: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here stream_encoder.c: In function 'evaluate_verbatim_subframe_': stream_encoder.c:3625: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here stream_encoder.c: In function 'get_wasted_bits_': stream_encoder.c:4090: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here Stephen On Sunday, April 28, 2013 at 5:38 AM, Erik de Castro Lopo wrote:> Hi all, > > I have tagged 1.3.0pre4 in git and provided a tarball here: > > http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre4.tar.xz > > I have built and tested the git tree on: > > linux-x86_64 > openbsd5-i386 > freebsd5-i386 > > as well as successfully cross compiling from Linux to 32 and 64 bit > MinGW. > > As far as I am concerned, the only thing left to do for this release > is to update the version numbers and dates through out. > > I will still accept bug fixes for this release, but I am no longer > accepting feature updates. > > Cheers, > Erik > -- > ---------------------------------------------------------------------- > Erik de Castro Lopo > http://www.mega-nerd.com/ > _______________________________________________ > flac-dev mailing list > flac-dev at xiph.org (mailto:flac-dev at xiph.org) > http://lists.xiph.org/mailman/listinfo/flac-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130428/dc410ab9/attachment.htm
Erik de Castro Lopo
2013-Apr-28 21:03 UTC
[flac-dev] Pre-release 1.3.0pre4 (hopefully the last)
Stephen F. Booth wrote:> There were several warnings during the build, though, all concerning > shadowing of the global signal() function:Yep there are a couple of warnings like that that are benign but which I will fix in the next release cycle. Thanks for testing. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On 04/28/13 02:38 am, Erik de Castro Lopo wrote:> Hi all, > > I have tagged 1.3.0pre4 in git and provided a tarball here: > > http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre4.tar.xzOn OS/2 compile dies here, CC win_utf8_io/win_utf8_io.lo win_utf8_io/win_utf8_io.c:13:75: error: windows.h: No such file or directory ... with lots of more errors. The problem is in configure.ac. I don't have new enough autotools to test properly but applying this directly to configure fixes it. The build also dies here, CC utils.o utils.c: In function 'get_console_width': utils.c:177: error: storage size of 'w' isn't known utils.c:178: error: 'TIOCGWINSZ' undeclared (first use in this function) utils.c:178: error: (Each undeclared identifier is reported only once utils.c:178: error: for each function it appears in.) utils.c:177: warning: unused variable 'w' possible solution that returns a VIO consoles width attached. Dave -------------- next part -------------- A non-text attachment was scrubbed... Name: configure.ac.diff Type: text/x-patch Size: 525 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130428/44115130/attachment.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: utils.diff Type: text/x-patch Size: 365 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130428/44115130/attachment-0001.bin
Erik de Castro Lopo
2013-Apr-29 11:35 UTC
[flac-dev] Pre-release 1.3.0pre4 (hopefully the last)
Dave Yeo wrote:> On OS/2 compile dies here, > CC win_utf8_io/win_utf8_io.lo > win_utf8_io/win_utf8_io.c:13:75: error: windows.h: No such file or directory > ... > with lots of more errors. > The problem is in configure.ac. I don't have new enough autotools to > test properly but applying this directly to configure fixes it. > The build also dies here, > CC utils.o > utils.c: In function 'get_console_width': > utils.c:177: error: storage size of 'w' isn't known > utils.c:178: error: 'TIOCGWINSZ' undeclared (first use in this function) > utils.c:178: error: (Each undeclared identifier is reported only once > utils.c:178: error: for each function it appears in.) > utils.c:177: warning: unused variable 'w' > > possible solution that returns a VIO consoles width attached.Patches applied and will be in this release. Thanks. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Martijn van Beurden
2013-Apr-30 21:45 UTC
[flac-dev] Pre-release 1.3.0pre4 (hopefully the last)
On 28-04-13 13:23, LRN wrote:> On 28.04.2013 13:38, Erik de Castro Lopo wrote: >> I have tagged 1.3.0pre4 in git and provided a tarball here: >> >> http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre4.tar.xz >> >> I have built and tested the git tree on: >> >> linux-x86_64 openbsd5-i386 freebsd5-i386 > i686-w64-mingw32 - builds correctly, passes all tests (NT 6.1.7601).Add to that: - linux-x86_64 (passed usual tests, when configured with no options, --enable-sse) - minGW (not w64) on Windows 7 32-bit - Visual Studio 2012 on Windows 7 32-bit - armv6l-unknown-linux-gnueabihf (raspbian) Furthermore I've ran the tests I used for the lossless comparison which is on the FLAC website. The results are attached. I'm not sure what happened, but it seems something happened to my system (I did no software update or something of that sort), the results are not fully reproducible when considering decoding. I'll look into this. However, these results still show that there hasn't been a (severe) regression in performance on linux. -------------- next part -------------- A non-text attachment was scrubbed... Name: All tracks-decode.pdf Type: application/pdf Size: 9500 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130430/16ff88da/attachment-0002.pdf -------------- next part -------------- A non-text attachment was scrubbed... Name: All tracks-encode.pdf Type: application/pdf Size: 9352 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130430/16ff88da/attachment-0003.pdf