Hi all,

Bart van Andel fixed the smartblend wrapper in the repository.

Windows users confronted with the issue (Henk?): can you please download the 
updated wrapper from [0], overwrite the smartblend-hugin.bat of 2011.0.0_RC1 
and test that it works?

Once I have confirmation that it works, I will apply the changeset to the 
2011.0 branch and issue an RC2.

Since this affects Windows only, and it is only a script, "final" status can 
be declared soon thereafter.  It is enough to confirm that the bug is fixed on 
Windows and that the tarball builds on Linux and Mac.  Harry: do you (still) 
want to be the one declaring this upcoming RC2 final?

Linux/Unix/Mac end-users need not bother with this.

Yuv


[0] http://hugin.hg.sourceforge.net/hgweb/hugin/hugin/raw-
file/cd9cb5ee3f3b/platforms/windows/smartblend-wrapper/smartblend-hugin.bat


----------  Forwarded Message  ----------

Subject: [Hugin-cvs] /hgrepo/h/hu/hugin/hugin: Fix smartblend-hugin.bat to 
remove '--...
Date: May 24, 2011, 07:40:40 AM
From: hugin-...@lists.sourceforge.net
To: hugin-...@lists.sourceforge.net

branch:    
details:   
http://hugin.hg.sourceforge.net/hgweb/hugin/hugin/hgrepo/h/hu/hugin/hugin/rev/cd9cb5ee3f3b
changeset: 5238:cd9cb5ee3f3b
user:      Bart van Andel bavanandel+c...@gmail.com
date:       Tue May 24 13:27:26 2011 +0200
description:
Fix smartblend-hugin.bat to remove '--' argument separator

diffstat:

 platforms/windows/smartblend-wrapper/smartblend-hugin.bat |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 967c53582af3 -r cd9cb5ee3f3b platforms/windows/smartblend-
wrapper/smartblend-hugin.bat
--- a/platforms/windows/smartblend-wrapper/smartblend-hugin.bat Tue May 24 
08:50:29 2011 +0200
+++ b/platforms/windows/smartblend-wrapper/smartblend-hugin.bat Tue May 24 
13:27:26 2011 +0200
@@ -16,6 +16,8 @@
                shift
        ) else if "%arg:~0,2%"=="-f" (
                echo [smartblend-wrapper] Skipping crop argument: %1
+       ) else if "%arg:~0,2%"=="--" (
+               echo [smartblend-wrapper] Skipping argument separator: %1
        ) else if "%arg:~0,2%"=="-o" (
                echo [smartblend-wrapper] Output file: %2
                set SMARTBLENDARGS=%SMARTBLENDARGS% -o %2
-----------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to