summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser
AgeCommit message (Collapse)AuthorFilesLines
2009-10-21update to 2.28.1drochner4-10/+14
This switches to the gnome-2.28 release branch.
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-05-19Update to 2.26.2:wiz2-6/+6
2.26.2: - Fix relative paths resolution for a number of playlist types - Implement support for non-unicode encodings in the XML parser - Fix parsing of iTunes podcasts for recent Apple changes - Fix incorrect parsing of non-metalink QuickTime files
2009-04-07update to 2.26.1drochner3-8/+7
changes: - Fix playback of radio streams when the URL has a trailing slash - Fix detection of ISOs as VCDs or DVDs - Fix parsing of some podcasts with huge amounts of CDATA in the XML
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-16Update totem-pl-parser to 2.26.0.jmcneill3-11/+15
2.26.0: * Updated translations 2.25.92: * Updated translations 2.25.91: * Update API documentation * Fix PLA writing to make filenames appear correctly on the device * Fix possible crasher in the itms feed parser * Fix crasher when parsing a PLS file with invalid UTF-8 2.25.90: * Add support for the WPL playlist type * Fix the Python bindings not working * Fix a few memory leaks in XSPF parsing * Fix parsing of ISO-8859-1 M3U files * Ignore rtmp:// URIs 2.25.1 (changes to 2.24.3): * Port disc detection code to GIO, remove HAL dependency * Add a way to disable the libcamel dependency for very specific system integration cases * Use error codes properly and document them
2009-02-21Update to 2.24.4:wiz2-6/+6
2.24.4: * Fix PLA writing to make filenames appear correctly on the device * Fix possible crasher in the itms feed parser
2008-12-08Update to 2.24.3:wiz2-6/+6
2.24.3: * Fix parsing of RSS feeds that use HTML comments * Fix problems that made Totem show an error when selecting a data device in the Movie menu
2008-10-30Update to 2.24.2:wiz2-6/+6
2.24.2: * Fix parsing of M3U files * Export missing symbol, fixes the Python bindings
2008-10-16update to 2.24.1drochner4-24/+9
This switches to the gnome-2.24 release branch.
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz2-2/+4
name change).
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-06-02make it build on DragonFly/FreeBSD, from Hasso Tepper per PR pkg/38821,drochner2-1/+15
slightly modified by me
2008-05-31Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38805.
2008-05-14update to 2.22.3drochner2-6/+6
changes: * Fix the playlist parser trying to parse RCS files * Fix parsing of file that appear to be DOS text files but are Podcasts * Fix linefeeds appearing in titles
2008-04-11add totem-pl-parser-2.22.2, a library to parse playlists, used to bedrochner5-0/+162
part of totem, but was split out in gnome-2.22