| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: totem-pl-parser-devel | Distribution: openSUSE 12.1 |
| Version: 2.32.6 | Vendor: openSUSE |
| Release: 2.1.2 | Build date: Sun Oct 30 04:25:10 2011 |
| Group: Development/Libraries/GNOME | Build host: build14 |
| Size: 317889 | Source RPM: totem-pl-parser-2.32.6-2.1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org/projects/totem/ | |
| Summary: A simple GObject-based library to parse playlist formats | |
totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, to save them too.
LGPLv2.0+
* Wed Sep 21 2011 vuntz@opensuse.org
- Update to version 2.32.6:
+ Fix parsing of remote RSS feeds
+ Add support for M4U/MXU playlists
- Change Obsoletes for totem-pl-parser from <= to < now that we
have a new upstream version.
* Tue Sep 06 2011 vuntz@opensuse.org
- Apply shared library packaging policy (bnc#688747):
+ Create libtotem-plparser17 and libtotem-plparser-mini17
subpackages.
+ Add Provides/Obsoletes for totem-pl-parser to
libtotem-plparser17.
+ Move Recommends for lang subpackage to libtotem-plparser17, as
it's fair to assume that users of the mini version care less
about translations.
+ Changes totem-pl-parser Requires in devel subpackage to
libtotem-plparser17 and libtotem-plparser-mini17 Requires.
- Remove gtk2-devel and gmime-2_4-devel Requires from devel
subpackage: they will automatically be added the pkgconfig() way.
* Wed Jun 08 2011 nmarques@opensuse.org
- Move to pkgconfig() style BuildRequires:
+ Old ones: glib2-devel, gmime-2_4-devel,
gobject-introspection-devel, libquvi-devel, libsoup-devel,
libxml2-devel.
+ New ones: glib-2.0, gmime-2.4, gobject-introspection-1.0,
libquvi, libsoup-2.4, libxml-2.0.
- Improved removal of libtool archives on spec.
* Wed Jun 01 2011 vuntz@opensuse.org
- Add libquvi-devel BuildRequires to enable Quvi video link
parsing. Fix bnc#676294.
- Pass --enable-quvi to make sure quvi support is built-in; it will
make the build fail if we lose it for some reason, which is good
to not lose the feature silently.
* Wed May 18 2011 dimstar@opensuse.org
- Update to version 2.32.5:
+ Fix parsing of iTunes podcasts
+ Use libarchive to detect media discs in ISO files, instead of
gvfs, which makes it more reliable
+ Add support for quvi properties (duration and thumbnail URL).
- Add pkgconfig(libarchive) BuildRequires.
* Mon Mar 21 2011 fcrozat@novell.com
- Update to version 2.32.4:
+ Fix --enable-quvi option
+ Fix getting past the last line of PLS files
+ Add "content-type" property when available
* Sun Feb 27 2011 aj@suse.de
- Change lang package Requires to Recommends since it is not
mandatory at runtime.
* Thu Feb 24 2011 fcrozat@novell.com
- Update to version 2.32.3:
+ quvi related build fixes
- Changes from version 2.32.2:
+ Parse links to video websites using libquvi
+ Fix parsing data from broken HTTP servers
+ Fix warning when opening a directory fails
+ Fix parsing some ASF redirections masquerading as WMA files
* Wed Oct 20 2010 vuntz@opensuse.org
- Update to version 2.32.1:
+ Make introspection work for TotemCd and TotemDisc namespaces
+ Ignore leading tabs and spaces before EXTINF comments in M3U
files
+ Fix out-of-order signals when using async API
+ Fix parsing of iTunes Podcast links
+ Don't force add directories to the playlist when the recurse
level is too high
* Tue Sep 28 2010 vuntz@opensuse.org
- Update to version 2.32.0:
+ Updated translations.
* Sat Sep 18 2010 vuntz@opensuse.org
- Move gir files to devel subpackage.
* Thu Sep 16 2010 vuntz@opensuse.org
- Update to version 2.31.92:
+ Fix introspection build with gobject-introspection 0.9.5,
breaking the GIR API
* Mon Sep 13 2010 vuntz@opensuse.org
- Update to version 2.30.3:
+ Fix parsing of M3U files with ":" in their titles
+ Fix parsing of files hiding as MP4 files (eg. an FLV with an
MP4 extension)
* Fri Aug 06 2010 vuntz@opensuse.org
- Update to version 2.30.2:
+ Fix parsing PLS playlists with "holes" in the numbering
+ Fix crash in totem_pl_parser_parse_with_base when parsing PHP
files that really are PHP files
+ Add Genre extension to XSPF playlists
+ Fix itms links parsing
+ Add support for Last.fm's new XSPF extensions
- Drop totem-pl-parser-gir11.patch: fixed upstream.
- Add libsoup-devel BuildRequires.
* Sun Jul 18 2010 dimstar@opensuse.org
- Add totem-pl-parser-gir11.patch to support gir 1.1.
* Wed May 12 2010 dimstar@opensuse.org
- Update to version 2.30.1:
+ Fix parsing of a number of Podcasts, including possible
crashers
+ Fix parsing of playlists on HTTP servers when they don't match
the suffix used (eg. PHP page giving an XSPF playlist)
+ A few win32 compilation fixes
+ Use GIO for decompressing Podcasts.
* Mon Mar 29 2010 vuntz@opensuse.org
- Update to version 2.30.0:
+ Updated translations.
* Mon Mar 15 2010 dimstar@opensuse.org
- Update to version 2.29.92:
+ Fix parsing of Guardian Podcasts
+ Fix parsing of pukas.wax playlist
+ Fix directory file descriptor leak
+ Fix versioning of the introspection support.
* Wed Jan 27 2010 vuntz@opensuse.org
- Update to version 2.29.1:
+ Add introspection support
+ Remove GTK+ dependency
+ Remove deprecated symbols
+ Add more metadata to XSPF playlist saving
+ Fix compilation on *BSDs
- Drop gtk2-devel BuildRequires.
- Add gobject-introspection-devel BuildRequires.
- Move API documentation to devel package.
* Thu Dec 17 2009 vuntz@opensuse.org
- Fix build on openSUSE <= 11.2.
* Fri Dec 11 2009 vuntz@opensuse.org
- Update to version 2.28.2:
+ Add support for subtitle properties in SMIL files
+ Make totem-pl-parser's XML parsing thread-safe
+ Fix detection of DVD ISOs from remote shares
+ Fix getting DVD title from remote shares
+ Fix some RSS feeds being detected as HTML
+ Fix parsing of multi-line RTSPtext files
+ Fix parsing of some RSS feeds with valid XML, but broken CDATA
usage
* Wed Sep 30 2009 vuntz@opensuse.org
- Update to version 2.28.1:
+ Fix some files with magic getting ignored
+ Small bug fixes
* Mon Sep 28 2009 dimstar@opensuse.org
- Update to version 2.28.0:
+ Updated translations.
* Wed Sep 16 2009 lmedinas@opensuse.org
- Update to version 2.27.92:
+ Speed up PLS parsing
+ Fix error when trying to activate a data mount in Totem's Movie
menu
+ Try harder to ignore text files
+ Fix test parser
* Mon Aug 03 2009 vuntz@novell.com
- Remove evolution-data-server-devel and add gmime-2_4-devel to
Requires of devel package.
* Wed Jul 29 2009 vuntz@novell.com
- Drop gnome-vfs2-devel, gtk-doc, hal-devel, perl-XML-Parser
BuildRequires.
- Add gtk2-devel BuildRequires.
* Mon Jul 27 2009 lmedinas@gmail.com
- Update to version 2.27.2:
+ Add asynchronous parsing API
+ Use GMime instead of evolution-data-server's libcamel for dates
parsing
+ Fix detection of DVD ISOs
- Replace evolution-data-server-devel dependency by gmime-2_4-devel
* Thu May 07 2009 vuntz@novell.com
- Update to version 2.27.1:
+ Handle all types of newline combinations (Unix/DOS)
+ Fix compilation in MacOS X
+ Convert tests to GTest API
* Tue May 05 2009 vuntz@novell.com
- Update to version 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
* Sat Apr 04 2009 vuntz@novell.com
- Update to version 2.26.1:
+ 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
- Pass --disable-static to configure, and only remove la files
manually.
* Mon Mar 16 2009 vuntz@novell.com
- Update to version 2.26.0:
+ Updated translations.
* Sun Mar 08 2009 vuntz@novell.com
- Review changes.
* Wed Mar 04 2009 lmedinas@gmail.com
- Update to version 2.25.92:
+ Updated translations
- Changes from version 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
/usr/include/totem-pl-parser /usr/include/totem-pl-parser/1 /usr/include/totem-pl-parser/1/plparser /usr/include/totem-pl-parser/1/plparser/totem-disc.h /usr/include/totem-pl-parser/1/plparser/totem-pl-parser-builtins.h /usr/include/totem-pl-parser/1/plparser/totem-pl-parser-features.h /usr/include/totem-pl-parser/1/plparser/totem-pl-parser-mini.h /usr/include/totem-pl-parser/1/plparser/totem-pl-parser.h /usr/include/totem-pl-parser/1/plparser/totem-pl-playlist.h /usr/lib64/libtotem-plparser-mini.so /usr/lib64/libtotem-plparser.so /usr/lib64/pkgconfig/totem-plparser-mini.pc /usr/lib64/pkgconfig/totem-plparser.pc /usr/share/gir-1.0/TotemPlParser-1.0.gir /usr/share/gtk-doc/html/totem-pl-parser /usr/share/gtk-doc/html/totem-pl-parser/TotemPlParser.html /usr/share/gtk-doc/html/totem-pl-parser/TotemPlPlaylist.html /usr/share/gtk-doc/html/totem-pl-parser/annotation-glossary.html /usr/share/gtk-doc/html/totem-pl-parser/api-index-deprecated.html /usr/share/gtk-doc/html/totem-pl-parser/api-index-full.html /usr/share/gtk-doc/html/totem-pl-parser/api-reference.html /usr/share/gtk-doc/html/totem-pl-parser/home.png /usr/share/gtk-doc/html/totem-pl-parser/index.html /usr/share/gtk-doc/html/totem-pl-parser/index.sgml /usr/share/gtk-doc/html/totem-pl-parser/ix02.html /usr/share/gtk-doc/html/totem-pl-parser/left.png /usr/share/gtk-doc/html/totem-pl-parser/right.png /usr/share/gtk-doc/html/totem-pl-parser/style.css /usr/share/gtk-doc/html/totem-pl-parser/totem-pl-parser-TotemDisc.html /usr/share/gtk-doc/html/totem-pl-parser/totem-pl-parser-TotemPlPlaylistIter.html /usr/share/gtk-doc/html/totem-pl-parser/totem-pl-parser.devhelp2 /usr/share/gtk-doc/html/totem-pl-parser/up.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 12:07:35 2013