clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.68k stars 670 forks source link

Compatibility with TagLib 2.0 #7314

Open bilde2910 opened 5 months ago

bilde2910 commented 5 months ago

TagLib recently updated to version 2.0 and introduced breaking changes due to function deprecations and type changes. This patch updates Clementine to be compatible with TagLib 2.0.

I can confirm that this builds and works on my Arch Linux machine with TagLib 2.0, but I haven't tested it with TagLib 1.x. More testing may be warranted if support for TagLib 1.x is desired.

Fixes #7313.

hatstand commented 5 months ago

More testing may be warranted if support for TagLib 1.x is desired.

I think the checks above give you your answer there :-)

Pro-pra commented 3 months ago

Thank you, may build fine with this patch