[Buildroot] Error building Qt5Multimedia

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue Mar 18 13:50:41 UTC 2014


Hi Marco,

On Tue, Mar 18, 2014 at 2:22 PM, Marco Trapanese
<marcotrapanese at gmail.com> wrote:
> Il 18/03/2014 14:17, Marco Trapanese ha scritto:
>
>>
>> it seems it doesn't find gstreamer:
>
>
>
> I confirm that:
>
> executing config test gstreamer
> + cd
> /home/marco/dev/buildroot/output/build/qt5multimedia-5.2.1/config.tests/gstreamer
> && /home/marco/dev/buildroot/output/h$
> Project ERROR: gstreamer-0.10 development package not found
> test gstreamer FAILED
>

Here is my output for this test:
http://code.bulix.org/tb1xf1-85860

(note: please use the above pastebin; I cannot access pastebin.com from work...)

>
> What's the name of the gstreamer-0.10 development package in buildroot?
> I can't find anything in nconfig or in the package dir.

The package is built in output/build/gstreamer-0.10.36 and the .mk
file is in package/gstreamer/gstreamer/gstreamer.mk

This package is pulled in by qt5multimedia as follows:

qt5multimedia:
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
QT5MULTIMEDIA_DEPENDENCIES += gst-plugins-base
endif

gst-plugins-base:
GST_PLUGINS_BASE_DEPENDENCIES = gstreamer

As your config sets BR2_PACKAGE_GST_PLUGINS_BASE, the gstreamer
package should be built.

If it's not the case: how are you building exactly, simply 'make' ?

Best regards,
Thomas



More information about the buildroot mailing list