Hi all, I have a new pre-reelase (with a GPG signature) up here: http://mega-nerd.com/tmp/flac-1.3.3rc1.tar.xz http://mega-nerd.com/tmp/flac-1.3.3rc1.tar.xz.asc This code is built from commit 10a28d482a8e48b806f61ab766992b2add98ec43 plus another commmit to change the version numbers which I will not be pushing to the public repo before the final release. Note that audio files encoded with a pre-releases will be 3 bytes longer than the the file encoded with the 1.3.3 final release because the version string is "1.3.3rc1" instead of "1.3.3". I hope to make a full release within a week. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Minor changes needed for Visual Studio as the version is defined in the project files. Replace 'PACKAGE_VERSION=\"1.3.2\"' with 'PACKAGE_VERSION=\"1.3.3rc1\"' in src/libFLAC/libFLAC_dynamic.vcproj and libFLAC_static.vcproj. And replace 'PACKAGE_VERSION="1.3.2"' with 'PACKAGE_VERSION="1.3.3rc1"' in src/libFLAC/libFLAC_dynamic.vcxproj and libFLAC_static.vcxproj.
Janne Hyvärinen wrote:> Minor changes needed for Visual Studio as the version is defined in the > project files. > > Replace 'PACKAGE_VERSION=\"1.3.2\"' with > 'PACKAGE_VERSION=\"1.3.3rc1\"' in > src/libFLAC/libFLAC_dynamic.vcproj and libFLAC_static.vcproj. And > replace 'PACKAGE_VERSION="1.3.2"' with 'PACKAGE_VERSION="1.3.3rc1"' in > src/libFLAC/libFLAC_dynamic.vcxproj and libFLAC_static.vcxproj.I have not way of verifying if any hand edit I do is correct. For that reason I reall do need a proper diff. Sorry, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Janne Hyvärinen wrote:> Replace 'PACKAGE_VERSION=\"1.3.2\"' with > 'PACKAGE_VERSION=\"1.3.3rc1\"' in > src/libFLAC/libFLAC_dynamic.vcproj and libFLAC_static.vcproj. And > replace 'PACKAGE_VERSION="1.3.2"' with 'PACKAGE_VERSION="1.3.3rc1"' in > src/libFLAC/libFLAC_dynamic.vcxproj and libFLAC_static.vcxproj.Never mind, I responded before the coffee had kicked in. I can do that. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Erik de Castro Lopo wrote:> I have a new pre-reelase (with a GPG signature) up here:New version: http://mega-nerd.com/tmp/flac-1.3.3rc2.tar.xz http://mega-nerd.com/tmp/flac-1.3.3rc2.tar.xz.asc Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Version info is now correct. I noticed there have been some file changes and Visual Studio 2005 project files hadn't been updated. Here's a patch for git version to fix compilation. On 15.7.2019 3.32, Erik de Castro Lopo wrote:> Erik de Castro Lopo wrote: > >> I have a new pre-reelase (with a GPG signature) up here: > New version: > > > http://mega-nerd.com/tmp/flac-1.3.3rc2.tar.xz > http://mega-nerd.com/tmp/flac-1.3.3rc2.tar.xz.asc > > Erik-------------- next part -------------- diff --git a/src/libFLAC/libFLAC_dynamic.vcproj b/src/libFLAC/libFLAC_dynamic.vcproj index 3815c79b..ecddc1e7 100644 --- a/src/libFLAC/libFLAC_dynamic.vcproj +++ b/src/libFLAC/libFLAC_dynamic.vcproj @@ -345,6 +345,10 @@ RelativePath=".\lpc_intrin_sse41.c" > </File> + <File + RelativePath=".\lpc_intrin_avx2.c" + > + </File> <File RelativePath=".\md5.c" > @@ -397,6 +401,10 @@ RelativePath=".\stream_encoder_intrin_ssse3.c" > </File> + <File + RelativePath=".\stream_encoder_intrin_avx2.c" + > + </File> <File RelativePath=".\window.c" > diff --git a/src/libFLAC/libFLAC_static.vcproj b/src/libFLAC/libFLAC_static.vcproj index 6b6edf0c..9b6f37d1 100644 --- a/src/libFLAC/libFLAC_static.vcproj +++ b/src/libFLAC/libFLAC_static.vcproj @@ -386,6 +386,10 @@ RelativePath=".\lpc_intrin_sse41.c" > </File> + <File + RelativePath=".\lpc_intrin_avx2.c" + > + </File> <File RelativePath=".\md5.c" > @@ -438,6 +442,10 @@ RelativePath=".\stream_encoder_intrin_ssse3.c" > </File> + <File + RelativePath=".\stream_encoder_intrin_avx2.c" + > + </File> <File RelativePath=".\window.c" >
Hi Erik, Am 15.07.2019 um 02:32 schrieb Erik de Castro Lopo <mle+la at mega-nerd.com>:> Erik de Castro Lopo wrote: > >> I have a new pre-reelase (with a GPG signature) up here: > > New version: > > http://mega-nerd.com/tmp/flac-1.3.3rc2.tar.xz > http://mega-nerd.com/tmp/flac-1.3.3rc2.tar.xz.ascI have an undefined symbol on Solaris 10 Sparc with GCC 5.5:> Undefined first referenced > symbol in file > clock_gettime util.oAt the moment librt is only added for Linux whereas it would be better to check on all operating systems if the function is in librt. Best regards — Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
Erik de Castro Lopo wrote: Hopefull the final release candidate: http://mega-nerd.com/tmp/flac-1.3.3rc3.tar.xz http://mega-nerd.com/tmp/flac-1.3.3rc3.tar.xz.asc Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Erik de Castro Lopo wrote:> Hopefull the final release candidate: > > http://mega-nerd.com/tmp/flac-1.3.3rc3.tar.xz > http://mega-nerd.com/tmp/flac-1.3.3rc3.tar.xz.ascI am assuming everyone was happy with that and that I can release a new version. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/