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 739159 - grilo-plugins-0.2.13 GRL_METADATA_KEY_TITLE_FROM_FILENAME undeclared
grilo-plugins-0.2.13 GRL_METADATA_KEY_TITLE_FROM_FILENAME undeclared
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
: 739845 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-10-25 09:04 UTC by Helmut Jarausch
Modified: 2014-11-09 15:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Helmut Jarausch 2014-10-25 09:04:18 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)) {
Comment 1 Bastien Nocera 2014-10-25 16:51:01 UTC
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
Comment 2 Bastien Nocera 2014-11-09 15:55:10 UTC
*** Bug 739845 has been marked as a duplicate of this bug. ***