You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've collated existing efforts (see my notes) and am mostly there in tlvince:digikam, but am currently stumped on the following build error:
-- PKGCONFIG() indicates that libkexiv2 is not installed (install the package which contains libkexiv2.pc if you want to support this feature)
CMake Error at cmake/modules/FindKexiv2.cmake:111 (message):
Could NOT find libkexiv2 header files
Call Stack (most recent call first):
extra/kipi-plugins/CMakeLists.txt:126 (FIND_PACKAGE)
The text was updated successfully, but these errors were encountered:
I'm open to adding more software to this tap as long as somebody uses it and will maintain the formula. I like and use Digikam on Linux. Same for Okular and Gwenview.
The build error probably happens because superenv doesn't set PKG_CONFIG_PATH for libkexiv2. The library is installed directly to /usr/local and superenv doesn't search that. It looks for .pc files in /usr/loca/opt/libkexiv2/lib/pkgconfig. See Library/Homebrew/extend/ENV/super.rb#148
Are you interested in adding Digikam to this tap?
I've collated existing efforts (see my notes) and am mostly there in tlvince:digikam, but am currently stumped on the following build error:
The text was updated successfully, but these errors were encountered: