macOS: Update lensfun version, copy some libs
Copies 2 libs not picked up by the routine and bumps the lensfun dylib version.
This commit is contained in:
parent
e29ff3cce2
commit
96715ba7b3
@ -152,12 +152,18 @@ done
|
||||
ditto {"${GTK_PREFIX}","${RESOURCES}"}/share/icons/Adwaita/index.theme
|
||||
"${GTK_PREFIX}/bin/gtk-update-icon-cache-3.0" "${RESOURCES}/share/icons/Adwaita"
|
||||
|
||||
# Copy libjpeg-turbo into the app bundle
|
||||
cp /opt/local/lib/libjpeg.62.dylib "${RESOURCES}/../Frameworks"
|
||||
|
||||
# Copy libtiff into the app bundle
|
||||
cp /opt/local/lib/libtiff.5.dylib "${RESOURCES}/../Frameworks"
|
||||
|
||||
# Copy the Lensfun database into the app bundle
|
||||
mkdir -p "${RESOURCES}/share/lensfun"
|
||||
cp /opt/local/share/lensfun/version_2/* "${RESOURCES}/share/lensfun"
|
||||
|
||||
# Copy liblensfun to Frameworks
|
||||
cp /opt/local/lib/liblensfun.1.dylib "${RESOURCES}/../Frameworks"
|
||||
cp /opt/local/lib/liblensfun.2.dylib "${RESOURCES}/../Frameworks"
|
||||
|
||||
# Copy libiomp5 to Frameworks
|
||||
cp /opt/local/lib/libomp/libiomp5.dylib "${RESOURCES}/../Frameworks"
|
||||
|
Loading…
x
Reference in New Issue
Block a user