GNOME Bugzilla – Bug 462153
Build totem playlist parser as a separate module
Last modified: 2008-06-03 17:40:50 UTC
The playlist parser library is too useful and can be used in other applications, but it is kind of difficult to build as it requires totem to be built as well. In such restricted environments based on the GMAE platform, as Maemo, Openmoko and Ubuntu Mobile, this is not an easy task. I've successfully generated a tree for building totem playlist parser apart from totem which I'm attaching below. Is it possible to migrate the source files and keep the svn history for them??
Created attachment 92800 [details] The separate build tree This archive was generated with make distcheck. I'm working on the patch on totem side to make use of this new approach.
That's a good idea (I guess), but that's definitely 2.21 material.
(In reply to comment #2) > That's a good idea (I guess), but that's definitely 2.21 material. > Sure it is not for this release. I've specified 2.19.x because I couldn't find something like 'trunk' in the version field.
Fixed with revision 4877?
2007-12-03 Bastien Nocera <hadess@hadess.net> * *: Moved from Totem, export mini plparser for use in the browser plugin (Closes: #462153) Still need to update Totem itself to use the new module, and push those changes to the release team and all.
2007-12-03 Bastien Nocera <hadess@hadess.net> * plparse/*: * totem-plparser-uninstalled.pc.in: * totem-plparser.pc.in: Move to totem-pl-parser module * Makefile.am: * bindings/python/totem.override: * browser-plugin/Makefile.am: * configure.in: * lib/Makefile.am: * src/Makefile.am: * src/backend/bacon-video-widget.h: * src/totem-playlist.h: * src/totem.c: * src/totem.h: Update includes and configure to use the external totem-pl-parser (Closes: #462153)
Mass-move from totem to totem-pl-parser. You can remove all messages by searching for this comment.