Replies: 1 comment 1 reply
-
The current situation is that the Homebrew official repository has not yet merged the taglib v2.x version supporting the CMake toolchain. The existing version remains v1.13.1, which lacks compatibility with CMake-based dependency management. I have reviewed your pull request to Homebrew (thank you for your contributions to this project), but unfortunately, I currently do not have the bandwidth to maintain any projects. Therefore, we will need to wait for the official taglib@2 release or explore other potential solutions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, recently I tried to submit new version to Homebrew package manager (Homebrew/homebrew-core/pull/209826). It looks like now you bundle taglib with the program. Because git tags don't contain neither submodules nor
.gitdirectory it is impossible to compile your program from the source code. My solution was to removeadd_subdirectory(taglib)line fromCMakeList.txt, replace#include "taglib/path/lib.h"with#include <taglib/lib.h>, and set-DCMAKE_PREFIX_PATHflag.I wonder if it would be possible to update build instruction so that it'd use system taglib in case if local
taglibdirectory is empty?Beta Was this translation helpful? Give feedback.
All reactions