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
--- 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 .. i
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.
> >
>
>
--- 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 pe
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 Ap
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).
> > http://svn.apache.org/viewvc/incubator/oo
--- On Tue, 10/4/11, RGB ES 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, say, next year
>
--- On Tue, 10/4/11, Mathias Bauer 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. OTOH we didn't ag
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 [mailt
2011/10/4 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 cann
Timing was a problem for me this year. But, I think a meet-up is a good idea
at any rate.
Have fun.
On Tue, Oct 4, 2011 at 2:42 PM, Alexandro Colorado wrote:
> 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 adva
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 wrote:
>
> On Oct 4, 2011, at 2:32 PM, Donald Harbison wrote:
>
> > What is the level of interest to hold an Ope
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 open
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
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
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.
>
> https://bitbu
Hi TJ
On Tue, Oct 04, 2011 at 11:57:44AM -0400, TJ Frazier wrote:
> + MOC4="$MOCQT4"
> + if test "SMOC4" = "no" ; then
ups thanks for pointing that out! (I sent an old patch, as the new diff
includes changes I made to build gstreamer)
The error is the "SMOC4" typo, it should be "$MOC4"
Reg
+ MOC4="$MOCQT4"
+ if test "SMOC4" = "no" ; then
should that test be: s/S/$/ ?--
/tj/
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 code. The plugin
was developed by Oracle and is on the soft
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
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
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 *,
I
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 so
23 matches
Mail list logo