X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fgnash;h=c3d8294a6bb29be46b5cbcabcda8578f8f072bdf;hb=47d2d96f5b9eb0d897a93517db4a7663061670c1;hp=971baa890e8fa4a235815e4e3d919a9d140a7de8;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/pkg/gnash b/stage5/pkg/gnash index 971baa8..c3d8294 100644 --- a/stage5/pkg/gnash +++ b/stage5/pkg/gnash @@ -2,12 +2,14 @@ hvconfig_pre() { - CONFIGURE_OPTS=" \ - ${CONFIGURE_OPTS} \ - --enable-gui=gtk" + CONFIGURE_OPTS+=" \ + --enable-gui=gtk \ + --enable-media=gst \ + --enable-renderer=cairo,agg \ + --with-npapi-plugindir=/usr/lib/mozilla/plugins" } -hvconfig_post() +hvbuild_post() { - install -m 755 plugin/.libs/libgnashplugin.so /usr/lib/firefox/plugins + make install-plugin }