audacious-media-player / audacious

A lightweight and versatile audio player
https://audacious-media-player.org
Other
869 stars 115 forks source link

Use QtXml instead of libxml2 #1048

Open Audacious-Bot opened 6 months ago

Audacious-Bot commented 6 months ago

Author Name: Ariadne Conill Original Redmine Issue: https://redmine.audacious-media-player.org/issues/908 Original Date: 2019-10-26


Once we drop GTK support, it would be nice to drop libxml2 dependency altogether by rewriting the code that uses it to use QtXml instead. This removes a dependency and QtXml has a nicer API.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2019-10-26T14:21:23Z


QtXml itself seems to be deprecated in favor of QXmlStreamReader: https://doc.qt.io/qt-5/qxmlstreamreader.html