Re: [webkit-qt] Qt 4.8/Webkit 2.2 no audio/video tag support

2012-02-10 Thread Konstantin Tokarev
10.02.2012, 03:20, Carlos Smith csm...@stonewedge.net: People have been asking on the Qt forums with no help, so maybe I’ll have better luck here. Does anyone know why the audio and video tags are not supported in Qt 4.8/QtWebkit 2.2, at least on Windows? The QtWebKit pages on webkit.org

[webkit-qt] Proposal for switching image decoders from Qt to WebCore

2012-02-10 Thread Simon Hausmann
Hi, I'd like to propose that we switch over to using the WebCore image decoders. Zoltan has spent some time comparing performance and memory usage between the ImageDecoderQt (and the qt plugins for image decoding) and the WebCore image decoders, in https://bugs.webkit.org/show_bug.cgi?id=71555

Re: [webkit-qt] Proposal for switching image decoders from Qt to WebCore

2012-02-10 Thread Zoltan Horvath
Hey Simon, I like your proposal! :) I think we should add ENABLE guards around qtimagedecoders (enabled by default), and modify the code to support webcoreimagedecoders at the same time. Thus people can share their observations when they tried it out, then if everybody agrees on the

Re: [webkit-qt] Proposal for switching image decoders from Qt to WebCore

2012-02-10 Thread Simon Hausmann
On Friday, February 10, 2012 12:05:31 PM ext Zoltan Horvath wrote: Hey Simon, I like your proposal! :) I think we should add ENABLE guards around qtimagedecoders (enabled by default), and modify the code to support webcoreimagedecoders at the same time. Thus people can share their

Re: [webkit-qt] QtWebKit Linking Error On Ubuntu

2012-02-10 Thread Konstantin Tokarev
10.02.2012, 15:10, rakesh sadhu peerpan...@gmail.com: Hi, I'm trying to build debug qtwebkit on linux ubuntu 10.10 32-bit version . I am getting error while linking . Kindly help , I don;t want to change my OS version from 32 to 64 bit. You can install 64-bit kernel and gcc while keeping

Re: [webkit-qt] QtWebKit Linking Error On Ubuntu

2012-02-10 Thread Jocelyn Turcotte
I've been too lazy re-installing a 64 linux on my machine, here's what I do: 1. Build like you did until you get the out of memory 2. Run this in you build directory to strip all debug info: find . -name *.o | xargs -n1 strip -gp find . -name *.a | grep -v WebKitLibraries | xargs -n1 rm 3. Build

Re: [webkit-qt] QtWebKit Linking Error On Ubuntu

2012-02-10 Thread Osztrogonac Csaba
Hi, Konstantin Tokarev írta: 10.02.2012, 15:10, rakesh sadhu peerpan...@gmail.com: Hi, I'm trying to build debug qtwebkit on linux ubuntu 10.10 32-bit version . I am getting error while linking . Kindly help , I don;t want to change my OS version from 32 to 64 bit. You can install 64-bit

Re: [webkit-qt] QtWebKit Linking Error On Ubuntu

2012-02-10 Thread Konstantin Tokarev
10.02.2012, 15:49, Osztrogonac Csaba o...@inf.u-szeged.hu: Hi, Konstantin Tokarev írta:  10.02.2012, 15:10, rakesh sadhu peerpan...@gmail.com:  Hi,  I'm trying to build debug qtwebkit on linux ubuntu 10.10 32-bit version .  I am getting error while linking .  Kindly help , I don;t want

Re: [webkit-qt] QtWebKit Linking Error On Ubuntu

2012-02-10 Thread Osztrogonac Csaba
Hi, Konstantin Tokarev írta: 10.02.2012, 15:49, Osztrogonac Csaba o...@inf.u-szeged.hu: Hi, Konstantin Tokarev írta: 10.02.2012, 15:10, rakesh sadhu peerpan...@gmail.com: Hi, I'm trying to build debug qtwebkit on linux ubuntu 10.10 32-bit version . I am getting error while linking .

Re: [webkit-qt] QtWebKit Linking Error On Ubuntu

2012-02-10 Thread Konstantin Tokarev
10.02.2012, 16:42, Osztrogonac Csaba o...@inf.u-szeged.hu: Hi, Konstantin Tokarev írta:  10.02.2012, 15:49, Osztrogonac Csaba o...@inf.u-szeged.hu:  Hi,  Konstantin Tokarev írta:   10.02.2012, 15:10, rakesh sadhu peerpan...@gmail.com:   Hi,   I'm trying to build debug qtwebkit on

Re: [webkit-qt] QtWebKit Linking Error On Ubuntu

2012-02-10 Thread Yael . Aharon
Hi, I am having success using the new flag CONFIG+=force_static_libs_as_shared. It links faster than before and never failed since I started using it on my 32 bits machine. Yael From: webkit-qt-boun...@lists.webkit.org [mailto:webkit-qt-boun...@lists.webkit.org] On Behalf Of ext rakesh sadhu

Re: [webkit-qt] Qt 4.8/Webkit 2.2 no audio/video tag support

2012-02-10 Thread Carlos Smith
I am building against the QtWebkit that is distributed with Qt 4.8. According to Alexis (next message in thread), that is my problem and I will need to rebuild QtWebkit from original sources with the QtMultimediaKit distributed with QtMobility to get it working. Thanks for your help! Carlos