X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fgnash;h=b71ca0d66db830b5dd176be5a9d199c810e1e7bd;hb=6fb59c47344b8dec7f46dde511032a1ecb9b6658;hp=971baa890e8fa4a235815e4e3d919a9d140a7de8;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/pkg/gnash b/stage5/pkg/gnash index 971baa8..b71ca0d 100644 --- a/stage5/pkg/gnash +++ b/stage5/pkg/gnash @@ -4,10 +4,13 @@ hvconfig_pre() { CONFIGURE_OPTS=" \ ${CONFIGURE_OPTS} \ - --enable-gui=gtk" + --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 }