summaryrefslogtreecommitdiff
path: root/audio/libspiff/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-10-31Update to libspiff-1.0.0. BUILDLINK_API_DEPENDS.libspiff is nowbjs1-5/+1
set to 1.0.0. 2008-09-21 -- 1.0.0 * Improved: XSPF writing API re-designed * Added: Customizable malicious XML detection, off by default * Fixed: Deep-copy broken in SpiffTrack and SpiffProps * Fixed: Strip example working again * Fixed: Some Code::Blocks files missing in release archives * Fixed: Documentation fixes * Added: Virtual hook to hopefully save a few ABI breaks in the future * Improved: Now shipping gnulib's config.guess from HEAD * Changed: No longer exposing these classes: - SpiffDataWriter - SpiffTrackWriter - SpiffPropsWriter - SpiffSkipExtensionReader - SpiffStrictReaderCallback * Changed: No longer bundling Expat and uriparser * Soname: 4:0:0
2007-11-08Import libspiff-0.8.2.bjs1-0/+34
LibSpiff brings XSPF playlist reading and writing support to your C++ application. Both version 0 and 1 are supported. libSpiff uses Expat for XML parsing and CppTest for unit testing. libSpiff is the official reference implementation for XSPF of the [9]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 (XML parsing is done by Expat) * Uses unit testing * Liberal license: [10]New BSD license