Finetune 1.0.2 released
This minor release includes stability fixes and better compatibility with older OS X versions. Thanks to those who helped me test Finetune.
Basically I’ve been hit by a classical stack overflow crash that was really difficult to track down. Another mistake I made, which prevented Finetune from running on older OS X versions, was building TagLib without specifying additional (and profoundly mysterious for the uninitiated) flags. Something like this (self-reminder):
cmake .. -DCMAKE_INSTALL_PREFIX=~/taglib-1.11\ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_FRAMEWORK=ON \ -DCMAKE_OSX_ARCHITECTURES="x86_64" \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \ -DCMAKE_CXX_FLAGS="-stdlib=libc++ -std=gnu++11"
Have fun with Finetune and with your perfectly tagged music library.