GNOME Bugzilla – Bug 790657
[PATCH] export symbols from extractqt
Last modified: 2021-05-25 11:25:41 UTC
Created attachment 364106 [details] [review] include_extractgeneric.patch Originally filed as https://bugs.gentoo.org/638218. The file extractqt.cpp does not include extractgeneric.h and thus does not have the _LIBMEDIAART_EXTERN macro in front of the function declarations therein. This makes the whole symbol non-external, and via the -fvisibility=hidden linker flag hidden, at least the way Gentoo builds this. Affected symbols: * media_art_plugin_init * media_art_plugin_shutdown * media_art_file_to_jpeg * media_art_buffer_to_jpeg Exemplary error message: undefined reference to `media_art_plugin_init'
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new enhancement request ticket at https://gitlab.gnome.org/GNOME/libmediaart/-/issues/ Thank you for your understanding and your help.