Gnash fonctionnel. Ça prend absolument AGG pour que les vidéos fonctionnent (cairo...
[hvlinux.git] / stage5 / pkg / gnash
index 971baa8..b71ca0d 100644 (file)
@@ -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
 }