Yep... We needed to update our community build server from CentOS5 to CentOS7 due to gstreamer. There was talk about working around that, but it never came to fruition. One option is that we provide 2 sets of community builds for Linux: one on CentOS5 w/o gstreamer and one built on CentOS7 w/ gstreamer. It's a little more work, but I don't mind.
> On Sep 22, 2020, at 2:36 AM, Don Lewis <truck...@apache.org> wrote: > > On 20 Sep, Dave Fisher wrote: >> >> >>> On Sep 20, 2020, at 9:40 AM, Marcus <marcus.m...@wtnet.de> wrote: >>> >>> Am 19.09.20 um 12:36 schrieb Peter Kovacs: >>>> Keep in mind that C++ Standard has changed a lot in reasoned years, >>>> and at least I would like to go with the new standard. If we stick >>>> to the old code for long time it will make maintenance or >>>> development more difficuilt. >>> >>> yes, that's why I wrote: >>> >>> ... keeping the baseline for every OS as long as (technically) >>> possible ... >> >> As long as a compiler exists on that platform that compiles the older >> language standard we should not upgrade. >> >> I started this thread to discuss build tools and to consider what to >> do when it becomes difficult to build and have the result work on a >> minimum platform. >> >> My original suggestion is that: >> >> (1) 4.1.X always keeps the current OS minimums. >> >> (2) Should 4.2 branch also keep the current OS minimums or consider >> more recent OSs as minimums? Is there anything currently on that >> branch that is a concern? > > In 4.2 and trunk we switched to supporting a newer version of gstreamer, > which is only available in CentOS 7 and above I believe. > > If you want to have a working gstreamer, which is optional, 4.1.x is > stuck at CentOS 5 and 6. CentOS 7 does not have a package for the old > gstreamer. > > I don't know the situation for the other Linux distros. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > <mailto:dev-unsubscr...@openoffice.apache.org> > For additional commands, e-mail: dev-h...@openoffice.apache.org > <mailto:dev-h...@openoffice.apache.org>