[Repo] HG repo with CWSes archived

2011-10-04 Thread Michael Stahl
hi all, as a backup/archive of the historic OOo code i've put up a HG repo containing OOO340 + all HG CWSes, with bookmarks. https://bitbucket.org/mst/ooo340 PS: note that unfortunately HG does not push/pull/clone/bundle bookmarks by default, so if you want the bookmarks in your local clone

Re: Solve SVG visualization without cairo and librsvg

2011-10-04 Thread Armin Le Grand
On 27.09.2011 10:18, Armin Le Grand wrote: Hi *, I wanted to keep you up to date that I started looking for a replacement of SVG embedding functionality in the trunk version. This is needed since cairo and librsvg are gpl/lgpl and thus need to be avoided for an Apache release. Hi *,

[CODE] DLLPOSTFIX issue in vcl unx desktop detection

2011-10-04 Thread Ariel Constenla-Haile
Hi there, Linux desktop detection is broken due to the changes with the DLLPOSTFIX: 1) SAL_DLLPOSTFIX as defined in http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/Library_vcl.mk?view=markup#l174 -DSAL_DLLPOSTFIX=\$(gb_Library_OOOEXT)\ expands to .so and breaks loading the

[CODE] fix Qt4/Kde4 detection in configure (was: [code] build on Linux 64 bits (Fedora 15))

2011-10-04 Thread Ariel Constenla-Haile
Hi there, On Thu, Sep 01, 2011 at 06:25:04PM -0300, Ariel Constenla-Haile wrote: * enabling KDE 4, moc can't be found: checking for Qt4 headers... /usr/include checking for Qt4 libraries... /usr/lib64 checking for moc... no configure: error: Qt Meta Object Compiler not found. Please

Re: [CODE] fix Qt4/Kde4 detection in configure

2011-10-04 Thread TJ Frazier
+ MOC4=$MOCQT4 + if test SMOC4 = no ; then should that test be: s/S/$/ ?-- /tj/

Re: [Repo] HG repo with CWSes archived

2011-10-04 Thread Pedro Giffuni
Thanks Michael! I tend to use this a lot and bitbucket looks like the right place for it. Pedro. --- On Tue, 10/4/11, Michael Stahl wrote: hi all, as a backup/archive of the historic OOo code i've put up a HG repo containing OOO340 + all HG CWSes, with bookmarks.

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Mathias Bauer
Am 04.10.2011 17:27, schrieb Ariel Constenla-Haile: Hi there, The GStreamer avmedia plugin is disabled when copyleft is disabled (the default in AOOo). http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?view=markup#l1248 I cannot understand why this is treated as copy-left

Re: [DISCUSS] OpenOffice Meetup at ApacheCon?

2011-10-04 Thread Dave Fisher
On Oct 4, 2011, at 2:32 PM, Donald Harbison wrote: What is the level of interest to hold an OpenOffice Meetup at ApacheCon? It will likely attract interest and participation from other Apache members not yet familiar with the project. For those that are, it creates the opportunity to meet

[DISCUSS] OpenOffice Meetup at ApacheCon?

2011-10-04 Thread Donald Harbison
What is the level of interest to hold an OpenOffice Meetup at ApacheCon? It will likely attract interest and participation from other Apache members not yet familiar with the project. For those that are, it creates the opportunity to meet F2F, and set to work on agreed topics. The Meetups are

Re: [DISCUSS] OpenOffice Meetup at ApacheCon?

2011-10-04 Thread Alexandro Colorado
Unfortuantely I dont have any more budget for the rest of the year. But maybe next Apachecon I will be able to schedule a trip in advanced. On Tue, Oct 4, 2011 at 4:35 PM, Dave Fisher dave2w...@comcast.net wrote: On Oct 4, 2011, at 2:32 PM, Donald Harbison wrote: What is the level of

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread RGB ES
2011/10/4 Mathias Bauer mathias_ba...@gmx.net Am 04.10.2011 17:27, schrieb Ariel Constenla-Haile: Hi there, The GStreamer avmedia plugin is disabled when copyleft is disabled (the default in AOOo). http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?view=markup#l1248

RE: [DISCUSS] OpenOffice Meetup at ApacheCon?

2011-10-04 Thread Dennis E. Hamilton
I don't have budget for ApacheCon, but I can probably do a day trip from Seattle. It would be fun if there are enough of us in the same part of the venue at the same time. There is a morning train that returns the same evening. - Dennis -Original Message- From: Donald Harbison

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Pedro Giffuni
--- On Tue, 10/4/11, Mathias Bauer mathias_ba...@gmx.net wrote: ... The GStreamer integration doesn't make sense without GStreamer - so we shouldn't build it when no GStreamer libs are available. Agreed. We decided that configure without switches should be the default Apache build.

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Pedro Giffuni
--- On Tue, 10/4/11, RGB ES rgb.m...@gmail.com wrote: ... Sorry for jumping into the discussion ;) I can see a big problem coming: with every single Linux distro using LibO for the foreseeable future and considering the fact that nobody will build OOo at home (specially on windows), if,

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Ariel Constenla-Haile
Hello Mathias, On Tue, Oct 04, 2011 at 11:28:06PM +0200, Mathias Bauer wrote: Am 04.10.2011 17:27, schrieb Ariel Constenla-Haile: Hi there, The GStreamer avmedia plugin is disabled when copyleft is disabled (the default in AOOo).

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Ariel Constenla-Haile
On Tue, Oct 04, 2011 at 03:12:09PM -0700, Pedro Giffuni wrote: The GStreamer integration doesn't make sense without GStreamer - so we shouldn't build it when no GStreamer libs are available. Agreed. We decided that configure without switches should be the default Apache build.

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Pedro Giffuni
--- On Tue, 10/4/11, Ariel Constenla-Haile but we are talking here about the GStreamer *plugin*. Just like the gtk and kde VLC plugins, they have Oracle license, and they are in the software grant, this means they (will) have Apache License. We can ship the AL2 source code and people

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Ariel Constenla-Haile
Hi Pedro, On Tue, Oct 04, 2011 at 06:16:01PM -0700, Pedro Giffuni wrote: but we are talking here about the GStreamer *plugin*. Just like the gtk and kde VLC plugins, they have Oracle license, and they are in the software grant, this means they (will) have Apache License. We can ship

Re: GStreamer avmedia plugin as copyleft?

2011-10-04 Thread Pedro Giffuni
--- On Tue, 10/4/11, Ariel Constenla-Haile wrote: ... it seems you miss my point here. If you disable building and shipping GStreamer because it links against copy-left system libs, then you should remove the VCL plugins too (AFAIK gtk is LGPL, I'm not sure about Qt/KDE). Oh .. indeed

Some more research on the saxon replacement

2011-10-04 Thread Pedro Giffuni
Hi; I was happily lurking around with opengrok to fix a long standing issue in the FreeBSD port related to gperf (yucks!) and I found with surprise that writerfilter/source/ooxml/rngtocxx and a lot of other files make reference to xalan but of course, ... we don't carry xalan! Now I did a search