[webkit-dev] Regarding OpenVG

2011-07-15 Thread smitha g
Hi, I am trying to build the Webkit code on Windows with OpenVG enabled. I have used the openvg header files and lib of Kronos group but the build fails. Could you please let me know if OpenVG code(under the macro PLATFORM(OPENVG)) upstreamed is functional. If so, could you please let me know

Re: [webkit-dev] Regarding OpenVG

2011-07-17 Thread Mustafizur Rahaman
Hi All, Some quick reference to the analysis we have done so far: - The master bug for OpenVG work was https://bugs.webkit.org/show_bug.cgi?id=33987 where except one, all the dependent issues were resolved, so we assumed the basic functionality is up and running... - We also found

Re: [webkit-dev] Regarding OpenVG

2011-07-19 Thread Jakob Petsovits
Hi Madadi, Mustafizur, Things have not been going as planned with the OpenVG upstreaming effort, partially because of my lack of drive to work on it in my free time, partially because of internal priorities that made it harder for me to find time during work to finish up the initial upstreaming

[webkit-dev] Regarding OPENVG for GTK Build....

2011-10-18 Thread nagarjuna atluri
hi all, I am trying to build OPENVG for GTK port. Can anyone provide me the details for building OPENVG(which flag to enable etc) Thanks in advance... -- Nagarjuna ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-dev] Regarding OPENVG for GTK Build....

2011-10-18 Thread Julien Chaffraix
> I am trying to build OPENVG for GTK port. > Can anyone provide me the details  for building OPENVG(which flag to enable > etc) Please direct your questions to webkit-help (or webkit-gtk in this case) as webkit-dev is related to the development of WebKit itself. You should know that the OpenVG

Re: [webkit-dev] Regarding OPENVG for GTK Build....

2011-10-18 Thread Martin Robinson
On Tue, Oct 18, 2011 at 2:11 PM, Julien Chaffraix wrote: >> I am trying to build OPENVG for GTK port. > You should know that the OpenVG back-end is not fully upstreamed in > WebKit and has lacked some maintenance lately so don't expect an easy > build. More here [1] (which is still accurate AFAI