Bug 357181

Summary: taglib-extras unable to find taglib version > 1.9 because of wrong comparison
Product: [Unmaintained] taglib Reporter: e-kde
Component: generalAssignee: Scott Wheeler <wheeler>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: lalinsky
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description e-kde 2015-12-26 17:04:24 UTC
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
Comment 1 Justin Zobel 2021-03-09 07:26:01 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.
Comment 2 Christoph Cullmann 2025-06-15 15:00:21 UTC
Upstream bugs should go to 

https://github.com/taglib/taglib/issues

If your issue still happens with a recent release, please report it there, sorry that we did not inform you earlier about this change, seems it was forgotten to close this component for bugs here.