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 690840 - totem fails to build due to wrong clutter requirements
totem fails to build due to wrong clutter requirements
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-12-28 22:38 UTC by Gilles Dartiguelongue
Modified: 2012-12-29 18:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-Raise-dependency-on-clutter-according-to-usage.patch (610 bytes, patch)
2012-12-28 22:38 UTC, Gilles Dartiguelongue
committed Details | Review

Description Gilles Dartiguelongue 2012-12-28 22:38:47 UTC
Created attachment 232357 [details] [review]
0001-Raise-dependency-on-clutter-according-to-usage.patch

Hi,

one of our users reported totem build failure related to clutter [1].

After checking the documentation [2], it looks like ClutterCanvas is only available since clutter-1.10.

[1] https://bugs.gentoo.org/show_bug.cgi?id=449090
[2] http://developer.gnome.org/clutter/1.9/ClutterCanvas.html#ClutterCanvas-struct
Comment 1 Philip Withnall 2012-12-29 16:46:41 UTC
Review of attachment 232357 [details] [review]:

Committed, thanks.

commit c867c26191e6ba3e1d590b90bed384852b6ea17a
Author: Gilles Dartiguelongue <eva@gentoo.org>
Date:   Fri Dec 28 23:37:49 2012 +0100

    build: Raise dependency on clutter according to usage
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=690840

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Gilles Dartiguelongue 2012-12-29 18:43:43 UTC
Looks like the closes didn't work :)
Thanks for reviewing.