Strawberry-git shouldn't use system taglib
Fef0 opened this issue · 1 comments
Fef0 commented
Strawberry actually uses a modified version of taglib which supports DSD files, you should just change the -DUSE_SYSTEM_TAGLIB=ON flag to -DUSE_SYSTEM_TAGLIB=OFF, so the modified taglib could be used.
Here's the discussion for this specific problem on strawberry's github page: strawberrymusicplayer/strawberry#152
This is the solution given by the author itself: strawberrymusicplayer/strawberry#152 (comment)
Thank you very much in advance.
FabioLolix commented
Hello, I have modified the pkgbuilds (also on the AUR) to use the embedded taglib 36e63ea and I have created another pkgbuild which use the system's taglib (not in the AUR)