https://bugs.kde.org/show_bug.cgi?id=357181
Bug ID: 357181 Summary: taglib-extras unable to find taglib version > 1.9 because of wrong comparison Product: taglib Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: whee...@kde.org Reporter: e-...@wthack.de CC: lalin...@gmail.com Hi, could you please apply the following fix to your FindTaglib.cmake file: https://github.com/exi/nixpkgs/commit/5303351c72b725b2138daa87ef4f852dd826bdd2 FindTaglib.cmake uses STRLESS to compare version which should be VERSION_LESS. Would be cool if you could tag a new taglib-extras version with the fix so we can drop our workaround. Reproducible: Always Steps to Reproduce: 1. Try to build with taglib version 1.10 Actual Results: Unable to find taglib version that satisfies taglib > 1.7 although 1.10 is installed Expected Results: Should compile just fine -- You are receiving this mail because: You are watching all bug changes.