[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2015-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82695

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2015-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82695

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|REOPENED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2015-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82695

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #9 from David Tardon dtar...@redhat.com ---
Ah, you are right.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2015-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82695

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from David Tardon dtar...@redhat.com ---
AFAIK this has been fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2015-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82695

--- Comment #8 from andreas.sturmlech...@gmail.com ---
Not quite - collada2gltf is still bundled only.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2014-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82695

--- Comment #3 from Zolnai Tamás zolnaitamas2...@gmail.com ---
Now --with-system-libgltf is available thank to Rene Engelhard both on master
and libreoffice-4.3 branch.
Collada libraries still are boundled only, but there is an other option to
disable collada libraries only (not libgltf):
http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-3id=6d239ee19a4b1d9068fbd04b5a692c859142f613

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2014-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82695

--- Comment #4 from Zolnai Tamás zolnaitamas2...@gmail.com ---
(In reply to comment #2)
 I have taken the patch from commit 2378f45d70c9ce4a093fd6b09216c1cd4563ebe2
 to build with system libgltf, however had to revert these parts of the patch
 concerning avmedia/source/opengl/ogl{framegrabber,player,window}.hxx in
 order to succeed:
 
 +#ifdef SYSTEM_LIBGLTF
 +#include libgltf/libgltf.h
 +#else
 #include libgltf.h
 +#endif
 
 http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-
 3id=2378f45d70c9ce4a093fd6b09216c1cd4563ebe2

Which libgltf version do you use? These defines were necessary only for
libgltf-0.0.0, but the current version (0.0.1) use simpler include path
(libgltf.h).

See libgltf-0.0.1 integration:
http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-3id=d431986bd49081581e86444af124d1d2ce90a407

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2014-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82695

--- Comment #5 from Zolnai Tamás zolnaitamas2...@gmail.com ---
(In reply to comment #3)
 Now --with-system-libgltf is available thank to Rene Engelhard both on
 master and libreoffice-4.3 branch.
 Collada libraries still are boundled only, but there is an other option to
 disable collada libraries only (not libgltf):
 http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-
 3id=6d239ee19a4b1d9068fbd04b5a692c859142f613

The option is --disable-collada and with that you can make LibreOffice not to
support COLLADA and KMZ formats, but support glTF format.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2014-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82695

--- Comment #6 from andreas.sturmlech...@gmail.com ---
(In reply to comment #4)
 Which libgltf version do you use? These defines were necessary only for
 libgltf-0.0.0, but the current version (0.0.1) use simpler include path
 (libgltf.h).
 
 See libgltf-0.0.1 integration:
 http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-
 3id=d431986bd49081581e86444af124d1d2ce90a407

0.0.1 indeed, and I've already spotted the followup patches for the bump and
collada to include them in my local copy - thx for the work :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2014-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82695

andreas.sturmlech...@gmail.com changed:

   What|Removed |Added

 CC||andreas.sturmlechner@gmail.
   ||com

--- Comment #2 from andreas.sturmlech...@gmail.com ---
I have taken the patch from commit 2378f45d70c9ce4a093fd6b09216c1cd4563ebe2 to
build with system libgltf, however had to revert these parts of the patch
concerning avmedia/source/opengl/ogl{framegrabber,player,window}.hxx in order
to succeed:

+#ifdef SYSTEM_LIBGLTF
+#include libgltf/libgltf.h
+#else
#include libgltf.h
+#endif

http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-3id=2378f45d70c9ce4a093fd6b09216c1cd4563ebe2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82695] Libreoffice use only bundled components when building ftgl

2014-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82695

Robinson Tryon (qubit) qu...@runcibility.com changed:

   What|Removed |Added

 CC||bjoern.michaelsen@canonical
   ||.com, qu...@runcibility.com

--- Comment #1 from Robinson Tryon (qubit) qu...@runcibility.com ---
(In reply to comment #0)
 Usage of ftgl requires several bundled tarballs:
 
 ADDONS_SRC+=
 ${ADDONS_URI}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-
 cb1d97788a.tar.bz2
 ADDONS_SRC+= ${ADDONS_URI}/OpenCOLLADA-master-6509aa13af.tar.bz2
 ADDONS_SRC+=
 ${ADDONS_URI}/libgltf/3d9ea1f2828c46f8ba94b88a87b3326d-libgltf-0.0.0.tar.bz2
 
 These should be possible to be build separately and libreoffice should allow
 its usage. Otherwise no linux distros will provide this.

Bjoern -- What do you think about these bundled components. Should we provide
the ability to build these separately?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs