2021-05-29 -- 1.2.1 * Fixed: GCC 4.4 test suite compilation Thanks to Samuli Suominen for the patch! * Fixed: Missing unistd.h include in examples/read/read.cpp * Fixed: Compile errors when uriparser is located in a non-standard path that is passed to configure through variable PKG_CONFIG_PATH * Fixed: Update the GNU Autotools build system so that ./autogen.sh runs without warnings * Fixed: Allow linking with LLD * Improved: Modernize the GNU Autotools build system Thanks to David Seifert for the pull request! * Soname: 4:3:0 (please see https://verbump.de/ for what these numbers do)
18 lines
698 B
Text
18 lines
698 B
Text
libxspf (formerly called libSpiff) brings XSPF playlist reading and writing
|
|
support to your C++ application. Both version 0 and 1 are supported. libxspf
|
|
uses Expat for XML parsing, CppTest for unit testing and uriparser for
|
|
handling URIs. libxspf is the official reference implementation for XSPF of
|
|
the Xiph.Org Foundation.
|
|
|
|
Features
|
|
|
|
* Full conformance to the XSPF specification
|
|
* Cross-platform (Unix, Windows, Mac OS X, ...)
|
|
* Read and write XSPF files
|
|
* XSPF-0 and XSPF-1 support
|
|
* Unicode support
|
|
* Full support for XSPF extensions
|
|
* Full support for XML namespaces
|
|
* Fast (as XML parsing is done by Expat)
|
|
* Extensive unit testing using CppTest
|
|
* Liberal license (New BSD license)
|