[macOS] RawTherapee 5.3 Release Candidate 1 for testing

https://filebin.net/0zrjijj7pze6uzym/RawTherapee_OSX_10.9_64_5.3-rc1-12-gea093454.zip

In this link you can download a macOS build of Release Candidate 1 for upcoming version 5.3. which includes the lensfun databaseversion_1

New feature to test in Geometry:

Lensfun (Lens Correction)
What to test: Does it work? Is your equipment supported?
Don’t forget to delete your options file if upgrading.
10 PM

Retina Macs / HiDPI displays:

What to test: Does it work? Is your equipment supported?
Don’t forget to delete your options file if upgrading.

Gracious thanks,
@HIRAM

1 Like

I clicked on the “Visit Topic”, but didn’t notice any references to me.
I assume you fixed the issue?

Thanks,
Partha

@partha, in more detail and after more testing, I succeeded in bundling the lens fun database with:

cmake -DCMAKE_BUILD_TYPE="release" -DPROC_TARGET_NUMBER="1" -DPROC_LABEL="generic processor" -DCACHE_NAME_SUFFIX="5.3-rc1" -DCMAKE_C_COMPILER="clang-mp-3.9" -DCMAKE_CXX_COMPILER="clang++-mp-3.9" -DWITH_LTO="ON" -DCMAKE_OSX_SYSROOT="/" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.9" -DLENSFUNDBDIR="./share/lensfun" ..

and amending tools/osx/macosx_bundle.sh to have
# Copy the Lensfun database into the app bundle mkdir -p "${RESOURCES}/share/lensfun" cp /opt/local/share/lensfun/version_1/* "${RESOURCES}/share/lensfun"