18 Commits

Author SHA1 Message Date
Martin Jansa
16e72dfcf3 midori: upgrade to 0.4.5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-05-04 10:05:31 +02:00
Andreas Müller
8a9e1dc63d midori: add librsvg-native to DEPENDS
configure found rsvg-convert on host:
...
Checking for program rsvg-convert           : /usr/bin/rsvg-convert
...

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-10 09:35:45 +02:00
Andreas Müller
a6d45578d9 midori: remove midori.inc and oe-stylize
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-10 09:35:41 +02:00
Martin Jansa
8e7090f0be midori: upgrade to 0.4.4
* custom waf to fix dirty vala version was dropped
* I've fixed our vala to stop reporting dirty even for valid released tarballs
  so you can still get dirty version but it's not so common to keep this ugly binary here.
* disable PARALLEL_MAKE to improve our chances agains build hangs
  (btw fedora is doing the same
   http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:25 -07:00
Gary Thomas
a1ffc23c94 midori: Add project home page info
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-16 09:32:23 -07:00
Gary Thomas
5b483d8425 midori: needs GNOME icons to function
Without GNOME icons installed, e.g. when using only core-image-sato,
midori dies violently:
   # midori
   The configuration couldn't be loaded: No such file or directory
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for stock: Icon 'stock_new-tab' not present in theme
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'bookmark-new' for stock: Icon 'bookmark-new' not present in theme
   (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_add-bookmark' for stock: Icon 'stock_add-bookmark' not present in theme
   Segmentation fault

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09 07:54:41 +01:00
Martin Jansa
1e3ebb18e3 midori: disable gtk3
* waf configure/waf build always hangs when gtk3 was built before midori

* usually it's on this line:
  | Checking for program glib-genmarshal        : /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/glib-genmarshal
  | Checking for program glib-mkenums           : /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/glib-mkenums
  | Checking for program msgfmt                 : /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/msgfmt
  | Checking for program intltool-merge         : /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/intltool-merge
  | Checking for header locale.h                :
  but I guess, that's it's because glib-genmarshal or glib-mkenums,
  because if I finish do_configure somehow manually then waf build hangs
  as soon as it starts glib_genmarshal (or seemingly a bit later if there is more processes)
  | Waf: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/midori/midori-0.4.3-r0/midori-0.4.3/_build_'
  | [  1/121] glib_genmarshal: midori/marshal.list -> _build_/default/midori/marshal.h _build_/default/midori/marshal.c
  | [  2/121] valac: katze/midori-uri.vala midori/midori-extensions-column.vala -> _build_/default/katze/midori-uri.c _build_/default/midori/midori-core.h _build_/default/midori/midori-core.vapi _build_/default/midori/midori-core.deps _build_/default/midori/midori-extensions-column.c _build_/default/midori/midori-core.h _build_/default/midori/midori-core.vapi _build_/default/midori/midori-core.deps
  | ../katze/midori-uri.vala:19.60-19.74: warning: use of possibly unassigned parameter `path'
  | ../katze/midori-uri.vala:19.60-19.74: warning: use of possibly unassigned parameter `path'
  | ../katze/midori-uri.vala:19.60-19.74: warning: use of possibly unassigned parameter `path'
  | ../katze/midori-uri.vala:134.34-134.49: warning: use of possibly unassigned parameter `label'
  | ../katze/midori-uri.vala:134.13-134.31: warning: use of possibly unassigned parameter `checksum'
  | Waf: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/midori/midori-0.4.3-r0/midori-0.4.3/_build_'
  | Build failed:  -> task failed (err #-15):
  |       {task: glib_genmarshal marshal.list -> marshal.h,marshal.c}

* I was able to reproduce this 100%, I know that before it also hanged from
  time to time in waf

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-22 09:42:05 +01:00
Martin Jansa
89fc3c7f28 midori: upgrade from 0.4.2 to 0.4.3
* only build tested, it does segfault in runtime but it's the same with
  previous 0.4.2 version and probably not caused by midori itself

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-20 14:54:11 +01:00
Andreas Müller
4a258d1c15 midori: update to 0.4.2
for bad and sometimes vala-dirty people [1] we keep overwriting of waf since
midori still installs waf 1.5.19
(checked by bitbake -cunpack midori && <midori-workdir>/waf --version).

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/035995.html

Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15 19:58:49 +01:00
Andreas Müller
4f8b1b7ba1 midori: add ca-certificates to RRECOMMENDS_${PN}
fix WARNING **: No root certificate file is available. SSL certificates cannot be verified.

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 08:45:09 +01:00
Martin Jansa
bcfc89236b midori: fix build with dirty vala
* there is only one line added to default waf file
  in unpack_wafdir() just before last chdir and return
  because those files are downloaded and cannot be patched in normal way
  os.system("sed -i \"s/version=output.split/version=output.replace('-dirty','').split/g\" wafadmin/Tools/vala.py")

* It fails to parse version like this
  /OE/shr-core/tmp/sysroots/x86_64-linux/usr/bin/valac --version
  Vala 0.12.1-dirty
  reporting 0.0.0 instead which breaks configure

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01 08:54:34 +01:00
Andreas Müller
96afeaba6b midori: update to 0.4.1
minor cleanups:
* remove r0
* pack all files

Run tested on overo

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-10 09:30:53 +02:00
Andreas Müller
a56bff13b9 midori: added RRECOMMENDS glib-networking
When trying to open https://.. midori complains with:

TLS/SSL support not available; install glib-networking

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-01 04:37:23 +02:00
Andreas Müller
fcbb1d26f1 midori: update to 0.4.0 / buildable by upstream patch & LDFLAGS_append / minor cleanup
* LDFLAGS_append was suggested by Bernhard Guillon [1]
* run tested on overo

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034748.html

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-01 04:37:22 +02:00
Koen Kooi
2b38b5b742 midori 0.2.9: delete
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 13:05:41 +02:00
Koen Kooi
dba6ff6429 midori 0.3.6: fix source checksums
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-12 18:06:18 +02:00
Koen Kooi
ce196cc366 midori: add 0.3.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 20:41:26 +02:00
Koen Kooi
bd7e230bef midori 0.2.9: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-15 19:19:22 +02:00