[SailfishDevel] "dummy" landscape mode accepted yet?

2016-11-05 Thread Iosif Hamlatzis
Does anyone know if there is a change of policy in the market to accept games that are rendered in landscape mode without actually rotating the device? Since they haven't fixed the SDL2 library I am doing the rotation but so far they have rejected my two games. Should I wait (maybe for ever)?

Re: [SailfishDevel] Updating gcc?

2016-11-05 Thread Andrew Branson
Noted, thanks. Looks like lbt's the one to convince there ;) Cheers, Andrew On Sat Nov 5 16:44:56 2016 GMT+0100, Roberto Colistete Jr. wrote: > Hi, > > The Mer/Sailfish community wants to run Fortran compiler on device > (like gcc/g++), which is also a dependency for packages R,

Re: [SailfishDevel] Updating gcc?

2016-11-05 Thread Marcin Mielniczuk
+1 -- Marcin On November 5, 2016 4:44:42 PM GMT+01:00, "Roberto Colistete Jr." wrote: > Hi, > >The Mer/Sailfish community wants to run Fortran compiler on device >(like gcc/g++), which is also a dependency for packages R, NumPy, >SciPy, >etc. See the Talk

Re: [SailfishDevel] Updating gcc?

2016-11-05 Thread Roberto Colistete Jr.
Hi, The Mer/Sailfish community wants to run Fortran compiler on device (like gcc/g++), which is also a dependency for packages R, NumPy, SciPy, etc. See the Talk Maemo.org topic "Fortran for Sailfish OS ?" : http://talk.maemo.org/showthread.php?t=93925 So if possible, please make

Re: [SailfishDevel] Documentation for mlite5

2016-11-05 Thread Marcin Mielniczuk
Thanks! Marcin On 05.11.2016 11:15, Kimmo Lindholm wrote: > > Seems it is fixed in sailfishapp.prf > > Earlier, adding PKGCONFIG did break things. Now those are already in, > so just adding PKGCONFIG += mlite5 is enough. > > > > ref:

Re: [SailfishDevel] Documentation for mlite5

2016-11-05 Thread Kimmo Lindholm
Seems it is fixed in sailfishapp.prf Earlier, adding PKGCONFIG did break things. Now those are already in, so just adding PKGCONFIG += mlite5 is enough. ref: https://sailfishos.org/develop/sdk-overview/develop-packaging-apps/ -kimmo From: Devel [mailto:devel-boun...@lists.sailfishos.org] On

Re: [SailfishDevel] Documentation for mlite5

2016-11-05 Thread Marcin Mielniczuk
Why do I need CONFIG += link_pkgconfig? It seemed to work with only PKGCONFIG += mlite5, but maybe I just didn't find the pitfall. And I didn't have PKGCONFIG += sailfishapp at all in my pro, just CONFIG += sailfishapp Marcin On 05.11.2016 08:07, Kimmo Lindholm wrote: > Yes. +1 for docs. > >

Re: [SailfishDevel] Updating gcc?

2016-11-05 Thread Andrew Branson
It's funny you should ask - we're actually hacking around there right now while getting aarch64 building. The choice is a tricky one though - the more you upgrade something like gcc, the more potential problems can be caused in every single package containing C or C++ source. Thanks for the

Re: [SailfishDevel] Documentation for mlite5

2016-11-05 Thread Kimmo Lindholm
Yes. +1 for docs. PKGCONFIG is a good way doing ir. In .pro CONFIG += link_pkgconfig sailfishapp PKGCONFIG += mlite5 sailfishapp in .spec BuildRequires: pkgconfig(mlite5) -kimmo Lähettäjä: Devel käyttäjän Marcin