GNOME Bugzilla – Bug 684292
totem-pl-parser-3.4.3 requires >=glib-2.33.1
Last modified: 2012-09-18 14:33:15 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.
Created attachment 224625 [details] [review] trivial patch
Removed the dep on g_clear_pointer, we want to work with older versions.