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 684292 - totem-pl-parser-3.4.3 requires >=glib-2.33.1
totem-pl-parser-3.4.3 requires >=glib-2.33.1
Status: RESOLVED FIXED
Product: totem-pl-parser
Classification: Core
Component: General
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: totem-pl-parser-maint
totem-pl-parser-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-18 13:27 UTC by Alexandre Rostovtsev
Modified: 2012-09-18 14:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial patch (693 bytes, patch)
2012-09-18 13:32 UTC, Alexandre Rostovtsev
none Details | Review

Description Alexandre Rostovtsev 2012-09-18 13:27:10 UTC
(as reported downstream at https://bugs.gentoo.org/show_bug.cgi?id=435408)

totem-pl-parser-3.4.3 adds a g_clear_pointer call to plparse/totem-pl-parser.c; g_clear_pointer was first introduced in glib-2.33.1, so totem-pl-parser's configure.in needs to be updated to reflect that.
Comment 1 Alexandre Rostovtsev 2012-09-18 13:32:45 UTC
Created attachment 224625 [details] [review]
trivial patch
Comment 2 Bastien Nocera 2012-09-18 14:33:13 UTC
Removed the dep on g_clear_pointer, we want to work with older versions.