Hi, I want to add play/pause buttons & skin change functionality in html5 video through webkit. Could anyone please suggest how to go about it? Which area of code needs to be changed? Any help would be appreciated.
Thanks, Sunil Sent from Samsung Mobile -------- Original message -------- From: webkit-help-requ...@lists.webkit.org Date: 12/12/2013 1:30 AM (GMT+05:30) To: webkit-help@lists.webkit.org Subject: webkit-help Digest, Vol 54, Issue 6 Send webkit-help mailing list submissions to webkit-help@lists.webkit.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.webkit.org/mailman/listinfo/webkit-help or, via email, send a message with subject or body 'help' to webkit-help-requ...@lists.webkit.org You can reach the person managing the list at webkit-help-ow...@lists.webkit.org When replying, please edit your Subject line so it is more specific than "Re: Contents of webkit-help digest..." Today's Topics: 1. Re: How to successfully build Webkit on Ubuntu (Bem Jones-Bey) ---------------------------------------------------------------------- Message: 1 Date: Wed, 11 Dec 2013 09:33:27 -0800 From: Bem Jones-Bey <bjone...@adobe.com> To: brian watson <brianwatson999...@gmail.com> Cc: "webkit-help@lists.webkit.org" <webkit-help@lists.webkit.org> Subject: Re: [webkit-help] How to successfully build Webkit on Ubuntu Message-ID: <aa9690b2-f3fb-4c01-9669-90f03211a...@adobe.com> Content-Type: text/plain; charset="iso-8859-1" Note, you shouldn't reply directly to me, as I am not the only one that can help you. You will get more timely responses if you keep the thread on the list. Anyways, I don't know if you can use the run-safari script on gtk. I found a run-launcher script, which if run with the --gtk option, starts a mini browser of sorts. You may also want to try asking questions on the webkit-gtk mailing list, which is the specific list for the webkit-gtk project. - Bem On Dec 9, 2013, at 18:07 , brian watson <brianwatson999...@gmail.com<mailto:brianwatson999...@gmail.com>> wrote: It took a long time, but it finally rebuilt over the weekend. I now get an error when I try to launch webkit and was wondering if you had seen the same thing. brian@brian-VirtualBox:~/WebKit$ sudo Tools/Scripts/run-safari Unsupported platform, can't determine built library locations. Try `build-webkit --help` for more information. brian@brian-VirtualBox:~/WebKit$ sudo WebKitBuild/Release/Programs/GtkLauncher WebKitBuild/Release/Programs/GtkLauncher: symbol lookup error: /home/brian/WebKit/WebKitBuild/Release/.libs/libwebkitgtk-3.0.so.0: undefined symbol: soup_message_set_priority On Thu, Dec 5, 2013 at 1:34 PM, Bem Jones-Bey <bjone...@adobe.com<mailto:bjone...@adobe.com>> wrote: As far as I know, that's all that's needed, but I deleted my old VM and created a new one instead of doing an OS upgrade, so I don't have any experience if there is weirdness with the upgrade. (I've readded the list to the cc, as I am new to building WebKit on Ubuntu as well, and there may be others with more experience around) On Dec 5, 2013, at 10:24 , brian watson <brianwatson999...@gmail.com<mailto:brianwatson999...@gmail.com>> wrote: I'm going to upgrade. Is there something special I need to do to run all the dependencies again other just issuing the command again. Thanks! Brian On Thu, Dec 5, 2013 at 1:11 PM, Bem Jones-Bey <bjone...@adobe.com<mailto:bjone...@adobe.com>> wrote: I'm betting that Tools/gtk/install-dependencies actually failed to install something. You should take a look at the output of that script closely and see if you see any failures to install any packages. My VM that I recently installed that worked with no problems is running 13.10, so it might be worth recreating the VM with that version or upgrading to 13.10 and then attempting to install all the dependencies again. (I had all sorts of issues when I tried a 12.04 VM, since that is way too old.) On Dec 5, 2013, at 09:41 , brian watson <brianwatson999...@gmail.com<mailto:brianwatson999...@gmail.com>> wrote: I got beyond that error and now I have the following: checking for SHA1 implementation... configure: error: No suitable SHA1 implementation found *** Error during phase configure of xserver: ########## Error running ./autogen.sh --prefix /home/brian/src/WebKit/WebKitBuild/Dependencies/Root --lib any ideas??? On Thu, Dec 5, 2013 at 12:13 PM, brian watson <brianwatson999...@gmail.com<mailto:brianwatson999...@gmail.com>> wrote: Hi, Would anyone know how to get beyond the following error. I'm looking around, but it's not clear as to what's needed. checking whether to track client ids... yes checking for XLIB... yes checking for GL... yes checking for DRIPROTO... no configure: error: Package requirements (xf86driproto >= 2.1.0) were not met: No package 'xf86driproto' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables DRIPROTO_CFLAGS and DRIPROTO_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. *** Error during phase configure of xserver: ########## Error running ./autogen.sh --prefix /home/brian/src/WebKit/WebKitBuild/Dependencies/Root --libdir '/home/brian/src/WebKit/WebKitBuild/Dependencies/Root/lib' --disable-xinerama --enable-glx --enable-composite --disable-xorg --disable-dmx --disable-xnest --disable-xquartz --disable-xwin --disable-xephyr --disable-xfake --disable-xfbdev --disable-install-setuid --disable-unit-tests --enable-unix-transport --enable-tcp-transport --enable-local-transport --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-xkb-bin-directory=/usr/bin --enable-introspection *** [27/28] Thanks, Brian On Thu, Dec 5, 2013 at 11:40 AM, brian watson <brianwatson999...@gmail.com<mailto:brianwatson999...@gmail.com>> wrote: Sorry the image of my terminal got messed up that I tried to include, but I think I got beyond the error and a subsequent one. I had to do the following: sudo apt-get install xutils-dev sudo apt-get install x11proto-gl-dev On Thu, Dec 5, 2013 at 10:51 AM, brian watson <brianwatson999...@gmail.com<mailto:brianwatson999...@gmail.com>> wrote: Hi Ossy, Thanks for the info! The build now runs a lot longer and gets much further along and now it gets the following failure. I'll run the command again *update-webkit-updategtk-libs), but if you have any ideas as to this failure please let me know. Thanks! Regards, Brian On Thu, Dec 5, 2013 at 9:12 AM, Osztrogon?c Csaba <o...@inf.u-szeged.hu<mailto:o...@inf.u-szeged.hu>> wrote: Hi, You only need the following commands, nothing else: - sudo Tools/gtk/install-dependencies - to install necessary packages - Tools/Scripts/update-webkitgtk-libs - build dependencies with jhbuild - Tools/Scripts/build-webkit --gtk - to build WebKit Ossy On 12/05/2013 03:04 PM, brian watson wrote: Hi, I've only been using Linux for a few months and am trying to get Webkit to build on Ubuntu, but I've been having lots of problems. 1. Ubuntu 13.04 running inside VirtualBox 2. Downloaded the Webkit source code from webkit.org<http://webkit.org/> <http://webkit.org<http://webkit.org/>> 3. I enter the following commands as well as others: sudo add-apt-repository ppa:webkit-team sudo apt-get update sudo apt-get install subversion gtk-doc-tools autoconf automake libtool libgtk2.0-dev libpango1.0-dev libicu-dev libxslt-dev libsoup2.4-dev libsqlite3-dev gperf bison flex libjpeg62-dev libpng12-dev libxt-dev autotools-dev libgstreamer-plugins-base0.10-dev libenchant-dev libgail-dev svn checkout http://svn.webkit.org/repository/webkit/trunk ~/src/WebKit 4. I run the configuration command: ./autogen.sh --prefix=/usr 5. I get the following error in config.log: conftest.c:28:18: fatal error: glib.h: No such file or directory compilation terminate What I would like to do is change the makefile such that I can add a new or different include path so that /usr/include/glib-2.0 is picked up for glib.h, but I can't find the makefile involved. I see some references to glib.h in aclocal.m4, but the file is auto generated. Does anyone know how to do this? Any help would be greatly appreciated as I'm stuck :-). Thanks, Brian _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org<mailto:webkit-help@lists.webkit.org> https://lists.webkit.org/mailman/listinfo/webkit-help _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org<mailto:webkit-help@lists.webkit.org> https://lists.webkit.org/mailman/listinfo/webkit-help -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.webkit.org/pipermail/webkit-help/attachments/20131211/fb62a715/attachment-0001.html> ------------------------------ _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help End of webkit-help Digest, Vol 54, Issue 6 ******************************************
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help