X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fgnash;h=c3d8294a6bb29be46b5cbcabcda8578f8f072bdf;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=912e4e9b12ed559b930c57541f253e6fa2022617;hpb=71881ad0ddc734eda6935b1c6ca11b4a24439921;p=hvlinux.git diff --git a/stage5/pkg/gnash b/stage5/pkg/gnash index 912e4e9..c3d8294 100644 --- a/stage5/pkg/gnash +++ b/stage5/pkg/gnash @@ -2,13 +2,14 @@ hvconfig_pre() { - CONFIGURE_OPTS=" \ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --enable-gui=gtk \ - --enable-renderer=cairo" + --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 }