After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755367 - grilo needs totem-pl-parser as a dep, not suggest
grilo needs totem-pl-parser as a dep, not suggest
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2015-09-21 18:25 UTC by Daniel Stone
Modified: 2015-09-22 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
3.18: Fix grilo module dependencies (1.27 KB, patch)
2015-09-22 14:20 UTC, Bastien Nocera
committed Details | Review

Description Daniel Stone 2015-09-21 18:25:41 UTC
Totem requires grilo-pls, which is only built if totem-pl-parser is available when grilo is built. It doesn't get built in a clean install, as totem-pl-parser is only a suggest rather than a real dep. This seems to have been broken for all of 3.18.
Comment 1 Bastien Nocera 2015-09-22 14:20:58 UTC
Created attachment 311864 [details] [review]
3.18: Fix grilo module dependencies

Libxml2 is a hard requirement for grilo. Both libsoup and
totem-pl-parser are requirements to build the auxiliary grl-net and
grl-pls libs which are requirements of some grilo-plugins, which, in
turn, will be required by totem.
Comment 2 Bastien Nocera 2015-09-22 15:58:00 UTC
Attachment 311864 [details] pushed as d5b16de - 3.18: Fix grilo module dependencies