GNOME Bugzilla – Bug 705473
gstreamer 1.0 devhelp not parallel *usable* with 0.10
Last modified: 2013-09-09 09:28:36 UTC
While the docs are parallel installable with 0.10, as some of them weren't renamed, devhelp sees only one version each (as it affects plugins docs too). That's cause <book> element has the same 'name' attribute for both sets. I don't know much about gtk-doc, but it seems, that the most simple solution would be to rename the base doc file (i.e. adding '-1.0' in the name) and making the necessary changes in all relevant Makefile.am.
This is fixed in 1.2,but we haven't cherry-picked that patch into 1.0 because it changes some filename, Tim?
Remind me which commit that was? I don't seem to be able to find it right now
From common, the patch is 2de221ce94b657f9c9
Don't know, not violently opposed to this, just thinking about hassle for packagers. But then, the benefit is quite significant, I guess. Feel free to cherry-pick it into common/1.0. Just need to make sure to add a comment to the release notes/mail if we do.
Ok, I'm going to call this and say that it's not worth picking this into the 1.0 branch at this point. It will be fixed properly in 1.2. Sorry for the inconvenience!