The FLAC 1.1.2 release candidate is now available at http://prdownloads.sourceforge.net/flac/flac-1.1.2-beta.tar.gz?download Only the source tarball is available. I am putting out the beta first so that package maintainers and others can smoke test the build/install/check process before the official one goes out, since we've had problems before. Everyone that can, please download and try: ./configure ... make make check make install [optional] (or build in MSVC on windows) and reply to this thread if there are any problems. Hopefully we can work them all out in advance of the release. Please do not distribute packages based on the beta. Once all goes well I'll put together the official release, including binary releases. The libtool numbers for all the libraries have been updated like so: current++ revision=0 age=0 Depending on what kind of bugs are found, the libtool 'revision' *may* increment for the official release (indicating source code change) but no API changes will be made so 'current' and 'age' will stay the same. The changelog is here: http://cvs.sourceforge.net/viewcvs.py/*checkout*/flac/flac/doc/html/changelog.html?rev=1.19 Thanks, Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Miroslav Lichvar
2005-Feb-02 02:42 UTC
[Flac-dev] FLAC 1.1.2-beta: attn package maintainers
A couple of minor points. In documentation.html, section describing -m option, there is "Currently mid-side encoding is only available when bits-per-sample <= 16". I think there should be "<= 31" or better, nothing at all. Sine files generated by test_streams utility are little endian, but shell function test_file() in test_streams.sh uses --endian=big. -- Miroslav Lichvar
--- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote:> A couple of minor points. > > In documentation.html, section describing -m option, there is > "Currently > mid-side encoding is only available when bits-per-sample <= 16". I > think > there should be "<= 31" or better, nothing at all. > > Sine files generated by test_streams utility are little endian, but > shell function test_file() in test_streams.sh uses --endian=big.good eye, checked in, thanks. Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Christian Weisgerber
2005-Feb-11 06:21 UTC
[Flac-dev] Re: FLAC 1.1.2-beta: attn package maintainers
Josh Coalson <xflac@yahoo.com> wrote:> The FLAC 1.1.2 release candidate is now available at > http://prdownloads.sourceforge.net/flac/flac-1.1.2-beta.tar.gz?downloadInstallation fails in doc/html/Makefile if doxygen is not available. make: don't know how to make install-data-local. Stop in /usr/obj/flac-1.1.2beta/flac-1.1.2-beta/doc/html. I guess automake inserts a reference to install-data-local, but fails to provide it as a dummy target if FLaC__HAS_DOXYGEN is not true. -- Christian "naddy" Weisgerber naddy@mips.inka.de