qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
sakoman has quit [Quit: Leaving.]
starblue has quit [Ping timeout: 246 seconds]
starblue has joined #yocto
camus has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
sakoman has joined #yocto
marka has joined #yocto
Wouter0100 has quit [Remote host closed the connection]
Wouter0100 has joined #yocto
goliath has quit [Quit: SIGSEGV]
seninha has quit [Remote host closed the connection]
Net147_ has quit [Quit: Quit]
Net147 has joined #yocto
Net147 has quit [Changing host]
Net147 has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
amitk has joined #yocto
sakoman has quit [Quit: Leaving.]
xmn has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
Wouter0100 has quit [Ping timeout: 248 seconds]
Wouter0100 has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
xenador77 has quit [Remote host closed the connection]
jclsn has joined #yocto
starblue has quit [Ping timeout: 246 seconds]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
xmn has quit [Quit: ZZZzzz…]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
camus has quit [Quit: camus]
twnqx has joined #yocto
florian__ has joined #yocto
m4ho has quit [Ping timeout: 246 seconds]
029AAH317 has joined #yocto
038AAVB0O has joined #yocto
olani- has joined #yocto
Thorn has quit [Quit: Take my advice. I don't use it anyway]
jclsn has quit [Ping timeout: 248 seconds]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
starblue has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
florian__ has quit [Ping timeout: 276 seconds]
jclsn has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
jclsn has quit [Ping timeout: 248 seconds]
gsalazar has quit [Ping timeout: 276 seconds]
jclsn has joined #yocto
m4ho has joined #yocto
florian__ has joined #yocto
starblue has quit [Ping timeout: 276 seconds]
florian__ has quit [Ping timeout: 248 seconds]
seninha has joined #yocto
<jclsn>
Any idea why the fonts are not being shown in my Qt application? I did not have this issue when I was manually building the toolchain for Raspbian. The fonts are in the same folder as always
jclsn has quit [Quit: WeeChat 3.5]
<vmeson>
jclsn[m]: Try adding fontconfig to your image?
jclsn has joined #yocto
starblue has joined #yocto
goliath has joined #yocto
<jclsn>
vmeson: I did that and that alone did not do the trick
<jclsn>
It works now. It is weird, because I am actually using IBM Plex Mono, which is present in the working directory of the application, which makes me think that I don't use IBM Plex Mono after all...
seninha has quit [Quit: Leaving]
sakoman has joined #yocto
<jclsn>
well, now I only need to figure out why the Qt app is not playing the sound file and the Yocto part is finally finshed
seninha has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
amitk_ has joined #yocto
nemik has joined #yocto
amitk has quit [Ping timeout: 256 seconds]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
jclsn has quit [Ping timeout: 248 seconds]
xmn has joined #yocto
seninha has quit [Quit: Leaving]
seninha has joined #yocto
jclsn has joined #yocto
<vmeson>
jclsn: I see, thanks.
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
twnqx has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
twnqx has joined #yocto
goliath has quit [Quit: SIGSEGV]
davidinux1 has quit [Ping timeout: 244 seconds]
davidinux1 has joined #yocto
florian__ has joined #yocto
amitk_ has quit [Ping timeout: 246 seconds]
<jclsn[m]>
Hmm no matter what I try, I can't get no sound output. I can play the file with aplay, but in the Qt application it doesn't work
<smurray>
jclsn[m]: qtmultimedia looks for alsa and/or pulseaudio in DISTRO_FEATURES, have you perhaps dropped them?
<jclsn[m]>
smurray: Then I couldn't play the file with aplay I guess...
<jclsn[m]>
I have alsa, I also tried adding pulseaudio with the same results
<smurray>
jclsn[m]: okay, no more ideas on my part other than perhaps checking the qtmultimedia configure log to see if it does include the support
<jclsn[m]>
smurray: Okay thanks. Where can I find that log?
<smurray>
jclsn[m]: tmp/work/<arch>/qtmultimedia/temp/log.do_configure usually, though if you've cleaned tmp out and rebuilt from sstate it may not be there
<smurray>
jclsn[m]: so it should be able to play, hrm
<smurray>
jclsn[m]: my one other thought is perhaps the default output device qtmultimedia ends up using isn't what you're expecting it to be
<jclsn[m]>
I only have the jack and the HDMI audio on the Pi
<jclsn[m]>
I tried both
<jclsn[m]>
Maybe it is an error in the Qt code, although I could play just fine on Raspbian
<smurray>
does the Qt app think it's playing, but there's no output, or does it throw an error?
<jclsn>
smurray: It doesn't throw an error. I also tried putting a file path that doesn't exist and it doesn't complain
<jclsn>
I can check with QMediaPlayer::available() though, which is false
<jclsn>
I am too exhausted to dig myself deeper into Qt today. Guess I will take a day off tomorrow and finish this project hopefully. Time is running out
<jclsn>
But good to know that everything is fine from the Yocto side
<smurray>
jclsn: good luck
xenador77 has joined #yocto
florian_kc has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
florian__ has quit [Ping timeout: 244 seconds]
florian__ has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
florian_kc has quit [Ping timeout: 248 seconds]
florian_kc has joined #yocto
florian__ has quit [Ping timeout: 248 seconds]
florian_kc has quit [Ping timeout: 248 seconds]
<jclsn>
smurray: Thanks
<jclsn>
Pity, that things cannot work out of the box for once with Yocto ^^
florian_kc has joined #yocto
kroon has joined #yocto
<jclsn>
smurray: Solved it
<jclsn>
Seems like some gstreamer plugins were missing. After installing base, good, bad and ugly it works
<jclsn>
Seems like the bad plugins are not suffiicient
ptsneves has joined #yocto
<jclsn>
Ah the base plugins are listed. Why were they not installed then? Should I have manually configured the PACKAGECONFIG?
<smurray>
jclsn: it could be there was an attempt to avoid explicitly relying on plugins that might cause licensing issues
<jclsn>
smurray: Isn't gstramer foss?
<smurray>
jclsn: there are patent license issues around some codecs
<smurray>
jclsn: some of that has improved recently as patents are expiring (e.g. mp3), but anything with baggage like that gets put into the bad or ugly plugins AIUI
<jclsn>
smurray: Ah, I always wondered where those names evolved from
<jclsn>
The ones installed are the bad ones though, so I guess those are not completely licesense-free
<smurray>
jclsn: the high-level description of the good/bad/ugly plugins references code quality / maintenance, but AFAIK licensing does play into it somewhat
<smurray>
jclsn: another issue is I think the plugin packages are dynamically generated in the recipe, as what's present can change based on what's on the gstreamer tree + the PACKAGECONFIG, so it may be hard to RDEPEND on specific things
<smurray>
err, what's in the gstreamer tree
<jclsn>
Hmm pity if there is not way to automate this
<jclsn>
Anyway, great that I have it fixed now. This was quite some work doing this on the weekends. Now I get why open-source software is mostly progressing very slowly