Re: Gitlab Migration Progress

2020-08-24 Thread Werner LEMBERG
>>> It is not about UI but about community. To me, >>> https://gitlab.freedesktop.org feels like the right community to >>> move in. Thanks to Alan for the invitation. The other two >>> communities are too crowded and too commercial. >> >> Mhmm, I think gitlab is a good compromise between

Re: about the meson build systel

2020-08-24 Thread Vincent Torri
On Tue, Aug 25, 2020 at 5:55 AM Werner LEMBERG wrote: > BTW, how well does meson support cross compilation? it does support cross-compilation a lot better than cmake on Windows (though compilation fails because of mmap) : $ ./configure.sh The Meson build system Version: 0.54.2 Source dir:

Re: about the meson build systel

2020-08-24 Thread Werner LEMBERG
> I propose to get rid of this template entirely for Meson, by > defining HAVE_UNISTD_H and HAVE_FCNTL_H as simple compiler arguments > when building the library. What exactly do you mean with 'compiler arguments'? > For the builds/unix/ftconfig.h.in case, there is also >

Re: GSOC Build tests

2020-08-24 Thread Greg Williamson
As, discussed with Werner I have: 1) added a simple config file (in CI/ft-tests.config) 2) split the tests into smaller chunks 3) changed the colors of the diff images to green / red 4) added the diff images to the generated comparison page 5) fixed the relative paths in the generated comparison

Re: about the meson build systel

2020-08-24 Thread David Turner
Le lun. 24 août 2020 à 22:34, Werner LEMBERG a écrit : > > Hello David, > > > > - builds/meson/ftconfig.h.in: template versions of > > ftconfig.h to be used by the Meson build. It is processed > > by Meson, which will turn #mesondefine statements into > > #define / #undef depending on

Re: Gitlab Migration Progress

2020-08-24 Thread Keith Packard
Werner LEMBERG writes: >> It is not about UI but about community. To me, >> https://gitlab.freedesktop.org feels like the right community to >> move in. Thanks to Alan for the invitation. The other two >> communities are too crowded and too commercial. > > Mhmm, I think gitlab is a good

Re: Gitlab Migration Progress

2020-08-24 Thread Werner LEMBERG
> It is not about UI but about community. To me, > https://gitlab.freedesktop.org feels like the right community to > move in. Thanks to Alan for the invitation. The other two > communities are too crowded and too commercial. Mhmm, I think gitlab is a good compromise between ethics and

Re: about the meson build systel

2020-08-24 Thread Werner LEMBERG
Hello David, > - builds/meson/ftconfig.h.in: template versions of > ftconfig.h to be used by the Meson build. It is processed > by Meson, which will turn #mesondefine statements into > #define / #undef depending on build configuration. having a meson-specific `ftconfig.h.in` file is not

Re: about the meson build systel

2020-08-24 Thread David Turner
Hi Alexei, Le lun. 24 août 2020 à 17:27, Alexei Podtelezhnikov a écrit : > Hi David, > > Other build systems 'sed' to the main copy of ftoption.h, which is > then installed and provides a record of compiled features. Werner > convinced me that it is a good thing to have. It will be a nightmare

Re: about the meson build systel

2020-08-24 Thread Alexei Podtelezhnikov
Hi David, Other build systems 'sed' to the main copy of ftoption.h, which is then installed and provides a record of compiled features. Werner convinced me that it is a good thing to have. It will be a nightmare to maintain them if each build system has its own version while lose track of

Re: about the meson build systel

2020-08-24 Thread David Turner
Hello Vincent, Sorry, was on vacation and pretty busy, but back now. On the topic of the Meson build, here's my latest update. This version has many improvements: - Proper pkg-config freetype2.pc generation and installation. - Fixed shared library install suffix to match libtool-generated one

Re: Gitlab Migration Progress

2020-08-24 Thread Alexei Podtelezhnikov
> > I'm wondering when the issue migration is complete? Or am I missing > > something? > > Right now we are in a preparation phase. No need to rush. It is not about UI but about community. To me, https://gitlab.freedesktop.org feels like the right community to move in. Thanks to Alan for the

Re: Gitlab Migration Progress

2020-08-24 Thread Greg Williamson
> Thanks! I suppose this is the correct repo: > https://github.com/fundies/freetype2/tree/greg-gsoc > > BTW Has it been decided that we would be using azure? Gitlab's CI offering > seem pretty good too. > > Regards, > Anurag Yes, that is the correct repo. Azure offers 10 free continuous jobs