gnash : add 0.8.8 version
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 21 Nov 2010 21:26:00 +0000 (22:26 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 21 Nov 2010 21:37:44 +0000 (22:37 +0100)
commit36fa802068c749e833c92cfdfb6a0f6334d3a6f0
treeef74957c7ebfae78bd371cc49068e52b975ef323
parentae36cd21a01f3371f3520cfe75da353cee2d00f7
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]