[xiph-commits] r3152 - liboggplay/trunk/Installer
laser13 at svn.annodex.net
laser13 at svn.annodex.net
Thu Jun 28 23:23:21 PDT 2007
Author: laser13
Date: 2007-06-28 23:23:21 -0700 (Thu, 28 Jun 2007)
New Revision: 3152
Removed:
liboggplay/trunk/Installer/MakeWindowsPluginXPI.sh
Modified:
liboggplay/trunk/Installer/README
liboggplay/trunk/Installer/install.js
Log:
Win32 XPI script and updated install.js
Deleted: liboggplay/trunk/Installer/MakeWindowsPluginXPI.sh
===================================================================
--- liboggplay/trunk/Installer/MakeWindowsPluginXPI.sh 2007-06-29 05:59:50 UTC (rev 3151)
+++ liboggplay/trunk/Installer/MakeWindowsPluginXPI.sh 2007-06-29 06:23:21 UTC (rev 3152)
@@ -1,18 +0,0 @@
-#!/bin/zsh -f
-
-set -e
-set -x
-
-# prep the plugins directory
-rm -rf bin
-mkdir -p bin/plugins
-cp ../win32/VS2005/liboggplay/bin/Release/*.dll bin/plugins
-cp ../plugin/npliboggplugin.xpt bin/plugins
-strip bin/plugins/*.dll
-
-# add the plugins directory and install.js to the XPI
-zip -9r Oggplay-Windows.xpi bin/ install.js
-
-# clean up
-rm -rf bin/
-
Modified: liboggplay/trunk/Installer/README
===================================================================
--- liboggplay/trunk/Installer/README 2007-06-29 05:59:50 UTC (rev 3151)
+++ liboggplay/trunk/Installer/README 2007-06-29 06:23:21 UTC (rev 3152)
@@ -1,23 +1,36 @@
-
-Mac will be supported soon.
-
-===============
-Making the .xpi
-===============
-
-* cd to the Installer directory
-* Run MakeLinuxPluginXPI.sh or MakeWindowsPluginXPI.sh as appropriate.
-
-===================
-Installing the .xpi
-===================
-
-* Open the Oggplay-<SYSTEM>.xpi in Firefox (where <SYSTEM> matches your
- operating system and CPU architecture.
-* Click "Install Now".
-* The Add-ons dialog may become non-responsive after installation is complete.
- This will not affect your installation of Oggplay. Just close it.
-* Restart Firefox.
-* Type "about:plugins" into your Firefox address bar and look through the list
- of plugins to check that Oggplay installed correctly.
-
+The plugin has been developed and tested on the Linux/MacOSX/Win200x/XP platforms.
+
+===============
+Making the .xpi
+===============
+
+* cd to the Installer directory
+* Run MakeLinuxPluginXPI.sh, MakeWindowsPluginXPI.sh or MakeMacPluginXPI.sh as appropriate.
+
+===================
+Installing the .xpi
+===================
+
+* The result of the previous procedure is a file name in the format Oggplay-<SYSTEM>.xpi
+ (e.g. Oggplay-Win32.xpi for Windows)
+* Open the Oggplay-<SYSTEM>.xpi in Firefox (where <SYSTEM> matches your
+ operating system and CPU architecture.)
+* Click "Install Now".
+* The Add-ons dialog may become non-responsive after installation is complete.
+ This will not affect your installation of Oggplay. Just close it.
+* Type "about:plugins" into your Firefox address bar and look through the list
+ of plugins to check that Oggplay installed correctly.
+
+===================
+Troubleshooting
+===================
+
+* The installator does not require restart of Firefox. The plugin should be available immediately.
+* If the installation is sucessfull you should have plugin files installed in the following directores:
+[Linux]
+ ~/.mozilla/plugins
+[Win32]
+ C:\Program Files\Mozilla Firefox\Plugins
+[MacOSX]
+ ~/Library/Internet PlugIn
+
Modified: liboggplay/trunk/Installer/install.js
===================================================================
--- liboggplay/trunk/Installer/install.js 2007-06-29 05:59:50 UTC (rev 3151)
+++ liboggplay/trunk/Installer/install.js 2007-06-29 06:23:21 UTC (rev 3152)
@@ -73,8 +73,9 @@
useAddDir = false;
break;
case "windows":
+ xptName = "npliboggplugin.xpt";
pluginName = "npliboggplugin.dll";
- pluginSize = 2600;
+ pluginSize = 2000;
installDir = getFolder("Plugins");
useAddDir = false;
break;
More information about the commits
mailing list