[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)?
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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, 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 gcc-fortran package with the new 
> gcc/g++ version.
> 
>  Best regards,
> 
>  Roberto
> 
> 
> Em 05-11-2016 07:09, Andrew Branson escreveu:
> > 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 suggestion though, I'll have a play with newer versions 
> > during this process to see the impact.
> >
> > Cheers,
> >
> > Andrew
> >
> > On 04/11/16 22:08, Marcin Mielniczuk wrote:
> >> Current gcc in Mer is 4.8, which is 2 years old. Current releases (5.4,
> >> 6.1) have full support for C++14, 4.8's support for C++11 is only
> >> experimental.
> >>
> >> C++11 brought many important changes such as constexprs or simply really
> >> useful ones (auto types). It'd be great to have them in Mer.
> >>
> >> Are there any plans for updating gcc in Mer?
> 
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
>

-- 
Sent from my Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


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 Maemo.org topic "Fortran for Sailfish OS ?" :
>http://talk.maemo.org/showthread.php?t=93925
>
> So if possible, please make gcc-fortran package with the new 
>gcc/g++ version.
>
> Best regards,
>
> Roberto
>
>
>Em 05-11-2016 07:09, Andrew Branson escreveu:
>> 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 suggestion though, I'll have a play with newer
>versions 
>> during this process to see the impact.
>>
>> Cheers,
>>
>> Andrew
>>
>> On 04/11/16 22:08, Marcin Mielniczuk wrote:
>>> Current gcc in Mer is 4.8, which is 2 years old. Current releases
>(5.4,
>>> 6.1) have full support for C++14, 4.8's support for C++11 is only
>>> experimental.
>>>
>>> C++11 brought many important changes such as constexprs or simply
>really
>>> useful ones (auto types). It'd be great to have them in Mer.
>>>
>>> Are there any plans for updating gcc in Mer?
>
>___
>SailfishOS.org Devel mailing list
>To unsubscribe, please send a mail to
>devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 gcc-fortran package with the new 
gcc/g++ version.


Best regards,

Roberto


Em 05-11-2016 07:09, Andrew Branson escreveu:
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 suggestion though, I'll have a play with newer versions 
during this process to see the impact.


Cheers,

Andrew

On 04/11/16 22:08, Marcin Mielniczuk wrote:

Current gcc in Mer is 4.8, which is 2 years old. Current releases (5.4,
6.1) have full support for C++14, 4.8's support for C++11 is only
experimental.

C++11 brought many important changes such as constexprs or simply really
useful ones (auto types). It'd be great to have them in Mer.

Are there any plans for updating gcc in Mer?


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


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: https://sailfishos.org/develop/sdk-overview/develop-packaging-apps/
>
>  
>
> -kimmo
>
>  
>
>  
>
> *From:*Devel [mailto:devel-boun...@lists.sailfishos.org] *On Behalf Of
> *Marcin Mielniczuk
> *Sent:* 5. marraskuuta 2016 11:30
> *To:* Sailfish OS Developers
> *Subject:* Re: [SailfishDevel] Documentation for mlite5
>
>  
>
> 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.
>
> 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
> Mielniczuk 
>  puolesta
> *Lähetetty:* 4. marraskuuta 2016 22:29:02
> *Vastaanottaja:* Sailfish OS Developers
> *Aihe:* [SailfishDevel] Documentation for mlite5
>
>  
>
> Is there any online documentation regarding mlite5? I'm not really
> sure
> how I should use it in my project, whether I should include
> 
> or . What is the preferred way of achieving decent
> linking? I found some examples using PKGCONFIG - is it the good way?
>
> There should be at least a minimal example in the README, the rest can
> be derived from the doxygen comments. But, since the doxygen comments
> are already there, why not put the docs online?
>
> -- 
> Marcin
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
> 
>
>
>
>
> ___
>
> SailfishOS.org Devel mailing list
>
> To unsubscribe, please send a mail to 
> devel-unsubscr...@lists.sailfishos.org
> 
>
>  
>
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 Behalf Of Marcin 
Mielniczuk
Sent: 5. marraskuuta 2016 11:30
To: Sailfish OS Developers
Subject: Re: [SailfishDevel] Documentation for mlite5


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.

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 Mielniczuk 
 puolesta
Lähetetty: 4. marraskuuta 2016 22:29:02
Vastaanottaja: Sailfish OS Developers
Aihe: [SailfishDevel] Documentation for mlite5

Is there any online documentation regarding mlite5? I'm not really sure
how I should use it in my project, whether I should include 
or . What is the preferred way of achieving decent
linking? I found some examples using PKGCONFIG - is it the good way?

There should be at least a minimal example in the README, the rest can
be derived from the doxygen comments. But, since the doxygen comments
are already there, why not put the docs online?

--
Marcin


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to 
devel-unsubscr...@lists.sailfishos.org




___

SailfishOS.org Devel mailing list

To unsubscribe, please send a mail to 
devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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.
>
> 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 Mielniczuk  puolesta
> *Lähetetty:* 4. marraskuuta 2016 22:29:02
> *Vastaanottaja:* Sailfish OS Developers
> *Aihe:* [SailfishDevel] Documentation for mlite5
>  
> Is there any online documentation regarding mlite5? I'm not really sure
> how I should use it in my project, whether I should include 
> or . What is the preferred way of achieving decent
> linking? I found some examples using PKGCONFIG - is it the good way?
>
> There should be at least a minimal example in the README, the rest can
> be derived from the doxygen comments. But, since the doxygen comments
> are already there, why not put the docs online?
>
> -- 
> Marcin
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 suggestion though, I'll have a play with newer versions 
during this process to see the impact.


Cheers,

Andrew

On 04/11/16 22:08, Marcin Mielniczuk wrote:

Current gcc in Mer is 4.8, which is 2 years old. Current releases (5.4,
6.1) have full support for C++14, 4.8's support for C++11 is only
experimental.

C++11 brought many important changes such as constexprs or simply really
useful ones (auto types). It'd be great to have them in Mer.

Are there any plans for updating gcc in Mer?


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


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 
Mielniczuk  puolesta
Lähetetty: 4. marraskuuta 2016 22:29:02
Vastaanottaja: Sailfish OS Developers
Aihe: [SailfishDevel] Documentation for mlite5

Is there any online documentation regarding mlite5? I'm not really sure
how I should use it in my project, whether I should include 
or . What is the preferred way of achieving decent
linking? I found some examples using PKGCONFIG - is it the good way?

There should be at least a minimal example in the README, the rest can
be derived from the doxygen comments. But, since the doxygen comments
are already there, why not put the docs online?

--
Marcin


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org