GNOME Bugzilla – Bug 739159
grilo-plugins-0.2.13 GRL_METADATA_KEY_TITLE_FROM_FILENAME undeclared
Last modified: 2014-11-09 15:55:10 UTC
grilo-plugins-0.2.13 fails to compile due to undeclared symbol GRL_METADATA_KEY_TITLE_FROM_FILENAME make[3]: Entering directory '/var/tmp/portage/media-plugins/grilo-plugins-0.2.13/work/grilo-plugins-0.2.13/src/local-metadata' /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/grilo-0.2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmediaart-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"GrlLocalMetadata\" -DLOCALEDIR=\"/usr/share/locale\" -mtune=native -O2 -msse3 -pipe -Wall -Wmissing-declarations -std=c99 -c -o libgrllocalmetadata_la-grl-local-metadata.lo `test -f 'grl-local-metadata.c' || echo './'`grl-local-metadata.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/grilo-0.2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmediaart-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"GrlLocalMetadata\" -DLOCALEDIR=\"/usr/share/locale\" -mtune=native -O2 -msse3 -pipe -Wall -Wmissing-declarations -std=c99 -c grl-local-metadata.c -fPIC -DPIC -o .libs/libgrllocalmetadata_la-grl-local-metadata.o grl-local-metadata.c: In function 'resolve_video': grl-local-metadata.c:520:37: error: 'GRL_METADATA_KEY_TITLE_FROM_FILENAME' undeclared (first use in this function) if (grl_data_get_boolean (data, GRL_METADATA_KEY_TITLE_FROM_FILENAME)) {
You'll need to upgrade grilo itself. commit 012ccd92052cf1f2ae0b31010a8bb81a40034806 Author: Bastien Nocera <hadess@hadess.net> Date: Sat Oct 25 18:49:28 2014 +0200 build: Require grilo 0.2.11 Needed for the new GRL_METADATA_KEY_TITLE_FROM_FILENAME key. https://bugzilla.gnome.org/show_bug.cgi?id=739159
*** Bug 739845 has been marked as a duplicate of this bug. ***