gnash : add 0.8.8 version
commit625e0f199dad763f7f6c9b22c77178940a688ea0
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 21 Nov 2010 21:26:00 +0000 (21 22:26 +0100)
committerKhem Raj <raj.khem@gmail.com>
Mon, 22 Nov 2010 23:56:43 +0000 (22 15:56 -0800)
tree2bf7dce21899c8eb40be8d6058d2f685bcc4779b
parent7af4addbb1fd268f9097a1f6132bc5ff6d2b76e7
gnash : add 0.8.8 version

The 0.8.8 version fixes youtube.

Note that I had to add one more include:
  -I${STAGING_INCDIR}/cairo
Because gnash didn't find cairo:
  | ../sysroots/armv7a-oe-linux-gnueabi/usr/include/gtk-2.0/gdk/gdkscreen.h:31:19: fatal error: cairo.h: No such file or directory
Note that gnashes disables pkg-config during cross-compilation:
  Nov 19 18:09:46 <strk>  IIRC we _never_ use pkgconfig when crossbuilding
From #gnash in Freenode on irc.

I also had to add that:
  --with-npapi-plugindir=${libdir}/mozilla/plugins \
else the plugin would have been installed in:
  image/usr/lib64/mozilla/plugins/libgnashplugin.so
which is a path made using the host libdir(I've a 64bit buildhost)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
recipes/gnash/gnash_0.8.8.bb [new file with mode: 0644]