Re: [Ubuntu-phone] On cross-compiling qml extensions, qt packaging needs changing

2013-09-06 Thread Timo Jyrinki
On Wed, Sep 4, 2013 at 1:34 PM, Dmitrijs Ledkovs wrote: > Even a more simple case of: > $ apt-get install qtbase5-dev qtbase5-dev:armhf > > Doesn't install because of GL somewhere down the stack: > qtbase5-dev : Depends: libgl1-mesa-dev but it is not going to be installed or >

Re: [Ubuntu-phone] On cross-compiling qml extensions, qt packaging needs changing

2013-09-04 Thread Roman Shchekin
Hi guys! I am third party developer (as well as core app developer in RSS Reader team), and I want to participate in Ubuntu App Showdown (already participating to be strict). My app uses qml extension plugin as well, can someone help me with packaging? Seems that currently there are no way to buil

Re: [Ubuntu-phone] On cross-compiling qml extensions, qt packaging needs changing

2013-09-04 Thread Scott Kitterman
Dmitrijs Ledkovs wrote: >On 4 September 2013 12:09, Scott Kitterman >wrote: >> Dmitrijs Ledkovs wrote: >> Changes like this should really be coordinated in Debian so we don't >accumulate long term differences that can't easily be resolved. >> > >Yeah, and as far as I know Timo is doing excellent

Re: [Ubuntu-phone] On cross-compiling qml extensions, qt packaging needs changing

2013-09-04 Thread Dmitrijs Ledkovs
On 4 September 2013 12:09, Scott Kitterman wrote: > Dmitrijs Ledkovs wrote: > Changes like this should really be coordinated in Debian so we don't > accumulate long term differences that can't easily be resolved. > Yeah, and as far as I know Timo is doing excellent work at keeping packaging in

Re: [Ubuntu-phone] On cross-compiling qml extensions, qt packaging needs changing

2013-09-04 Thread Scott Kitterman
Dmitrijs Ledkovs wrote: >So at the moment I have hacked up a way to cross compile qml extensions >[1] >The solution is not as fluid and packaging changes are needed in qt* >packages to make all of this nicer. > >Foremost one cannot install ubuntu-sdk for multiple architectures: >$ apt-get install

[Ubuntu-phone] On cross-compiling qml extensions, qt packaging needs changing

2013-09-04 Thread Dmitrijs Ledkovs
So at the moment I have hacked up a way to cross compile qml extensions [1] The solution is not as fluid and packaging changes are needed in qt* packages to make all of this nicer. Foremost one cannot install ubuntu-sdk for multiple architectures: $ apt-get install ubuntu-sdk ubuntu-sdk:armhf Eve