aboutsummaryrefslogtreecommitdiffstats
path: root/packages/webkit
AgeCommit message (Collapse)Author
2008-03-05webkit-gtk: move over to autotoolsKoen Kooi
2008-01-26divers: replace '=' definition of dbg packages with '+=' for 43 files. ↵Rolf Leggewie
fixes 2317.
2007-12-30webkit-gtk: prepare for autotools support: http://www.unpluggable.com/?p=156Koen Kooi
2007-12-12webkit update: update webkit srcrevs, add midori 0.13, bump ↵Koen Kooi
openmoko-feedreader2 and openmoko-browser2
2007-12-12webkit-gtk: fiddle with exceptions and rtti cflagsKoen Kooi
before: 3.0M armv5te/libwebkitgtk1_0.1+svnr27222-r3_armv5te.ipk after: 2.3M armv5te/libwebkitgtk1_0.1+svnr27222-r3_armv5te.ipk
2007-10-29packages/webkit: Apply the qtwebkit-use-image-decoders.patch to WebKit/Qt, ↵Holger Freyther
WebKit/Qtopia -Use the built-in webcore decoders because of better RAM performance -Move the PR into the .inc
2007-10-29packages/webkit/webkit.inc: Allow debian package renaming againHolger Freyther
-Remove the code that disabled debian package renaming as of koen's mail. -Don't bump the PR as the libraries have not changed, and webkit-gtklauncher and libwebkitgtklauncher have nothing in common but the same files ;)
2007-10-25packages/webkit: Build and package naming fixes (when using debian renaming)Holger Freyther
We do not want the package to be named libwebkitgtk-launcher but want to keep the webkit-gtklauncher names. The same applies to Qt and Qtopia. Use my Gtk+ API defines for the WebKit/Qt port as well.
2007-10-23merge of '57f94c184ca1457e6b7683e84bcdf4863b46cd03'Holger Freyther
and '730545b38a3f93aa84767feb0e823edcd31ab0b5'
2007-10-23packages/webkit: The API/ABI of WebKit/Gtk+ has changed, update the PVHolger Freyther
-Also update the openmoko recipes depending on WebKit/Gtk+, this doesn't add versioned DEPENDS because it is not obvious how they should work with SRCREV. -This should cure some symptoms from http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=943
2007-10-23packages/webkit: Change the package names of WebKit/Qtopia and force upgrade.Holger Freyther
2007-10-21packages/webkit: Build the Qt/Qtopia port of WebKit as well.Holger Freyther
Unifiy the WebKit recipe and allow to build the Gtk+, Qt and Qtopia port. Add classes/qtopia4core.bbclass to assist building for Qtopia. Change the WebKit.pro to currently not build the testkjs and DumpRenderTree test utilities.
2007-10-07packages/qmake/qmake2-native: Move the LFLAGS to the end of the linker lineHolger Freyther
Move the LFLAGS to the end of the linker line. Otherwise a package (e.g. webkit) will try to link to the library in the staging directory and not to the one recently built. Remove the unstage hack from webkit-gtk as it is not needed anymore.
2007-10-06webkit-gtk: add unstage task till Holger fixes qmakeKoen Kooi
2007-09-29webkit-gtk: catch up with gdk->gtk renameKoen Kooi
2007-09-06webkit: reinstate ;name inj SRC_URIKoen Kooi
2007-09-04webkit: switch to SRCREVKoen Kooi
2007-09-03classes/{qmake*,qt4x11}.bbclass: Add a qmake2.bbclass to use qmake version twoHolger Freyther
Add a qmake2.bbclass which currently takes over the role of qt4x11.bbclass with setting the QTDIR, MOC, UIC properly. qmake2 and qmake now share qmake-base.bbclass this is why some var assignments and functions have been moved around. Make webkit-gtk use qmake2 to eliminate the Qt3 and Qt4/X11 dependency.
2007-08-12webkit: rename to webkit-gtk Koen Kooi
2007-07-31webkit: clean up (guys, please don't mix TABs and SPACEs) and make it buildMichael Lauer
2007-07-25webkit: add some qmake magic from zecke to make install and staging work betterKoen Kooi
2007-07-25webkit: fix dftables buildKoen Kooi
2007-07-24webkit: first attempt at fixing the dftables problem ↵Koen Kooi
(http://bugs.webkit.org/show_bug.cgi?id=14744)
2007-07-22Webkit: update local copy of Makefiles Koen Kooi
2007-07-18webkit: add -lcurl as workround for broken pkgconfig Koen Kooi
2007-07-17webkit: update webkit.priKoen Kooi
2007-07-01webkit: alter do_installKoen Kooi
2007-07-01webkit: update webkit.pri and webkit.proKoen Kooi
2007-05-30webkit: fix typoKoen Kooi
2007-05-30webkit: add more dependsKoen Kooi
2007-05-30webkit: fix packagingKoen Kooi
2007-05-30webkit: add install and packaging, still needs do_stage() Koen Kooi
2007-05-30webkit: unbreak qmake usage a bitKoen Kooi
2007-05-29WebKit: add WIP recipe to build the webkit-gdk portKoen Kooi