hdrflow-svn Mailing List for HDRFlow (Page 2)
Status: Pre-Alpha
Brought to you by:
glslang
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(30) |
May
(38) |
Jun
(22) |
Jul
(53) |
Aug
(66) |
Sep
(56) |
Oct
(29) |
Nov
(13) |
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(16) |
Feb
(22) |
Mar
(12) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <gl...@us...> - 2008-03-31 20:23:35
|
Revision: 437
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=437&view=rev
Author: glslang
Date: 2008-03-31 13:23:34 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
Nuke build updates
Modified Paths:
--------------
trunk/lib/extras/extras_vc8.sln
Added Paths:
-----------
trunk/lib/extras/src/nuke/readers_vc8.vcproj
Removed Paths:
-------------
trunk/lib/extras/src/nuke/raw_vc8.vcproj
Property Changed:
----------------
trunk/lib/extras/m4/nuke.m4
Modified: trunk/lib/extras/extras_vc8.sln
===================================================================
--- trunk/lib/extras/extras_vc8.sln 2008-03-31 20:14:28 UTC (rev 436)
+++ trunk/lib/extras/extras_vc8.sln 2008-03-31 20:23:34 UTC (rev 437)
@@ -36,7 +36,7 @@
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuke", "Nuke", "{CF27EE4A-B9CF-45E7-B89A-6DED5CFBE5B8}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raw", "src\nuke\raw_vc8.vcproj", "{2177319C-42B2-44C4-8ED4-C7C1C34A0837}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raw", "src\nuke\readers_vc8.vcproj", "{2177319C-42B2-44C4-8ED4-C7C1C34A0837}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Property changes on: trunk/lib/extras/m4/nuke.m4
___________________________________________________________________
Name: svn:eol-style
+ native
Deleted: trunk/lib/extras/src/nuke/raw_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/nuke/raw_vc8.vcproj 2008-03-31 20:14:28 UTC (rev 436)
+++ trunk/lib/extras/src/nuke/raw_vc8.vcproj 2008-03-31 20:23:34 UTC (rev 437)
@@ -1,193 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="raw"
- ProjectGUID="{2177319C-42B2-44C4-8ED4-C7C1C34A0837}"
- RootNamespace="raw"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RAW_EXPORTS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RAW_EXPORTS"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
Copied: trunk/lib/extras/src/nuke/readers_vc8.vcproj (from rev 435, trunk/lib/extras/src/nuke/raw_vc8.vcproj)
===================================================================
--- trunk/lib/extras/src/nuke/readers_vc8.vcproj (rev 0)
+++ trunk/lib/extras/src/nuke/readers_vc8.vcproj 2008-03-31 20:23:34 UTC (rev 437)
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="raw"
+ ProjectGUID="{2177319C-42B2-44C4-8ED4-C7C1C34A0837}"
+ RootNamespace="raw"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RAW_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RAW_EXPORTS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-03-31 20:14:30
|
Revision: 436
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=436&view=rev
Author: glslang
Date: 2008-03-31 13:14:28 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
eol-style to native
Property Changed:
----------------
trunk/lib/extras/src/nuke/readers.cpp
Property changes on: trunk/lib/extras/src/nuke/readers.cpp
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-03-31 20:13:22
|
Revision: 435
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=435&view=rev
Author: glslang
Date: 2008-03-31 13:13:20 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
Add nuke IO readers template
Added Paths:
-----------
trunk/lib/extras/src/nuke/readers.cpp
Added: trunk/lib/extras/src/nuke/readers.cpp
===================================================================
--- trunk/lib/extras/src/nuke/readers.cpp (rev 0)
+++ trunk/lib/extras/src/nuke/readers.cpp 2008-03-31 20:13:20 UTC (rev 435)
@@ -0,0 +1,7 @@
+
+// readers - File IO nuke plugin.
+
+// Copyright (C) 2007 Goncalo N. M. de Carvalho
+// Released under the GPL.
+// For more information, see http://www.hdrflow.com.
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-03-31 20:01:19
|
Revision: 434
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=434&view=rev
Author: glslang
Date: 2008-03-31 13:01:13 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
Build fix
Modified Paths:
--------------
trunk/lib/extras/src/raw/raw.cpp
Modified: trunk/lib/extras/src/raw/raw.cpp
===================================================================
--- trunk/lib/extras/src/raw/raw.cpp 2008-03-31 19:51:26 UTC (rev 433)
+++ trunk/lib/extras/src/raw/raw.cpp 2008-03-31 20:01:13 UTC (rev 434)
@@ -73,7 +73,7 @@
return il::image_type_ptr( );
pl::string output = fs::path( path.c_str( ), fs::native ).leaf( );
- output = output_prefix + "/" + pl::string( output.begin( ), output.rfind( '.' ) ) + ".ppm";
+ output = output_prefix + pl::string( "/" ) + pl::string( 0, output.rfind( '.' ) ) + pl::string( ".ppm" );
typedef pl::discovery<query_traits> discovery;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-03-31 19:51:31
|
Revision: 433
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=433&view=rev
Author: glslang
Date: 2008-03-31 12:51:26 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
Add Nuke m4 macro
Modified Paths:
--------------
trunk/lib/extras/configure.ac
trunk/lib/extras/m4/maya.m4
Added Paths:
-----------
trunk/lib/extras/m4/nuke.m4
Modified: trunk/lib/extras/configure.ac
===================================================================
--- trunk/lib/extras/configure.ac 2008-03-30 08:45:03 UTC (rev 432)
+++ trunk/lib/extras/configure.ac 2008-03-31 19:51:26 UTC (rev 433)
@@ -139,6 +139,7 @@
AC_CHECK_QUICKTIME( )
AC_CHECK_MAYA( )
+AC_CHECK_NUKE( )
dnl include paths
INCLUDES='-I$(top_srcdir)/src'
Modified: trunk/lib/extras/m4/maya.m4
===================================================================
--- trunk/lib/extras/m4/maya.m4 2008-03-30 08:45:03 UTC (rev 432)
+++ trunk/lib/extras/m4/maya.m4 2008-03-31 19:51:26 UTC (rev 433)
@@ -47,7 +47,7 @@
AC_SUBST(MAYA_LIBS)
AM_CONDITIONAL(HAVE_MAYA, [test x$ac_use_maya = "xyes"])
- if test x$ac_use_ofx = "xyes"; then
+ if test x$ac_use_maya = "xyes"; then
ifelse([$1], , :, [$1])
else
ifelse([$2], , :, [$2])
Added: trunk/lib/extras/m4/nuke.m4
===================================================================
--- trunk/lib/extras/m4/nuke.m4 (rev 0)
+++ trunk/lib/extras/m4/nuke.m4 2008-03-31 19:51:26 UTC (rev 433)
@@ -0,0 +1,51 @@
+
+#
+#
+#
+
+AC_DEFUN([AC_CHECK_NUKE],[
+ AC_ARG_WITH(nukedir, AC_HELP_STRING([--with-nukedir], [Nuke directory]),,with_nukedir="${NUKE_DIRECTORY}")
+
+ NUKE_CXXFLAGS="-I${with_nukedir}/Nuke5.0v1.app/Contents/MacOS/include -DUSE_GLEW"
+ NUKE_LDFLAGS="-L${with_nukedir}/Nuke5.0v1.app/Contents/MacOS"
+ NUKE_LIBS="-lDDImage5.0"
+
+ case $host in
+ *-apple-darwin*)
+ NUKE_CXXFLAGS="${NUKE_CXXFLAGS}"
+ esac
+
+ save_CPPFLAGS="$CPPFLAGS"
+ CPPFLAGS="$CPPFLAGS ${NUKE_CXXFLAGS}"
+
+ save_CXXFLAGS="$CXXFLAGS"
+ CXXFLAGS="$CXXFLAGS ${NUKE_CXXFLAGS}"
+
+ AC_LANG(C++)
+ AC_CHECK_HEADER(DDImage/Read.h,
+ [ac_have_nuke="yes" AC_DEFINE(HAVE_NUKE,1,[Define this if you have Nuke devkit])],
+ [AC_MSG_WARN([*** Nuke development headers not available. Please check your Nuke installation ***])])
+
+ if test x$ac_have_nuke = "xyes"; then
+ case $host in
+ *-apple-darwin*)
+ NUKE_LDFLAGS="${NUKE_LDFLAGS} -Wl,-executable_path,${with_nukedir}/Nuke5.0v1.app/Contents/MacOS"
+ ;;
+ esac
+ ac_use_nuke=yes
+ fi
+
+ CPPFLAGS="$save_CPPFLAGS"
+ CXXFLAGS="$save_CXXFLAGS"
+
+ AC_SUBST(NUKE_CXXFLAGS)
+ AC_SUBST(NUKE_LDFLAGS)
+ AC_SUBST(NUKE_LIBS)
+ AM_CONDITIONAL(HAVE_NUKE, [test x$ac_use_nuke = "xyes"])
+
+ if test x$ac_use_nuke = "xyes"; then
+ ifelse([$1], , :, [$1])
+ else
+ ifelse([$2], , :, [$2])
+ fi
+])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-03-30 08:45:08
|
Revision: 432
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=432&view=rev
Author: glslang
Date: 2008-03-30 01:45:03 -0700 (Sun, 30 Mar 2008)
Log Message:
-----------
Adds Nuke raw plugin project file
Modified Paths:
--------------
trunk/lib/extras/extras_vc8.sln
Added Paths:
-----------
trunk/lib/extras/src/nuke/
trunk/lib/extras/src/nuke/raw_vc8.vcproj
Modified: trunk/lib/extras/extras_vc8.sln
===================================================================
--- trunk/lib/extras/extras_vc8.sln 2008-03-29 18:40:39 UTC (rev 431)
+++ trunk/lib/extras/extras_vc8.sln 2008-03-30 08:45:03 UTC (rev 432)
@@ -22,7 +22,7 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "noise", "src\noise\noise_vc8.vcproj", "{927446CD-3483-4CCF-B581-F0896DD4A550}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Maya 2008", "Maya 2008", "{0CED7D48-905C-4C67-96B9-668B7728ED10}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Maya", "Maya", "{0CED7D48-905C-4C67-96B9-668B7728ED10}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "readers", "src\imf\mfn\readers_vc8.vcproj", "{061A3FF5-B3C6-4CDC-A018-5B985C234CD6}"
EndProject
@@ -34,40 +34,82 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wic", "src\wic\wic_vc8.vcproj", "{DA08A396-4003-4A9F-85DC-45A270300CD1}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuke", "Nuke", "{CF27EE4A-B9CF-45E7-B89A-6DED5CFBE5B8}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raw", "src\nuke\raw_vc8.vcproj", "{2177319C-42B2-44C4-8ED4-C7C1C34A0837}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
Multi-threaded Debug DLL|Win32 = Multi-threaded Debug DLL|Win32
Multi-threaded Release DLL|Win32 = Multi-threaded Release DLL|Win32
+ Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Debug|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Debug|Win32.Build.0 = Multi-threaded Release DLL|Win32
{B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Release|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Release|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Debug|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Debug|Win32.Build.0 = Multi-threaded Release DLL|Win32
{C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Release|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Release|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Debug|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Debug|Win32.Build.0 = Multi-threaded Release DLL|Win32
{95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Release|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Release|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Debug|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Debug|Win32.Build.0 = Multi-threaded Release DLL|Win32
{927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Release|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Release|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Debug|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Debug|Win32.Build.0 = Multi-threaded Release DLL|Win32
{061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Release|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {061A3FF5-B3C6-4CDC-A018-5B985C234CD6}.Release|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {80F6C766-D2FB-4744-AAAD-0DC99094DCDD}.Debug|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {80F6C766-D2FB-4744-AAAD-0DC99094DCDD}.Debug|Win32.Build.0 = Multi-threaded Release DLL|Win32
{80F6C766-D2FB-4744-AAAD-0DC99094DCDD}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{80F6C766-D2FB-4744-AAAD-0DC99094DCDD}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{80F6C766-D2FB-4744-AAAD-0DC99094DCDD}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{80F6C766-D2FB-4744-AAAD-0DC99094DCDD}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {80F6C766-D2FB-4744-AAAD-0DC99094DCDD}.Release|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {80F6C766-D2FB-4744-AAAD-0DC99094DCDD}.Release|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {DA08A396-4003-4A9F-85DC-45A270300CD1}.Debug|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {DA08A396-4003-4A9F-85DC-45A270300CD1}.Debug|Win32.Build.0 = Multi-threaded Release DLL|Win32
{DA08A396-4003-4A9F-85DC-45A270300CD1}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{DA08A396-4003-4A9F-85DC-45A270300CD1}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{DA08A396-4003-4A9F-85DC-45A270300CD1}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{DA08A396-4003-4A9F-85DC-45A270300CD1}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {DA08A396-4003-4A9F-85DC-45A270300CD1}.Release|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {DA08A396-4003-4A9F-85DC-45A270300CD1}.Release|Win32.Build.0 = Multi-threaded Release DLL|Win32
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837}.Debug|Win32.ActiveCfg = Debug|Win32
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837}.Debug|Win32.Build.0 = Debug|Win32
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837}.Multi-threaded Debug DLL|Win32.ActiveCfg = Debug|Win32
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837}.Multi-threaded Debug DLL|Win32.Build.0 = Debug|Win32
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837}.Multi-threaded Release DLL|Win32.ActiveCfg = Release|Win32
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837}.Multi-threaded Release DLL|Win32.Build.0 = Release|Win32
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837}.Release|Win32.ActiveCfg = Release|Win32
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -81,6 +123,7 @@
{0CED7D48-905C-4C67-96B9-668B7728ED10} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
{078F108D-642B-417D-99C6-F05C8266C57E} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
{4861599B-D7E9-4C5B-83FE-2ECF7484C18E} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
+ {CF27EE4A-B9CF-45E7-B89A-6DED5CFBE5B8} = {2644DB77-2096-4A50-A23F-C57D3C011FE2}
{B4CCC2D9-D505-4B08-B908-B2A38105ABC8} = {675FBBBA-6681-49E3-AAC6-FE371310DA63}
{927446CD-3483-4CCF-B581-F0896DD4A550} = {E0C3CF4A-5F43-4BBC-B7A9-6D4CDB225CD9}
{C8F73831-1355-45C9-BD1B-C7AAB4CDE373} = {D133B05E-F174-4CDA-8FF4-C45C139CFACD}
@@ -88,5 +131,6 @@
{061A3FF5-B3C6-4CDC-A018-5B985C234CD6} = {0CED7D48-905C-4C67-96B9-668B7728ED10}
{80F6C766-D2FB-4744-AAAD-0DC99094DCDD} = {078F108D-642B-417D-99C6-F05C8266C57E}
{DA08A396-4003-4A9F-85DC-45A270300CD1} = {4861599B-D7E9-4C5B-83FE-2ECF7484C18E}
+ {2177319C-42B2-44C4-8ED4-C7C1C34A0837} = {CF27EE4A-B9CF-45E7-B89A-6DED5CFBE5B8}
EndGlobalSection
EndGlobal
Added: trunk/lib/extras/src/nuke/raw_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/nuke/raw_vc8.vcproj (rev 0)
+++ trunk/lib/extras/src/nuke/raw_vc8.vcproj 2008-03-30 08:45:03 UTC (rev 432)
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="raw"
+ ProjectGUID="{2177319C-42B2-44C4-8ED4-C7C1C34A0837}"
+ RootNamespace="raw"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RAW_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RAW_EXPORTS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-03-29 18:40:44
|
Revision: 431
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=431&view=rev
Author: glslang
Date: 2008-03-29 11:40:39 -0700 (Sat, 29 Mar 2008)
Log Message:
-----------
+ update dcraw
Modified Paths:
--------------
trunk/lib/extras/src/raw/dcraw.c
trunk/lib/extras/src/raw/raw.cpp
trunk/lib/extras/src/raw/raw_vc8.vcproj
Modified: trunk/lib/extras/src/raw/dcraw.c
===================================================================
--- trunk/lib/extras/src/raw/dcraw.c 2008-03-08 19:53:37 UTC (rev 430)
+++ trunk/lib/extras/src/raw/dcraw.c 2008-03-29 18:40:39 UTC (rev 431)
@@ -1,16 +1,17 @@
/*
dcraw.c -- Dave Coffin's raw photo decoder
- Copyright 1997-2007 by Dave Coffin, dcoffin a cybercom o net
+ Copyright 1997-2008 by Dave Coffin, dcoffin a cybercom o net
This is a command-line ANSI C program to convert raw photos from
any digital camera on any computer running any operating system.
No license is required to download and use dcraw.c. However,
- to lawfully redistribute this code, you must either (a) include
- full source code* for all executable files containing RESTRICTED
- functions, (b) remove all RESTRICTED functions, re-implement them,
- or copy them from an earlier, unrestricted Revision of dcraw.c,
- or (c) purchase a license from the author.
+ to lawfully redistribute dcraw, you must either (a) offer, at
+ no extra charge, full source code* for all executable files
+ containing RESTRICTED functions, (b) distribute this code under
+ the GPL Version 2 or later, (c) remove all RESTRICTED functions,
+ re-implement them, or copy them from an earlier, unrestricted
+ Revision of dcraw.c, or (d) purchase a license from the author.
The functions that process Foveon images have been RESTRICTED
since Revision 1.237. All other code remains free for all uses.
@@ -18,11 +19,11 @@
*If you have not modified dcraw.c in any way, a link to my
homepage qualifies as "full source code".
- $Revision: 1.379 $
- $Date: 2007/05/03 06:15:16 $
+ $Revision: 1.399 $
+ $Date: 2008/03/05 01:29:34 $
*/
-#define VERSION "8.71"
+#define VERSION "8.83"
#define _GNU_SOURCE
#define _USE_MATH_DEFINES
@@ -37,6 +38,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <sys/types.h>
/*
NO_JPEG disables decoding of compressed Kodak DC120 files.
NO_LCMS disables the "-p" option.
@@ -53,7 +55,10 @@
#else
#define _(String) (String)
#endif
-#ifndef DJGPP
+#ifdef DJGPP
+#define fseeko fseek
+#define ftello ftell
+#else
#define fgetc getc_unlocked
#endif
#ifdef __CYGWIN__
@@ -63,12 +68,11 @@
#include <sys/utime.h>
#include <winsock2.h>
#pragma comment(lib, "ws2_32.lib")
-#define strcasecmp _stricmp
-#define strncasecmp _strnicmp
-#define getc_unlocked getc
+#define snprintf _snprintf
+#define strcasecmp stricmp
+#define strncasecmp strnicmp
typedef __int64 INT64;
typedef unsigned __int64 UINT64;
-#pragma warning( disable:4018 4244 4305 4389 4706 )
#else
#include <unistd.h>
#include <utime.h>
@@ -97,28 +101,31 @@
*/
FILE *ifp;
short order;
-char *ifname, make[64], model[64], model2[64], *meta_data, cdesc[5];
+char *ifname, *meta_data;
+char cdesc[5], desc[512], make[64], model[64], model2[64], artist[64];
float flash_used, canon_ev, iso_speed, shutter, aperture, focal_len;
time_t timestamp;
unsigned shot_order, kodak_cbpp, filters, exif_cfa, unique_id;
-unsigned profile_offset, profile_length, *oprof;
-unsigned thumb_offset, thumb_length, thumb_misc;
-unsigned data_offset, strip_offset, curve_offset, meta_offset, meta_length;
-unsigned tiff_nifds, tiff_samples, tiff_bps, tiff_compress, tile_length;
+off_t strip_offset, data_offset;
+off_t thumb_offset, meta_offset, profile_offset;
+unsigned thumb_length, meta_length, profile_length;
+unsigned thumb_misc, *oprof, fuji_layout, shot_select=0, multi_out=0;
+unsigned tiff_nifds, tiff_samples, tiff_bps, tiff_compress;
unsigned black, maximum, mix_green, raw_color, use_gamma, zero_is_bad;
unsigned zero_after_ff, is_raw, dng_version, is_foveon, data_error;
+unsigned tile_width, tile_length, gpsdata[32];
ushort raw_height, raw_width, height, width, top_margin, left_margin;
ushort shrink, iheight, iwidth, fuji_width, thumb_width, thumb_height;
int flip, tiff_flip, colors;
-double pixel_aspect;
-ushort (*image)[4], white[8][8], curve[0x1000], cr2_slice[3];
+double pixel_aspect, aber[4]={1,1,1,1};
+ushort (*image)[4], white[8][8], curve[0x4001], cr2_slice[3], sraw_mul[4];
float bright=1, user_mul[4]={0,0,0,0}, threshold=0;
int half_size=0, four_color_rgb=0, document_mode=0, highlight=0;
-int verbose=0, use_auto_wb=0, use_camera_wb=0;
-int output_color=1, output_bps=8, output_tiff=0;
-int fuji_layout, fuji_secondary, shot_select=0;
+int verbose=0, use_auto_wb=0, use_camera_wb=0, use_camera_matrix=-1;
+int output_color=1, output_bps=8, output_tiff=0, med_passes=0;
+int no_auto_bright=0;
unsigned greybox[4] = { 0, 0, UINT_MAX, UINT_MAX };
-float cam_mul[4], pre_mul[4], rgb_cam[3][4]; /* RGB from camera color */
+float cam_mul[4], pre_mul[4], cmatrix[3][4], rgb_cam[3][4];
const double xyz_rgb[3][3] = { /* XYZ from RGB */
{ 0.412453, 0.357580, 0.180423 },
{ 0.212671, 0.715160, 0.072169 },
@@ -145,9 +152,10 @@
#define CLASS
-#define FORC3 for (c=0; c < 3; c++)
-#define FORC4 for (c=0; c < 4; c++)
-#define FORCC for (c=0; c < colors; c++)
+#define FORC(cnt) for (c=0; c < cnt; c++)
+#define FORC3 FORC(3)
+#define FORC4 FORC(4)
+#define FORCC FORC(colors)
#define SQR(x) ((x)*(x))
#define ABS(x) (((int)(x) ^ ((int)(x) >> 31)) - ((int)(x) >> 31))
@@ -257,7 +265,7 @@
if (feof(ifp))
fprintf (stderr,_("Unexpected end of file\n"));
else
- fprintf (stderr,_("Corrupt data near 0x%lx\n"), ftell(ifp));
+ fprintf (stderr,_("Corrupt data near 0x%llx\n"), (INT64) ftello(ifp));
}
data_error = 1;
}
@@ -328,7 +336,6 @@
default: return fgetc(ifp);
}
}
-#define getrat() getreal(10)
void CLASS read_shorts (ushort *pixel, int count)
{
@@ -420,7 +427,7 @@
for (i=0; i < 8; i++)
total[st][i] += test[i];
count[st]++;
-next: continue;
+next: ;
}
if (count[0] | count[1]) {
st = count[0]*200 < count[1];
@@ -483,8 +490,8 @@
black = black / ((raw_width - width) * height) - 4;
for (row=0; row < height; row++)
for (col=0; col < width; col++) {
- val = (BAYER(row,col) - black) * mul[row & 3][col & 1] >> 9;
- if (val < 0) val = 0;
+ if ((val = BAYER(row,col) - black) < 0) val = 0;
+ val = val * mul[row & 3][col & 1] >> 9;
BAYER(row,col) = val;
}
canon_600_fixed_wb(1311);
@@ -524,7 +531,7 @@
void CLASS canon_a5_load_raw()
{
- ushort data[2335], *dp, pixel;
+ ushort data[2565], *dp, pixel;
int vbits=0, buf=0, row, col, bc=0;
order = 0x4949;
@@ -792,8 +799,8 @@
enough to decode Canon, Kodak and Adobe DNG images.
*/
struct jhead {
- int bits, high, wide, clrs, restart, vpred[4];
- struct decode *huff[4];
+ int bits, high, wide, clrs, psv, restart, vpred[4];
+ struct CLASS decode *huff[4];
ushort *row;
};
@@ -816,12 +823,13 @@
if (tag <= 0xff00) return 0;
fread (data, 1, len, ifp);
switch (tag) {
- case 0xffc0:
+ case 0xffc0: data[7] = 0;
case 0xffc3:
jh->bits = data[0];
jh->high = data[1] << 8 | data[2];
jh->wide = data[3] << 8 | data[4];
- jh->clrs = data[5];
+ jh->clrs = data[5] + (data[7] == 0x21);
+ if (len == 9 && !dng_version) getc(ifp);
break;
case 0xffc4:
if (info_only) break;
@@ -830,13 +838,20 @@
dp = make_decoder (++dp, 0);
}
break;
+ case 0xffda:
+ jh->psv = data[1+data[0]*2];
+ break;
case 0xffdd:
jh->restart = data[0] << 8 | data[1];
}
} while (tag != 0xffda);
if (info_only) return 1;
- jh->row = (ushort *) calloc (jh->wide*jh->clrs, 2);
- merror (jh->row, " jpeg_start()");
+ if (jh->clrs == 4) {
+ jh->huff[3] = jh->huff[2] = jh->huff[1];
+ jh->huff[1] = jh->huff[0];
+ }
+ jh->row = (ushort *) calloc (jh->wide*jh->clrs, 4);
+ merror (jh->row, "ljpeg_start()");
return zero_after_ff = 1;
}
@@ -855,10 +870,10 @@
return diff;
}
-void CLASS ljpeg_row (int jrow, struct jhead *jh)
+ushort * CLASS ljpeg_row (int jrow, struct jhead *jh)
{
- int col, c, diff;
- ushort mark=0, *outp=jh->row;
+ int col, c, diff, pred;
+ ushort mark=0, *row[3];
if (jrow * jh->wide % jh->restart == 0) {
FORC4 jh->vpred[c] = 1 << (jh->bits-1);
@@ -867,13 +882,28 @@
while (c != EOF && mark >> 4 != 0xffd);
getbits(-1);
}
+ FORC3 row[c] = jh->row + jh->wide*jh->clrs*((jrow+c) & 1);
for (col=0; col < jh->wide; col++)
- for (c=0; c < jh->clrs; c++) {
+ FORC(jh->clrs) {
diff = ljpeg_diff (jh->huff[c]);
- *outp = diff = col ? outp[-jh->clrs]+diff : (jh->vpred[c] += diff);
- if (diff >> jh->bits) derror();
- outp++;
+ if (jh->clrs == 4 && c < 2 && (col | c))
+ pred = row[0][(c << 1)-3];
+ else if (col) pred = row[0][-jh->clrs];
+ else pred = (jh->vpred[c] += diff) - diff;
+ if (jrow && col) switch (jh->psv) {
+ case 1: break;
+ case 2: pred = row[1][0]; break;
+ case 3: pred = row[1][-jh->clrs]; break;
+ case 4: pred = pred + row[1][0] - row[1][-jh->clrs]; break;
+ case 5: pred = pred + ((row[1][0] - row[1][-jh->clrs]) >> 1); break;
+ case 6: pred = row[1][0] + ((pred - row[1][-jh->clrs]) >> 1); break;
+ case 7: pred = (pred + row[1][0]) >> 1; break;
+ default: pred = 0;
+ }
+ if ((**row = pred + diff) >> jh->bits) derror();
+ row[0]++; row[1]++;
}
+ return row[2];
}
void CLASS lossless_jpeg_load_raw()
@@ -881,14 +911,15 @@
int jwide, jrow, jcol, val, jidx, i, j, row=0, col=0;
struct jhead jh;
int min=INT_MAX;
+ ushort *rp;
if (!ljpeg_start (&jh, 0)) return;
jwide = jh.wide * jh.clrs;
for (jrow=0; jrow < jh.high; jrow++) {
- ljpeg_row (jrow, &jh);
+ rp = ljpeg_row (jrow, &jh);
for (jcol=0; jcol < jwide; jcol++) {
- val = jh.row[jcol];
+ val = *rp++;
if (jh.bits <= 12)
val = curve[val];
if (cr2_slice[0]) {
@@ -919,13 +950,57 @@
black = min;
}
+void CLASS canon_sraw_load_raw()
+{
+ struct jhead jh;
+ short *rp=0, *ip;
+ int jwide, slice, scol, ecol, row, col, jrow=0, jcol=0, pix[3], c;
+
+ if (!ljpeg_start (&jh, 0)) return;
+ jwide = (jh.wide >>= 1) * 4;
+
+ for (ecol=slice=0; slice <= cr2_slice[0]; slice++) {
+ scol = ecol;
+ ecol += cr2_slice[1] >> 1;
+ if (!cr2_slice[0] || ecol > width-1) ecol = width & -2;
+ for (row=0; row < height; row++) {
+ ip = (short *) image[row*width+scol];
+ for (col=scol; col < ecol; col+=2, jcol+=4, ip+=8) {
+ if ((jcol %= jwide) == 0)
+ rp = (short *) ljpeg_row (jrow++, &jh);
+ ip[0] = rp[jcol];
+ ip[4] = rp[jcol+1];
+ ip[1] = (short) (rp[jcol+2] << 2) >> 2;
+ ip[2] = (short) (rp[jcol+3] << 2) >> 2;
+ }
+ }
+ }
+ for (row=0; row < height; row++) {
+ ip = (short *) image[row*width+1];
+ for (col=1; col < width-1; col+=2, ip+=8) {
+ ip[1] = (ip[-3] + ip[5] + 1) >> 1;
+ ip[2] = (ip[-2] + ip[6] + 1) >> 1;
+ }
+ if (col < width) { ip[1] = ip[-3]; ip[2] = ip[-2]; }
+ ip = (short *) image[row*width];
+ for (col=0; col < width; col++, ip+=4) {
+ pix[0] = ip[2] + ip[0];
+ pix[2] = ip[1] + ip[0];
+ pix[1] = ((ip[0] << 12) - ip[1]*778 - (ip[2] << 11)) >> 12;
+ FORC3 ip[c] = CLIP((pix[c] - 512) * sraw_mul[c] >> 10);
+ }
+ }
+ free (jh.row);
+ maximum = 0x3fff;
+}
+
void CLASS adobe_copy_pixel (int row, int col, ushort **rp)
{
unsigned r, c;
r = row -= top_margin;
c = col -= left_margin;
- if (fuji_secondary && shot_select) (*rp)++;
+ if (is_raw == 2 && shot_select) (*rp)++;
if (filters) {
if (fuji_width) {
r = row + fuji_width - 1 - (col >> 1);
@@ -933,47 +1008,41 @@
}
if (r < height && c < width)
BAYER(r,c) = **rp < 0x1000 ? curve[**rp] : **rp;
- *rp += 1 + fuji_secondary;
+ *rp += is_raw;
} else {
if (r < height && c < width)
- for (c=0; c < tiff_samples; c++)
+ FORC(tiff_samples)
image[row*width+col][c] = (*rp)[c] < 0x1000 ? curve[(*rp)[c]]:(*rp)[c];
*rp += tiff_samples;
}
- if (fuji_secondary && shot_select) (*rp)--;
+ if (is_raw == 2 && shot_select) (*rp)--;
}
void CLASS adobe_dng_load_raw_lj()
{
- int save, twide, trow=0, tcol=0, jrow, jcol;
+ unsigned save, trow=0, tcol=0, jwide, jrow, jcol, row, col;
struct jhead jh;
ushort *rp;
- while (1) {
+ while (trow < raw_height) {
save = ftell(ifp);
if (tile_length < INT_MAX)
fseek (ifp, get4(), SEEK_SET);
if (!ljpeg_start (&jh, 0)) break;
- if (trow >= raw_height) break;
- if (jh.high > raw_height-trow)
- jh.high = raw_height-trow;
- twide = jh.wide;
- if (filters) twide *= jh.clrs;
- else colors = jh.clrs;
- if (fuji_secondary) twide /= 2;
- if (twide > raw_width-tcol)
- twide = raw_width-tcol;
-
- for (jrow=0; jrow < jh.high; jrow++) {
- ljpeg_row (jrow, &jh);
- for (rp=jh.row, jcol=0; jcol < twide; jcol++)
- adobe_copy_pixel (trow+jrow, tcol+jcol, &rp);
+ jwide = jh.wide;
+ if (filters) jwide *= jh.clrs;
+ jwide /= is_raw;
+ for (row=col=jrow=0; jrow < jh.high; jrow++) {
+ rp = ljpeg_row (jrow, &jh);
+ for (jcol=0; jcol < jwide; jcol++) {
+ adobe_copy_pixel (trow+row, tcol+col, &rp);
+ if (++col >= tile_width || col >= raw_width)
+ row += 1 + (col = 0);
+ }
}
fseek (ifp, save+4, SEEK_SET);
- if ((tcol += twide) >= raw_width) {
- tcol = 0;
- trow += jh.high;
- }
+ if ((tcol += tile_width) >= raw_width)
+ trow += tile_length + (tcol = 0);
free (jh.row);
}
}
@@ -1013,10 +1082,8 @@
for (row=0; row < height; row++)
for (col=0; col < raw_width; col++) {
diff = ljpeg_diff (first_decode);
- if (col < 2)
- hpred[col] = vpred[row & 1][col] += diff;
- else
- hpred[col & 1] += diff;
+ if (col < 2) hpred[col] = vpred[row & 1][col] += diff;
+ else hpred[col & 1] += diff;
if (col < width)
BAYER(row,col) = hpred[col & 1];
if (hpred[col & 1] >> 12) derror();
@@ -1025,36 +1092,68 @@
void CLASS nikon_compressed_load_raw()
{
- static const uchar nikon_tree[] =
- { 0,1,5,1,1,1,1,1,1,2,0,0,0,0,0,0,
- 5,4,3,6,2,7,1,0,8,9,11,10,12 };
- int csize, row, col, diff;
- ushort vpred[2][2], hpred[2], *curve;
+ static const uchar nikon_tree[][32] = {
+ { 0,1,5,1,1,1,1,1,1,2,0,0,0,0,0,0, /* 12-bit lossy */
+ 5,4,3,6,2,7,1,0,8,9,11,10,12 },
+ { 0,1,5,1,1,1,1,1,1,2,0,0,0,0,0,0, /* 12-bit lossy after split */
+ 0x39,0x5a,0x38,0x27,0x16,5,4,3,2,1,0,11,12,12 },
+ { 0,1,4,2,3,1,2,0,0,0,0,0,0,0,0,0, /* 12-bit lossless */
+ 5,4,6,3,7,2,8,1,9,0,10,11,12 },
+ { 0,1,4,3,1,1,1,1,1,2,0,0,0,0,0,0, /* 14-bit lossy */
+ 5,6,4,7,8,3,9,2,1,0,10,11,12,13,14 },
+ { 0,1,5,1,1,1,1,1,1,1,2,0,0,0,0,0, /* 14-bit lossy after split */
+ 8,0x5c,0x4b,0x3a,0x29,7,6,5,4,3,2,1,0,13,14 },
+ { 0,1,4,2,2,3,1,2,0,0,0,0,0,0,0,0, /* 14-bit lossless */
+ 7,6,8,5,9,4,10,3,11,12,2,0,1,13,14 } };
+ struct decode *dindex;
+ ushort ver0, ver1, vpred[2][2], hpred[2], csize;
+ int i, max, step=0, huff=0, split=0, row, col, len, shl, diff;
+ fseek (ifp, meta_offset, SEEK_SET);
+ ver0 = fgetc(ifp);
+ ver1 = fgetc(ifp);
+ if (ver0 == 0x49 || ver1 == 0x58)
+ fseek (ifp, 2110, SEEK_CUR);
+ if (ver0 == 0x46) huff = 2;
+ if (tiff_bps == 14) huff += 3;
+ read_shorts (vpred[0], 4);
+ max = 1 << tiff_bps & 0x7fff;
+ if ((csize = get2()) > 1)
+ step = max / (csize-1);
+ if (ver0 == 0x44 && ver1 == 0x20 && step > 0) {
+ for (i=0; i < csize; i++)
+ curve[i*step] = get2();
+ for (i=0; i < max; i++)
+ curve[i] = ( curve[i-i%step]*(step-i%step) +
+ curve[i-i%step+step]*(i%step) ) / step;
+ fseek (ifp, meta_offset+562, SEEK_SET);
+ split = get2();
+ } else if (ver0 != 0x46 && csize <= 0x4001)
+ read_shorts (curve, max=csize);
init_decoder();
- make_decoder (nikon_tree, 0);
-
- fseek (ifp, curve_offset, SEEK_SET);
- read_shorts (vpred[0], 4);
- csize = get2();
- curve = (ushort *) calloc (csize, sizeof *curve);
- merror (curve, "nikon_compressed_load_raw()");
- read_shorts (curve, csize);
-
+ make_decoder (nikon_tree[huff], 0);
fseek (ifp, data_offset, SEEK_SET);
getbits(-1);
- for (row=0; row < height; row++)
+ for (row=0; row < height; row++) {
+ if (split && row == split) {
+ init_decoder();
+ make_decoder (nikon_tree[huff+1], 0);
+ }
for (col=0; col < raw_width; col++) {
- diff = ljpeg_diff (first_decode);
- if (col < 2)
- hpred[col] = vpred[row & 1][col] += diff;
- else
- hpred[col & 1] += diff;
- if ((unsigned) (col-left_margin) >= width) continue;
- if (hpred[col & 1] >= csize) derror();
- else BAYER(row,col-left_margin) = curve[hpred[col & 1]];
+ for (dindex=first_decode; dindex->branch[0]; )
+ dindex = dindex->branch[getbits(1)];
+ len = dindex->leaf & 15;
+ shl = dindex->leaf >> 4;
+ diff = ((getbits(len-shl) << 1) + 1) << shl >> 1;
+ if ((diff & (1 << (len-1))) == 0)
+ diff -= (1 << len) - !shl;
+ if (col < 2) hpred[col] = vpred[row & 1][col] += diff;
+ else hpred[col & 1] += diff;
+ if (hpred[col & 1] >= max) derror();
+ if ((unsigned) (col-left_margin) < width)
+ BAYER(row,col-left_margin) = curve[hpred[col & 1] & 0x3fff];
}
- free (curve);
+ }
}
void CLASS nikon_load_raw()
@@ -1076,7 +1175,7 @@
i = getbits(12);
if ((unsigned) (col-left_margin) < width)
BAYER(row,col-left_margin) = i;
- if (tiff_compress == 34713 && (col % 10) == 9)
+ if (tiff_compress > 32768 && (col % 10) == 9)
if (getbits(8)) derror();
}
}
@@ -1092,10 +1191,6 @@
uchar test[256];
int i;
- if (tiff_compress != 34713)
- return 0;
- if (strcmp(model,"D100"))
- return 1;
fseek (ifp, data_offset, SEEK_SET);
fread (test, 1, 256, ifp);
for (i=15; i < 256; i+=16)
@@ -1531,14 +1626,15 @@
static UINT64 bitbuf=0;
static int vbits=0;
- if (nbits == 0)
+ if (nbits == -1)
return bitbuf = vbits = 0;
+ if (nbits == 0) return 0;
if (vbits < nbits) {
bitbuf = bitbuf << 32 | get4();
vbits += 32;
}
vbits -= nbits;
- return bitbuf << (64 - nbits - vbits) >> (64 - nbits);
+ return bitbuf << (64-nbits-vbits) >> (64-nbits);
}
void CLASS phase_one_load_raw_c()
@@ -1562,7 +1658,7 @@
curve[i] = i*i / 3.969 + 0.5;
for (row=0; row < raw_height; row++) {
fseek (ifp, data_offset + offset[row], SEEK_SET);
- ph1_bits(0);
+ ph1_bits(-1);
pred[0] = pred[1] = 0;
for (col=0; col < raw_width; col++) {
if (col >= (raw_width & -8))
@@ -1592,6 +1688,36 @@
maximum = 0xfffc - ph1.black;
}
+void CLASS hasselblad_load_raw()
+{
+ struct jhead jh;
+ struct decode *dindex;
+ int row, col, pred[2], len[2], diff, i;
+
+ if (!ljpeg_start (&jh, 0)) return;
+ free (jh.row);
+ ph1_bits(-1);
+ for (row=-top_margin; row < height; row++) {
+ pred[0] = pred[1] = 0x8000;
+ for (col=-left_margin; col < raw_width-left_margin; col+=2) {
+ for (i=0; i < 2; i++) {
+ for (dindex=jh.huff[0]; dindex->branch[0]; )
+ dindex = dindex->branch[ph1_bits(1)];
+ len[i] = dindex->leaf;
+ }
+ for (i=0; i < 2; i++) {
+ diff = ph1_bits(len[i]);
+ if ((diff & (1 << (len[i]-1))) == 0)
+ diff -= (1 << len[i]) - 1;
+ pred[i] += diff;
+ if (row >= 0 && (unsigned)(col+i) < width)
+ BAYER(row,col+i) = pred[i];
+ }
+ }
+ }
+ maximum = 0xffff;
+}
+
void CLASS leaf_hdr_load_raw()
{
ushort *pixel;
@@ -1599,7 +1725,7 @@
pixel = (ushort *) calloc (raw_width, sizeof *pixel);
merror (pixel, "leaf_hdr_load_raw()");
- for (c=0; c < tiff_samples; c++) {
+ FORC(tiff_samples)
for (r=0; r < raw_height; r++) {
if (r % tile_length == 0) {
fseek (ifp, data_offset + 4*tile++, SEEK_SET);
@@ -1612,7 +1738,6 @@
if (filters) BAYER(row,col) = pixel[col];
else image[row*width+col][c] = pixel[col];
}
- }
free (pixel);
if (!filters) {
maximum = 0xffff;
@@ -1701,6 +1826,65 @@
free (pixel);
}
+void CLASS nokia_load_raw()
+{
+ uchar *data, *dp;
+ ushort *pixel, *pix;
+ int dwide, row, c;
+
+ dwide = raw_width * 5 / 4;
+ data = (uchar *) malloc (dwide + raw_width*2);
+ merror (data, "nokia_load_raw()");
+ pixel = (ushort *) (data + dwide);
+ for (row=0; row < raw_height; row++) {
+ if (fread (data, 1, dwide, ifp) < dwide) derror();
+ for (dp=data, pix=pixel; pix < pixel+raw_width; dp+=5, pix+=4)
+ FORC4 pix[c] = (dp[c] << 2) | (dp[4] >> (c << 1) & 3);
+ if (row < top_margin)
+ FORC(width) black += pixel[c];
+ else
+ FORC(width) BAYER(row-top_margin,c) = pixel[c];
+ }
+ free (data);
+ if (top_margin) black /= top_margin * width;
+ maximum = 0x3ff;
+}
+
+unsigned CLASS pana_bits (int nbits)
+{
+ static uchar buf[16], vbits=0;
+
+ if (!vbits && fread (buf, 1, 16, ifp) < 16) derror();
+ vbits = (vbits - nbits) & 127;
+ return (buf[(vbits >> 3)+1] << 8 | buf[vbits >> 3])
+ >> (vbits & 7) & ~(-1 << nbits);
+}
+
+void CLASS panasonic_load_raw()
+{
+ int row, col, i, j, sh=0, pred[2], nonz[2];
+
+ raw_width = (raw_width+13)/14*14;
+ for (row=0; row < height; row++)
+ for (col=0; col < raw_width; col++) {
+ if ((i = col % 14) < 2)
+ nonz[i] = pred[i] = pana_bits(12);
+ else {
+ if (i % 3 == 2) sh = 4 >> (3 - pana_bits(2));
+ if ((j = pana_bits(8))) {
+ if ((pred[i & 1] -= 0x80 << sh) < 0 || sh == 4)
+ pred[i & 1] &= ~(-1 << sh);
+ pred[i & 1] += nonz[i & 1] ? j << sh : j;
+ nonz[i & 1] = 1;
+ }
+ }
+ if (col < width)
+ if ((BAYER(row,col) = pred[col & 1]) >> 12) derror();
+ }
+ maximum = 0xf96;
+ black = 15;
+}
+
void CLASS olympus_e300_load_raw()
{
uchar *data, *dp;
@@ -1724,10 +1908,8 @@
BAYER(row,col) = (pixel[col+left_margin] & 0xfff);
}
free (data);
- if (!strcmp(make,"OLYMPUS")) {
- maximum = 0xfff;
- black >>= 4;
- }
+ maximum >>= 4;
+ black >>= 4;
}
void CLASS olympus_e410_load_raw()
@@ -1815,22 +1997,6 @@
maximum = 0xff << 1;
}
-void CLASS eight_bit_load_raw()
-{
- uchar *pixel;
- int row, col;
-
- pixel = (uchar *) calloc (raw_width, sizeof *pixel);
- merror (pixel, "eight_bit_load_raw()");
- for (row=0; row < height; row++) {
- if (fread (pixel, 1, raw_width, ifp) < raw_width) derror();
- for (col=0; col < width; col++)
- BAYER(row,col) = pixel[col];
- }
- free (pixel);
- maximum = 0xff;
-}
-
void CLASS casio_qv5700_load_raw()
{
uchar data[3232], *dp;
@@ -2123,27 +2289,26 @@
maximum = 0xff;
}
-void CLASS kodak_easy_load_raw()
+void CLASS eight_bit_load_raw()
{
uchar *pixel;
- unsigned row, col, val;
+ unsigned row, col, val, lblack=0;
- if (raw_width > width)
- black = 0;
pixel = (uchar *) calloc (raw_width, sizeof *pixel);
- merror (pixel, "kodak_easy_load_raw()");
+ merror (pixel, "eight_bit_load_raw()");
+ fseek (ifp, top_margin*raw_width, SEEK_CUR);
for (row=0; row < height; row++) {
if (fread (pixel, 1, raw_width, ifp) < raw_width) derror();
for (col=0; col < raw_width; col++) {
val = curve[pixel[col]];
if ((unsigned) (col-left_margin) < width)
BAYER(row,col-left_margin) = val;
- else black += val;
+ else lblack += val;
}
}
free (pixel);
- if (raw_width > width)
- black /= (raw_width - width) * height;
+ if (raw_width > width+1)
+ black = lblack / ((raw_width - width) * height);
if (!strncmp(model,"DC2",3))
black = 0;
maximum = curve[0xff];
@@ -2383,6 +2548,45 @@
}
}
+void CLASS sony_arw2_load_raw()
+{
+ uchar *data, *dp;
+ ushort pix[16];
+ int row, col, val, max, min, imax, imin, sh, bit, i;
+
+ data = (uchar *) malloc (raw_width*tiff_bps >> 3);
+ merror (data, "sony_arw2_load_raw()");
+ for (row=0; row < height; row++) {
+ fread (data, 1, raw_width*tiff_bps >> 3, ifp);
+ if (tiff_bps == 8) {
+ for (dp=data, col=0; col < width-30; dp+=16) {
+ max = 0x7ff & (val = sget4(dp));
+ min = 0x7ff & val >> 11;
+ imax = 0x0f & val >> 22;
+ imin = 0x0f & val >> 26;
+ for (sh=0; sh < 4 && 0x80 << sh <= max-min; sh++);
+ for (bit=30, i=0; i < 16; i++)
+ if (i == imax) pix[i] = max;
+ else if (i == imin) pix[i] = min;
+ else {
+ pix[i] = ((sget2(dp+(bit >> 3)) >> (bit & 7) & 0x7f) << sh) + min;
+ if (pix[i] > 0x7ff) pix[i] = 0x7ff;
+ bit += 7;
+ }
+ for (i=0; i < 16; i++, col+=2)
+ BAYER(row,col) = curve[pix[i] << 1] >> 1;
+ col -= col & 1 ? 1:31;
+ }
+ } else if (tiff_bps == 12)
+ for (dp=data, col=0; col < width; dp+=3, col+=2) {
+ BAYER(row,col) = ((dp[1] << 8 | dp[0]) & 0xfff) << 1;
+ BAYER(row,col+1) = (dp[2] << 4 | dp[1] >> 4) << 1;
+ }
+ }
+ free (data);
+ maximum = 0x1fff;
+}
+
#define HOLE(row) ((holes >> (((row) - raw_height) & 7)) & 1)
/* Kudos to Rich Taylor for figuring out SMaL's compression algorithm. */
@@ -2623,7 +2827,7 @@
for (row=0; row < height; row++) {
memset (pred, 0, sizeof pred);
- if (!bit && !fixed && width < 2688) get4();
+ if (!bit && !fixed && atoi(model+2) < 14) get4();
for (col=bit=0; col < width; col++) {
if (fixed) {
bitbuf = get4();
@@ -3171,35 +3375,39 @@
Seach from the current directory up to the root looking for
a ".badpixels" file, and fix those pixels now.
*/
-void CLASS bad_pixels()
+void CLASS bad_pixels (char *fname)
{
FILE *fp=0;
- char *fname, *cp, line[128];
+ char *cp, line[128];
int len, time, row, col, r, c, rad, tot, n, fixed=0;
if (!filters) return;
- for (len=32 ; ; len *= 2) {
- fname = (char *) malloc (len);
- if (!fname) return;
- if (getcwd (fname, len-16)) break;
- free (fname);
- if (errno != ERANGE) return;
- }
+ if (fname)
+ fp = fopen (fname, "r");
+ else {
+ for (len=32 ; ; len *= 2) {
+ fname = (char *) malloc (len);
+ if (!fname) return;
+ if (getcwd (fname, len-16)) break;
+ free (fname);
+ if (errno != ERANGE) return;
+ }
#if defined(WIN32) || defined(DJGPP)
- if (fname[1] == ':')
- memmove (fname, fname+2, len-2);
- for (cp=fname; *cp; cp++)
- if (*cp == '\\') *cp = '/';
+ if (fname[1] == ':')
+ memmove (fname, fname+2, len-2);
+ for (cp=fname; *cp; cp++)
+ if (*cp == '\\') *cp = '/';
#endif
- cp = fname + strlen(fname);
- if (cp[-1] == '/') cp--;
- while (*fname == '/') {
- strcpy (cp, "/.badpixels");
- if ((fp = fopen (fname, "r"))) break;
- if (cp == fname) break;
- while (*--cp != '/');
+ cp = fname + strlen(fname);
+ if (cp[-1] == '/') cp--;
+ while (*fname == '/') {
+ strcpy (cp, "/.badpixels");
+ if ((fp = fopen (fname, "r"))) break;
+ if (cp == fname) break;
+ while (*--cp != '/');
+ }
+ free (fname);
}
- free (fname);
if (!fp) return;
while (fgets (line, 128, fp)) {
cp = strchr (line, '#');
@@ -3218,7 +3426,7 @@
BAYER2(row,col) = tot/n;
if (verbose) {
if (!fixed++)
- fprintf (stderr,_("Fixed bad pixels at:"));
+ fprintf (stderr,_("Fixed dead pixels at:"));
fprintf (stderr, " %d,%d", col, row);
}
}
@@ -3441,7 +3649,7 @@
merror (fimg, "wavelet_denoise()");
temp = fimg + size*3;
if ((nc = colors) == 3 && filters) nc++;
- for (c=0; c < nc; c++) { /* denoise R,G1,B,G3 individually */
+ FORC(nc) { /* denoise R,G1,B,G3 individually */
for (i=0; i < size; i++)
fimg[i] = sqrt((unsigned) (image[i][c] << (scale+16)));
for (hpass=lev=0; lev < 5; lev++) {
@@ -3500,10 +3708,11 @@
void CLASS scale_colors()
{
- unsigned bottom, right, row, col, x, y, c, sum[8];
- int val, dblack;
+ unsigned bottom, right, size, row, col, ur, uc, i, x, y, c, sum[8];
+ int val, dark, sat;
double dsum[8], dmin, dmax;
- float scale_mul[4];
+ float scale_mul[4], fr, fc;
+ ushort *img=0, *pix;
if (user_mul[0])
memcpy (pre_mul, user_mul, sizeof pre_mul);
@@ -3528,9 +3737,8 @@
sum[c+4]++;
if (filters) break;
}
- for (c=0; c < 8; c++) dsum[c] += sum[c];
-skip_block:
- continue;
+ FORC(8) dsum[c] += sum[c];
+skip_block: ;
}
FORC4 if (dsum[c]) pre_mul[c] = dsum[c+4] / dsum[c];
}
@@ -3551,7 +3759,8 @@
fprintf (stderr,_("%s: Cannot use camera white balance.\n"), ifname);
}
if (pre_mul[3] == 0) pre_mul[3] = colors < 4 ? pre_mul[1] : 1;
- dblack = black;
+ dark = black;
+ sat = maximum;
if (threshold) wavelet_denoise();
maximum -= black;
for (dmin=DBL_MAX, dmax=c=0; c < 4; c++) {
@@ -3563,19 +3772,45 @@
if (!highlight) dmax = dmin;
FORC4 scale_mul[c] = (pre_mul[c] /= dmax) * 65535.0 / maximum;
if (verbose) {
- fprintf (stderr,_("Scaling with black %d, multipliers"), dblack);
+ fprintf (stderr,
+ _("Scaling with darkness %d, saturation %d, and\nmultipliers"), dark, sat);
FORC4 fprintf (stderr, " %f", pre_mul[c]);
fputc ('\n', stderr);
}
- for (row=0; row < iheight; row++)
- for (col=0; col < iwidth; col++)
- FORC4 {
- val = image[row*iwidth+col][c];
- if (!val) continue;
- val -= black;
- val *= scale_mul[c];
- image[row*iwidth+col][c] = CLIP(val);
+ size = iheight*iwidth;
+ for (i=0; i < size*4; i++) {
+ val = image[0][i];
+ if (!val) continue;
+ val -= black;
+ val *= scale_mul[i & 3];
+ image[0][i] = CLIP(val);
+ }
+ if ((aber[0] != 1 || aber[2] != 1) && colors == 3) {
+ if (verbose)
+ fprintf (stderr,_("Correcting chromatic aberration...\n"));
+ for (c=0; c < 4; c+=2) {
+ if (aber[c] == 1) continue;
+ img = (ushort *) malloc (size * sizeof *img);
+ merror (img, "scale_colors()");
+ for (i=0; i < size; i++)
+ img[i] = image[i][c];
+ for (row=0; row < iheight; row++) {
+ ur = fr = (row - iheight*0.5) * aber[c] + iheight*0.5;
+ if (ur > iheight-2) continue;
+ fr -= ur;
+ for (col=0; col < iwidth; col++) {
+ uc = fc = (col - iwidth*0.5) * aber[c] + iwidth*0.5;
+ if (uc > iwidth-2) continue;
+ fc -= uc;
+ pix = img + ur*iwidth + uc;
+ image[row*iwidth+col][c] =
+ (pix[ 0]*(1-fc) + pix[ 1]*fc) * (1-fr) +
+ (pix[iwidth]*(1-fc) + pix[iwidth+1]*fc) * fr;
+ }
}
+ free(img);
+ }
+ }
}
void CLASS pre_interpolate()
@@ -3587,7 +3822,6 @@
if (half_size) {
height = iheight;
width = iwidth;
- filters = 0;
} else {
img = (ushort (*)[4]) calloc (height*width, sizeof *img);
merror (img, "unshrink()");
@@ -3610,6 +3844,7 @@
filters &= ~((filters & 0x55555555) << 1);
}
}
+ if (half_size) filters = 0;
}
void CLASS border_interpolate (int border)
@@ -3660,7 +3895,7 @@
FORCC
if (c != fc(row,col)) {
*ip++ = c;
- *ip++ = sum[c];
+ *ip++ = 256 / sum[c];
}
}
for (row=1; row < height-1; row++)
@@ -3671,7 +3906,7 @@
for (i=8; i--; ip+=3)
sum[ip[2]] += pix[ip[0]] << ip[1];
for (i=colors; --i; ip+=2)
- pix[ip[0]] = sum[ip[0]] / ip[1];
+ pix[ip[0]] = sum[ip[0]] * ip[1] >> 8;
}
}
@@ -3812,6 +4047,76 @@
}
/*
+ Patterned Pixel Grouping Interpolation by Alain Desbiolles
+*/
+void CLASS ppg_interpolate()
+{
+ int gr[4], dir[5] = { 1, width, -1, -width, 1 };
+ int row, col, avg, diff[2], guess[2], c, d, i;
+ static const short sort[] = { 0,2,1,3,0,1,2,3 };
+ ushort (*pix)[4];
+
+ border_interpolate(3);
+ if (verbose) fprintf (stderr,_("PPG interpolation...\n"));
+
+/* Fill in the green layer with gradients and pattern recognition: */
+ for (row=3; row < height-3; row++)
+ for (col=3+(FC(row,3) & 1), c=FC(row,col); col < width-3; col+=2) {
+ pix = image + row*width+col;
+ for (avg=i=0; i < 4; i++)
+ avg += gr[i] = pix[dir[i]][1] << 2;
+ avg >>= 2;
+ for (i=0; i < 8; i+=2)
+ if (gr[sort[i]] > gr[sort[i+1]])
+ SWAP(gr[sort[i]],gr[sort[i+1]])
+ for (d=0; d < 4; d++) {
+ for (i=-2; i < 2; i++)
+ if (pix[i*dir[d] + (i+1)*dir[d+1]][1] <= avg) break;
+ if (i == 2) {
+ pix[0][1] = (gr[1]+gr[2]) >> 3;
+ goto next_pixel;
+ }
+ }
+ for (i=0; (d=dir[i]) > 0; i++) {
+ guess[i] = (pix[-d][1] + pix[0][c] + pix[d][1]) * 2
+ - pix[-2*d][c] - pix[2*d][c];
+ diff[i] = ( ABS(pix[-2*d][c] - pix[ 0][c]) +
+ ABS(pix[ 2*d][c] - pix[ 0][c]) +
+ ABS(pix[ -d][1] - pix[ d][1]) ) * 3 +
+ ( ABS(pix[ 3*d][1] - pix[ d][1]) +
+ ABS(pix[-3*d][1] - pix[-d][1]) ) * 2;
+ }
+ d = dir[i = diff[0] > diff[1]];
+ pix[0][1] = ULIM(guess[i] >> 2, pix[d][1], pix[-d][1]);
+next_pixel: ;
+ }
+/* Calculate red and blue for each green pixel: */
+ for (row=1; row < height-1; row++)
+ for (col=1+(FC(row,2) & 1), c=FC(row,col+1); col < width-1; col+=2) {
+ pix = image + row*width+col;
+ for (i=0; (d=dir[i]) > 0; c=2-c, i++)
+ pix[0][c] = CLIP((pix[-d][c] + pix[d][c] + 2*pix[0][1]
+ - pix[-d][1] - pix[d][1]) >> 1);
+ }
+/* Calculate blue for red pixels and vice versa: */
+ for (row=1; row < height-1; row++)
+ for (col=1+(FC(row,1) & 1), c=2-FC(row,col); col < width-1; col+=2) {
+ pix = image + row*width+col;
+ for (i=0; (d=dir[i]+dir[i+1]) > 0; i++) {
+ diff[i] = ABS(pix[-d][c] - pix[d][c]) +
+ ABS(pix[-d][1] - pix[0][1]) +
+ ABS(pix[ d][1] - pix[0][1]);
+ guess[i] = pix[-d][c] + pix[d][c] + 2*pix[0][1]
+ - pix[-d][1] - pix[d][1];
+ }
+ if (diff[0] != diff[1])
+ pix[0][c] = CLIP(guess[diff[0] > diff[1]] >> 1);
+ else
+ pix[0][c] = CLIP((guess[0]+guess[1]) >> 2);
+ }
+}
+
+/*
Adaptive Homogeneity-Directed interpolation is based on
the work of Keigo Hirakawa, Thomas Parks, and Paul Lee.
*/
@@ -3942,6 +4247,34 @@
}
#undef TS
+void CLASS median_filter ()
+{
+ ushort (*pix)[4];
+ int pass, c, i, j, k, med[9];
+ static const uchar opt[] = /* Optimal 9-element median search */
+ { 1,2, 4,5, 7,8, 0,1, 3,4, 6,7, 1,2, 4,5, 7,8,
+ 0,3, 5,8, 4,7, 3,6, 1,4, 2,5, 4,7, 4,2, 6,4, 4,2 };
+
+ for (pass=1; pass <= med_passes; pass++) {
+ if (verbose)
+ fprintf (stderr,_("Median filter pass %d...\n"), pass);
+ for (c=0; c < 3; c+=2) {
+ for (pix = image; pix < image+width*height; pix++)
+ pix[0][3] = pix[0][c];
+ for (pix = image+width; pix < image+width*(height-1); pix++) {
+ if ((pix-image+1) % width < 2) continue;
+ for (k=0, i = -width; i <= width; i += width)
+ for (j = i-1; j <= i+1; j++)
+ med[k++] = pix[j][3] - pix[j][1];
+ for (i=0; i < sizeof opt; i+=2)
+ if (med[opt[i]] > med[opt[i+1]])
+ SWAP (med[opt[i]] , med[opt[i+1]]);
+ pix[0][c] = CLIP(med[4] + pix[0][1]);
+ }
+ }
+ }
+}
+
void CLASS blend_highlights()
{
int clip=INT_MAX, row, col, c, i, j;
@@ -4119,15 +4452,14 @@
0x3b,0x2d,0xeb,0x25,0x49,0xfa,0xa3,0xaa,0x39,0xa7,0xc5,0xa7,0x50,0x11,0x36,0xfb,
0xc6,0x67,0x4a,0xf5,0xa5,0x12,0x65,0x7e,0xb0,0xdf,0xaf,0x4e,0xb3,0x61,0x7f,0x2f } };
unsigned offset=0, entries, tag, type, len, save, c;
- unsigned ver97=0, serial=0, i, wb[4]={0,0,0,0};
+ unsigned ver97=0, serial=0, i, wbi=0, wb[4]={0,0,0,0};
uchar buf97[324], ci, cj, ck;
- short sorder;
+ short sorder=order;
char buf[10];
/*
The MakerNote might have its own TIFF header (possibly with
its own byte-order!), or it might just be a table.
*/
- sorder = order;
fread (buf, 1, 10, ifp);
if (!strncmp (buf,"KDK" ,3) || /* these aren't TIFF tables */
!strncmp (buf,"VER" ,3) ||
@@ -4183,17 +4515,20 @@
aperture = pow (2, i/64.0);
if ((i=get2()) != 0xffff)
shutter = pow (2, (short) i/-32.0);
- shot_order = (get4(),get2(),get2());
+ wbi = (get2(),get2());
+ shot_order = (get2(),get2());
}
if (tag == 8 && type == 4)
shot_order = get4();
+ if (tag == 9 && !strcmp(make,"Canon"))
+ fread (artist, 64, 1, ifp);
if (tag == 0xc && len == 4) {
- cam_mul[0] = getrat();
- cam_mul[2] = getrat();
+ cam_mul[0] = getreal(type);
+ cam_mul[2] = getreal(type);
}
if (tag == 0x10 && type == 4)
unique_id = get4();
- if (tag == 0x11 && is_raw) {
+ if (tag == 0x11 && is_raw && !strncmp(make,"NIKON",5)) {
fseek (ifp, get4()+base, SEEK_SET);
parse_tiff_ifd (base);
}
@@ -4201,6 +4536,8 @@
fseek (ifp, 1248, SEEK_CUR);
goto get2_256;
}
+ if (tag == 0x15 && type == 2 && is_raw)
+ fread (model, 64, 1, ifp);
if (strstr(make,"PENTAX")) {
if (tag == 0x1b) tag = 0x1018;
if (tag == 0x1c) tag = 0x1017;
@@ -4215,6 +4552,11 @@
raw_width = get2();
filters = 0x61616161;
}
+ if (tag == 0x29 && type == 1) {
+ c = wbi < 18 ? "012347800000005896"[wbi]-'0' : 0;
+ fseek (ifp, 8 + c*32, SEEK_CUR);
+ FORC4 cam_mul[c ^ (c >> 1) ^ 1] = get4();
+ }
if ((tag == 0x81 && type == 7) ||
(tag == 0x100 && type == 7) ||
(tag == 0x280 && type == 1)) {
@@ -4225,10 +4567,8 @@
thumb_offset += base;
if (tag == 0x89 && type == 4)
thumb_length = get4();
- if (tag == 0x8c)
- curve_offset = ftell(ifp) + 2112;
- if (tag == 0x96)
- curve_offset = ftell(ifp) + 2;
+ if (tag == 0x8c || tag == 0x96)
+ meta_offset = ftell(ifp);
if (tag == 0x97) {
for (i=0; i < 4; i++)
ver97 = (ver97 << 4) + fgetc(ifp)-'0';
@@ -4249,6 +4589,10 @@
fread (buf97, 324, 1, ifp);
}
}
+ if (tag == 0xa4 && type == 3) {
+ fseek (ifp, wbi*48, SEEK_CUR);
+ FORC3 cam_mul[c] = get2();
+ }
if (tag == 0xa7 && ver97 >> 8 == 2) {
ci = xlat[0][serial & 0xff];
cj = xlat[1][fgetc(ifp)^fgetc(ifp)^fgetc(ifp)^fgetc(ifp)];
@@ -4257,6 +4601,9 @@
buf97[i] ^= (cj += ci * ck++);
FORC4 cam_mul[c ^ (c >> 1)] =
sget2 (buf97 + (ver97 == 0x205 ? 14:6) + c*2);
+ if (ver97 == 0x209)
+ FORC4 cam_mul[c ^ (c >> 1) ^ 1] =
+ sget2 (buf97 + 10 + c*2);
}
if (tag == 0x200 && len == 3)
shot_order = (get4(),get4());
@@ -4293,11 +4640,9 @@
else goto next;
goto get2_256;
}
- if (((tag == 0x1011 && len == 9) || tag == 0x20400200) && use_camera_wb) {
+ if ((tag == 0x1011 && len == 9) || tag == 0x20400200)
for (i=0; i < 3; i++)
- FORC3 rgb_cam[i][c] = ((short) get2()) / 256.0;
- raw_color = rgb_cam[0][0] < 1;
- }
+ FORC3 cmatrix[i][c] = ((short) get2()) / 256.0;
if ((tag == 0x1012 || tag == 0x20400600) && len == 4)
for (black = i=0; i < 4; i++)
black += get2() << 2;
@@ -4324,6 +4669,8 @@
fseek (ifp, i, SEEK_CUR);
get2_rggb:
FORC4 cam_mul[c ^ (c >> 1)] = get2();
+ fseek (ifp, 22, SEEK_CUR);
+ FORC4 sraw_mul[c ^ (c >> 1)] = get2();
}
next:
fseek (ifp, save, SEEK_SET);
@@ -4342,7 +4689,6 @@
char str[20];
int i;
- if (timestamp) return;
str[19] = 0;
if (reversed)
for (i=19; i--; ) str[i] = fgetc(ifp);
@@ -4368,15 +4714,15 @@
while (entries--) {
tiff_get (base, &tag, &type, &len, &save);
switch (tag) {
- case 33434: shutter = getrat(); break;
- case 33437: aperture = getrat(); break;
+ case 33434: shutter = getreal(type); break;
+ case 33437: aperture = getreal(type); break;
case 34855: iso_speed = get2(); break;
case 36867:
case 36868: get_timestamp(0); break;
- case 37377: if ((expo = -getrat()) < 128)
+ case 37377: if ((expo = -getreal(type)) < 128)
shutter = pow (2, expo); break;
- case 37378: aperture = pow (2, getrat()/2); break;
- case 37386: focal_len = getrat(); break;
+ case 37378: aperture = pow (2, getreal(type)/2); break;
+ case 37386: focal_len = getreal(type); break;
case 37500: parse_makernote (base, 0); break;
case 40962: if (kodak) raw_width = get4(); break;
case 40963: if (kodak) raw_height = get4(); break;
@@ -4389,6 +4735,27 @@
}
}
+void CLASS parse_gps (int base)
+{
+ unsigned entries, tag, type, len, save, c;
+
+ entries = get2();
+ while (entries--) {
+ tiff_get (base, &tag, &type, &len, &save);
+ switch (tag) {
+ case 1: case 3: case 5:
+ gpsdata[29+tag/2] = getc(ifp); break;
+ case 2: case 4: case 7:
+ FORC(6) gpsdata[tag/3*6+c] = get4(); break;
+ case 6:
+ FORC(2) gpsdata[18+c] = get4(); break;
+ case 18: case 29:
+ fgets ((char *) (gpsdata+14+tag/3), MIN(len,12), ifp);
+ }
+ fseek (ifp, save, SEEK_SET);
+ }
+}
+
void CLASS romm_coeff (float romm_cam[3][3])
{
static const float rgb_romm[3][3] = /* ROMM == Kodak ProPhoto */
@@ -4397,10 +4764,10 @@
{ -0.008565, -0.153273, 1.161839 } };
int i, j, k;
- for (raw_color = i=0; i < 3; i++)
+ for (i=0; i < 3; i++)
for (j=0; j < 3; j++)
- for (rgb_cam[i][j] = k=0; k < 3; k++)
- rgb_cam[i][j] += rgb_romm[i][k] * romm_cam[k][j];
+ for (cmatrix[i][j] = k=0; k < 3; k++)
+ cmatrix[i][j] += rgb_romm[i][k] * romm_cam[k][j];
}
void CLASS parse_mos (int offset)
@@ -4433,8 +4800,13 @@
if ((unsigned) i < sizeof mod / sizeof (*mod))
strcpy (model, mod[i]);
}
- if (!strcmp(data,"CaptProf_color_matrix") && use_camera_wb) {
+ if (!strcmp(data,"icc_camera_to_tone_matrix")) {
for (i=0; i < 9; i++)
+ romm_cam[0][i] = int_to_float(get4());
+ romm_coeff (romm_cam);
+ }
+ if (!strcmp(data,"CaptProf_color_matrix")) {
+ for (i=0; i < 9; i++)
fscanf (ifp, "%f", &romm_cam[0][i]);
romm_coeff (romm_cam);
}
@@ -4514,6 +4886,7 @@
uchar cfa_pat[16], cfa_pc[] = { 0,1,2,3 }, tab[256];
double dblack, cc[4][4], cm[4][3], cam_xyz[4][3], num;
double ab[]={ 1,1,1,1 }, asn[] = { 0,0,0,0 }, xyz[] = { 1,1,1 };
+ unsigned sony_curve[] = { 0,0,0,0,0,4095 };
unsigned *buf, sony_offset=0, sony_length=0, sony_key=0;
struct jhead jh;
FILE *sfp;
@@ -4544,6 +4917,11 @@
fseek (ifp, 12, SEEK_CUR);
FORC3 cam_mul[c] = get2();
break;
+ case 46:
+ if (type != 7 || fgetc(ifp) != 0xff || fgetc(ifp) != 0xd8) break;
+ thumb_offset = ftell(ifp) - 2;
+ thumb_length = len;
+ break;
case 2: case 256: /* ImageWidth */
tiff_ifd[ifd].width = getint(type);
break;
@@ -4560,6 +4938,9 @@
case 262: /* PhotometricInterpretation */
tiff_ifd[ifd].phint = get2();
break;
+ case 270: /* ImageDescription */
+ fread (desc, 512, 1, ifp);
+ break;
case 271: /* Make */
fgets (make, 64, ifp);
break;
@@ -4602,12 +4983,21 @@
case 306: /* DateTime */
get_timestamp(0);
break;
+ case 315: /* Artist */
+ fread (artist, 64, 1, ifp);
+ break;
+ case 322: /* TileWidth */
+ tile_width = getint(type);
+ break;
case 323: /* TileLength */
tile_length = getint(type);
break;
case 324: /* TileOffsets */
tiff_ifd[ifd].offset = len > 1 ? ftell(ifp) : get4();
- if (len == 4) load_raw = &CLASS sinar_4shot_load_raw;
+ if (len == 4) {
+ load_raw = &CLASS sinar_4shot_load_raw;
+ is_raw = 5;
+ }
break;
case 330: /* SubIFDs */
if (!strcmp(model,"DSLR-A100") && tiff_ifd[ifd].width == 3872) {
@@ -4625,9 +5015,19 @@
strcpy (make, "Sarnoff");
maximum = 0xfff;
break;
+ case 28688:
+ FORC4 sony_curve[c+1] = get2() >> 2 & 0xfff;
+ for (i=0; i < 5; i++)
+ for (j = sony_curve[i]+1; j <= sony_curve[i+1]; j++)
+ curve[j] = curve[j-1] + (1 << i);
+ break;
case 29184: sony_offset = get4(); break;
case 29185: sony_length = get4(); break;
case 29217: sony_key = get4(); break;
+ case 29264:
+ parse_minolta (ftell(ifp));
+ raw_width = 0;
+ break;
case 29443:
FORC4 cam_mul[c ^ (c < 2)] = get2();
break;
@@ -4650,10 +5050,10 @@
parse_kodak_ifd (base);
break;
case 33434: /* ExposureTime */
- shutter = getrat();
+ shutter = getreal(type);
break;
case 33437: /* FNumber */
- aperture = getrat();
+ aperture = getreal(type);
break;
case 34306: /* Leaf white balance */
FORC4 cam_mul[c ^ 1] = 4096.0 / get2();
@@ -4679,6 +5079,10 @@
fseek (ifp, get4()+base, SEEK_SET);
parse_exif (base);
break;
+ case 34853: /* GPSInfo tag */
+ fseek (ifp, get4()+base, SEEK_SET);
+ parse_gps (base);
+ break;
case 34675: /* InterColorProfile */
case 50831: /* AsShotICCProfile */
profile_offset = ftell(ifp);
@@ -4688,15 +5092,15 @@
kodak_cbpp = get4();
break;
case 37386: /* FocalLength */
- focal_len = getrat();
+ focal_len = getreal(type);
break;
case 37393: /* ImageNumber */
shot_order = getint(type);
break;
case 37400: /* old Kodak KDC tag */
for (raw_color = i=0; i < 3; i++) {
- getrat();
- FORC3 rgb_cam[i][c] = getrat();
+ getreal(type);
+ FORC3 rgb_cam[i][c] = getreal(type);
}
break;
case 46275: /* Imacon tags */
@@ -4712,6 +5116,11 @@
width = raw_width - left_margin - (get4() & 7);
top_margin = get4() & 7;
height = raw_height - top_margin - (get4() & 7);
+ if (raw_width == 7262) {
+ height = 5444;
+ width = 7244;
+ left_margin = 7;
+ }
fseek (ifp, 52, SEEK_CUR);
FORC3 cam_mul[c] = getreal(11);
fseek (ifp, 114, SEEK_CUR);
@@ -4720,6 +5129,13 @@
if (flip % 180 == 90) SWAP(width,height);
filters = flip = 0;
}
+ sprintf (model, "Ixpress %d-Mp", height*width/1000000);
+ load_raw = &CLASS imacon_full_load_raw;
+ if (filters) {
+ if (left_margin & 1) filters = 0x61616161;
+ load_raw = &CLASS unpacked_load_raw;
+ }
+ maximum = 0xffff;
break;
case 50454: /* Sinar tag */
case 50455:
@@ -4730,6 +5146,17 @@
sscanf (cp+8, "%f %f %f", cam_mul, cam_mul+1, cam_mul+2);
free (cbuf);
break;
+ case 50459: /* Hasselblad tag */
+ i = order;
+ j = ftell(ifp);
+ c = tiff_nifds;
+ order = get2();
+ fseek (ifp, j+(get2(),get4()), SEEK_SET);
+ parse_tiff_ifd (j);
+ maximum = 0xffff;
+ tiff_nifds = c;
+ order = i;
+ break;
case 50706: /* DNGVersion */
FORC4 dng_version = (dng_version << 8) + fgetc(ifp);
break;
@@ -4764,36 +5191,34 @@
maximum = getint(type);
break;
case 50718: /* DefaultScale */
- pixel_aspect = getrat();
- pixel_aspect /= getrat();
+ pixel_aspect = getreal(type);
+ pixel_aspect /= getreal(type);
break;
case 50721: /* ColorMatrix1 */
case 50722: /* ColorMatrix2 */
FORCC for (j=0; j < 3; j++)
- cm[c][j] = getrat();
+ cm[c][j] = getreal(type);
use_cm = 1;
break;
case 50723: /* CameraCalibration1 */
case 50724: /* CameraCalibration2 */
for (i=0; i < colors; i++)
- FORCC cc[i][c] = getrat();
+ FORCC cc[i][c] = getreal(type);
case 50727: /* AnalogBalance */
- FORCC ab[c] = getrat();
+ FORCC ab[c] = getreal(type);
break;
case 50728: /* AsShotNeutral */
FORCC asn[c] = getreal(type);
break;
case 50729: /* AsShotWhiteXY */
- xyz[0] = getrat();
- xyz[1] = getrat();
+ xyz[0] = getreal(type);
+ xyz[1] = getreal(type);
xyz[2] = 1 - xyz[0] - xyz[1];
FORC3 xyz[c] /= d65_white[c];
break;
case 50740: /* DNGPrivateData */
if (dng_version) break;
- i = order;
parse_minolta (j = get4()+base);
- order = i;
fseek (ifp, j, SEEK_SET);
parse_tiff_ifd (base);
break;
@@ -4873,6 +5298,7 @@
for (i=0; i < tiff_nifds; i++) {
if (max_samp < tiff_ifd[i].samples)
max_samp = tiff_ifd[i].samples;
+ if (max_samp > 3) max_samp = 3;
if ((tiff_ifd[i].comp != 6 || tiff_ifd[i].samples != 3) &&
tiff_ifd[i].width*tiff_ifd[i].height > raw_width*raw_height) {
raw_width = tiff_ifd[i].width;
@@ -4882,7 +5308,6 @@
data_offset = tiff_ifd[i].offset;
tiff_flip = tiff_ifd[i].flip;
tiff_samples = tiff_ifd[i].samples;
- fuji_secondary = tiff_samples == 2;
raw = i;
}
}
@@ -4894,6 +5319,8 @@
switch (tiff_bps) {
case 8: load_raw = &CLASS eight_bit_load_raw; break;
case 12: load_raw = &CLASS packed_12_load_raw;
+ if (!strncmp(make,"NIKON",5))
+ load_raw = &CLASS nikon_load_raw;
if (strncmp(make,"PENTAX",6)) break;
case 14:
case 16: load_raw = &CLASS unpacked_load_raw; break;
@@ -4907,8 +5334,14 @@
load_raw = &CLASS lossless_jpeg_load_raw; break;
case 262:
load_raw = &CLASS kodak_262_load_raw; break;
+ case 32767:
+ load_raw = &CLASS sony_arw2_load_raw; break;
+ case 32769:
+ load_raw = &CLASS nikon_load_raw; break;
case 32773:
load_raw = &CLASS packed_12_load_raw; break;
+ case 34713:
+ load_raw = &CLASS nikon_compressed_load_raw; break;
case 65535:
load_raw = &CLASS pentax_k10_load_raw; break;
case 65000:
@@ -4917,10 +5350,14 @@
case 6: load_raw = &CLASS kodak_ycbcr_load_raw; filters = 0; break;
case 32803: load_raw = &CLASS kodak_65000_load_raw;
}
+ case 32867: break;
+ default: is_raw = 0;
}
if (!dng_version && tiff_samples == 3)
if (tiff_ifd[raw].bytes && tiff_bps != 14 && tiff_bps != 2048)
is_raw = 0;
+ if (!dng_version && tiff_bps == 8 && tiff_compress == 1 &&
+ tiff_ifd[raw].phint == 1) is_raw = 0;
for (i=0; i < tiff_nifds; i++)
if (i != raw && tiff_ifd[i].samples == max_samp &&
tiff_ifd[i].width * tiff_ifd[i].height / SQR(tiff_ifd[i].bps+1) >
@@ -4954,6 +5391,7 @@
void CLASS parse_minolta (int base)
{
int save, tag, len, offset, high=0, wide=0, i, c;
+ short sorder=order;
fseek (ifp, base, SEEK_SET);
if (fgetc(ifp) || fgetc(ifp)-'M' || fgetc(ifp)-'R') return;
@@ -4982,6 +5420,7 @@
}
raw_height = high;
raw_width = wide;
+ order = sorder;
}
/*
@@ -5079,6 +5518,8 @@
if ((((type >> 8) + 8) | 8) == 0x38)
parse_ciff (ftell(ifp), len); /* Parse a sub-table */
+ if (type == 0x0810)
+ fread (artist, 64, 1, ifp);
if (type == 0x080a) {
fread (make, 64, 1, ifp);
fseek (ifp, strlen(make) - 63, SEEK_CUR);
@@ -5261,7 +5702,7 @@
romm_coeff (romm_cam);
break;
case 0x107:
- FORC3 cam_mul[c] = pre_mul[c] = getreal(11);
+ FORC3 cam_mul[c] = getreal(11);
break;
case 0x108: raw_width = data; break;
case 0x109: raw_height = data; break;
@@ -5404,6 +5845,55 @@
if (ver == 9) load_raw = &CLASS smal_v9_load_raw;
}
+void CLASS parse_cine()
+{
+ unsigned off_head, off_setup, off_image, i;
+
+ order = 0x4949;
+ fseek (ifp, 4, SEEK_SET);
+ is_raw = get2() == 2;
+ fseek (ifp, 14, SEEK_CUR);
+ is_raw *= get4();
+ off_head = get4();
+ off_setup = get4();
+ off_image = get4();
+ timestamp = get4();
+ if ((i = get4())) timestamp = i;
+ fseek (ifp, off_head+4, SEEK_SET);
+ raw_width = get4();
+ raw_height = get4();
+ switch (get2(),get2()) {
+ case 8: load_raw = &CLASS eight_bit_load_raw; break;
+ case 16: load_raw = &CLASS unpacked_load_raw;
+ }
+ fseek (ifp, off_setup+792, SEEK_SET);
+ strcpy (make, "CINE");
+ sprintf (model, "%d", get4());
+ fseek (ifp, 12, SEEK_CUR);
+ switch ((i=get4()) & 0xffffff) {
+ case 3: filters = 0x94949494; break;
+ case 4: filters = 0x49494949; break;
+ default: is_raw = 0;
+ }
+ fseek (ifp, 72, SEEK_CUR);
+ switch ((get4()+3600) % 360) {
+ case 270: flip = 4; break;
+ case 180: flip = 1; break;
+ case 90: flip = 7; break;
+ case 0: flip = 2;
+ }
+ cam_mul[0] = getreal(11);
+ cam_mul[2] = getreal(11);
+ maximum = ~(-1 << get4());
+ fseek (ifp, 668, SEEK_CUR);
+ shutter = get4()/1000000000.0;
+ fseek (ifp, off_image, SEEK_SET);
+ if (shot_select < is_raw)
+ fseek (ifp, shot_select*8, SEEK_CUR);
+ data_offset = (INT64) get4() + 8;
+ data_offset += (INT64) get4() << 32;
+}
+
char * CLASS foveon_gets (int offset, char *str, int len)
{
int i;
@@ -5508,6 +5998,8 @@
const char *prefix;
short black, trans[12];
} table[] = {
+ { "Apple QuickTake", 0, /* DJC */
+ { 17576,-3191,-3318,5210,6733,-1942,9031,1280,-124 } },
{ "Canon EOS D2000", 0,
{ 24542,-10860,-3401,-1490,11370,-297,2858,-605,3225 } },
{ "Canon EOS D6000", 0,
@@ -5524,14 +6016,20 @@
{ 6599,-537,-891,-8071,15783,2424,-1983,2234,7462 } },
{ "Canon EOS 30D", 0,
{ 6257,-303,-1000,-7880,15621,2396,-1714,1904,7046 } },
+ { "Canon EOS 40D", 0,
+ { 6071,-747,-856,-7653,15365,2441,-2025,2553,7315 } },
{ "Canon EOS 350D", 0,
{ 6018,-617,-965,-8645,15881,2975,-1530,1719,7642 } },
{ "Canon EOS 400D", 0,
{ 7054,-1501,-990,-8156,15544,2812,-1278,1414,7796 } },
+ { "Canon EOS-1Ds Mark III", 0,
+ { 5859,-211,-930,-8255,16017,2353,-1732,1887,7448 } },
{ "Canon EOS-1Ds Mark II", 0,
{ 6517,-602,-867,-8180,15926,2378,-1618,1771,7633 } },
{ "Canon EOS-1D Mark II N", 0,
{ 6240,-466,-822,-8180,15825,2500,-1801,1938,8042 } },
+ { "Canon EOS-1D Mark III", 0,
+ { 6291,-540,-976,-8350,16145,2311,-1714,1858,7326 } },
{ "Canon EOS-1D Mark II", 0,
{ 6264,-582,-724,-8312,15948,2504,-1744,1919,8664 } },
{ "Canon EOS-1DS", 0,
@@ -5554,6 +6052,8 @@
{ 9757,-2872,-933,-5972,13861,2301,-1622,2328,7212 } },
{ "Canon PowerShot G6", 0,
{ 9877,-3775,-871,-7613,14807,3072,-1448,1305,7485 } },
+ { "Canon PowerShot G9", 0,
+ { 7368,-2141,-598,-5621,13254,2625,-1418,1696,5743 } },
{ "Canon PowerShot Pro1", 0,
{ 10062,-3522,-999,-7643,15117,2730,-765,817,7323 } },
{ "Canon PowerShot Pro70", 34,
@@ -5576,8 +6076,18 @@
{ 15591,-6402,-1592,-5365,13198,2168,-1300,1824,5075 } },
{ "Canon PowerShot A620", 0, /* DJC */
{ 15265,-6193,-1558,-4125,12116,2010,-888,1639,5220 } },
+ { "Canon PowerShot A640", 0, /* DJC */
+ { 13124,-5329,-1390,-3602,11658,1944,-1612,2863,4885 } },
+ { "Canon PowerShot A650", 0, /* DJC */
+ { 9427,-3036,-959,-2581,10671,1911,-1039,1982,4430 } },
{ "Canon PowerShot S3 IS", 0, /* DJC */
{ 14062,-5199,-1446,-4712,12470,2243,-1286,2028,4836 } },
+ { "CINE 650", 0,
+ { 3390,480,-500,-800,3610,340,-550,2336,1192 } },
+ { "CINE 660", 0,
+ { 3390,480,-500,-800,3610,340,-550,2336,1192 } },
+ { "CINE", 0,
+ { 20183,-4295,-423,-3940,15330,3985,-280,4870,9800 } },
{ "Contax N Digital", 0,
{ 7777,1285,-1053,-9280,16543,2916,-3677,5679,7060 } },
{ "EPSON R-D1", 0,
@@ -5597,7 +6107,7 @@
{ "FUJIFILM FinePix S3Pro", 0,
{ 11807,-4612,-1294,-8927,16968,1988,-2120,2741,8006 } },
{ "FUJIFILM FinePix S5Pro", 0,
- { 11807,-4612,-1294,-8927,16968,1988,-2120,2741,8006 } },
+ { 12300,-5110,-1304,-9117,17143,1998,-1947,2448,8100 } },
{ "FUJIFILM FinePix S5000", 0,
{ 8754,-2732,-1019,-7204,15069,2276,-1702,2334,6982 } },
{ "FUJIFILM FinePix S5100", 0,
@@ -5620,10 +6130,12 @@
{ 12343,-4515,-1285,-7165,14899,2435,-1895,2496,8800 } },
{ "FUJIFILM FinePix S9600", 0,
{ 12343,-4515,-1285,-7165,14899,2435,-1895,2496,8800 } },
+ { "FUJIFILM IS-1", 0,
+ { 21461,-10807,-1441,-2332,10599,1999,289,875,7703 } },
{ "Imacon Ixpress", 0, /* DJC */
{ 7025,-1415,-704,-5188,13765,1424,-1248,2742,6038 } },
- { "KODAK NC2000", 0, /* DJC */
- { 16475,-6903,-1218,-851,10375,477,2505,-7,1020 } },
+ { "KODAK NC2000", 0,
+ { 13891,-6055,-803,-465,9919,642,2121,82,1291 } },
{ "Kodak DCS315C", 8,
{ 17523,-4827,-2510,756,8546,-137,6113,1649,2250 } },
{ "Kodak DCS330C", 8,
@@ -5670,6 +6182,8 @@
{ 3952,2189,449,-6701,14585,2275,-4536,7349,6536 } },
{ "Leaf Valeo 6", 0,
{ 3952,2189,449,-6701,14585,2275,-4536,7349,6536 } },
+ { "Leaf Aptus 54S", 0,
+ { 8236,1746,-1314,-8251,15953,2428,-3673,5786,5771 } },
{ "Leaf Aptus 65", 0,
{ 7914,1414,-1190,-8777,16582,2280,-2811,4605,5562 } },
{ "Leaf Aptus 75", 0,
@@ -5710,6 +6224,8 @@
{ 5710,-901,-615,-8594,16617,2024,-2975,4120,6830 } },
{ "NIKON D2X", 0,
{ 10231,-2769,-1255,-8301,15900,2552,-797,680,7148 } },
+ { "NIKON D40X", 0,
+ { 8819,-2543,-911,-9025,16928,2151,-1329,1213,8449 } },
{ "NIKON D40", 0,
{ 6992,-1668,-806,-8138,15748,2543,-874,850,7897 } },
{ "NIKON D50", 0,
@@ -5720,10 +6236,16 @@
{ 8629,-2410,-883,-9055,16940,2171,-1490,1363,8520 } },
{ "NIKON D200", 0,
{ 8367,-2248,-763,-8758,16447,2422,-1527,1550,8053 } },
+ { "NIKON D300", 0,
+ { 9030,-1992,-715,-8465,16302,2255,-2689,3217,8069 } },
+ { "NIKON D3", 0,
+ { 8139,-2171,-663,-8747,16541,2295,-1925,2008,8093 } },
{ "NIKON E950", 0, /* DJC */
{ -3746,10611,1665,9621,-1734,2114,-2389,7082,3064,3406,6116,-244 } },
{ "NIKON E995", 0, /* copied from E5000 */
{ -5547,11762,2189,5814,-558,3342,-4924,9840,5949,688,9083,96 } },
+ { "NIKON E2100", 0, /* copied from Z2, new white balance */
+ { 13142,-4152,-1596,-4655,12374,2282,-1769,2696,6711} },
{ "NIKON E2500", 0,
{ -5547,11762,2189,5814,-558,3342,-4924,9840,5949,688,9083,96 } },
{ "NIKON E4300", 0, /* copied from Minolta DiMAGE Z2 */
@@ -5762,10 +6284,16 @@
{ 7828,-1761,-348,-5788,14071,1830,-2853,4518,6557 } },
{ "OLYMPUS E-330", 0,
{ 8961,-2473,-1084,-7979,15990,2067,-2319,3035,8249 } },
+ { "OLYMPUS E-3", 0,
+ { 9487,-2875,-1115,-7533,15606,2010,-1618,2100,7389 } },
{ "OLYMPUS E-400", 0,
{ 6169,-1483,-21,-7107,14761,2536,-2904,3580,8568 } },
+ { "OLYMPUS E-410", 0,
+ { 8856,-2582,-1026,-7761,15766,2082,-2009,2575,7469 } },
{ "OLYMPUS E-500", 0,
{ 8136,-1968,-299,-5481,13742,1871,-2556,4205,6630 } },
+ { "OLYMPUS E-510", 0,
+ { 8785,-2529,-1033,-7639,15624,2112,-1783,2300,7817 } },
{ "OLYMPUS SP350", 0,
{ 12078,-4836,-1069,-6671,14306,2578,-786,939,7418 } },
{ "OLYMPUS SP3", 0,
@@ -5774,6 +6302,10 @@
{ 9493,-3415,-666,-5211,12334,3260,-1548,2262,6482 } },
{ "OLYMPUS SP510UZ", 0,
{ 10593,-3607,-1010,-5881,13127,3084,-1200,1805,6721 } },
+ { "OLYMPUS SP550UZ", 0,
+ { 11597,-4006,-1049,-5432,12799,2957,-1029,1750,6516 } },
+ { "OLYMPUS SP560UZ", 0,
+ { 10915,-3677,-982,-5587,12986,2911,-1168,1968,6223 } },
{ "PENTAX *ist DL2", 0,
{ 10504,-2438,-1189,-8603,16207,2531,-1022,863,12242 } },
{ "PENTAX *ist DL", 0,
@@ -5790,10 +6322,14 @@
{ 11095,-3157,-1324,-8377,15834,2720,-1108,947,11688 } },
{ "Panasonic DMC-FZ8", 0,
{ 8986,-2755,-802,-6341,13575,3077,-1476,2144,6379 } },
+ { "Panasonic DMC-FZ18", 0,
+ { 9932,-3060,-935,-5809,13331,2753,-1267,2155,5575 } },
{ "Panasonic DMC-FZ30", 0,
{ 10976,-4029,-1141,-7918,15491,2600,-1670,2071,8246 } },
{ "Panasonic DMC-FZ50", 0, /* aka "LEICA V-LUX1" */
{ 7906,-2709,-594,-6231,13351,3220,-1922,2631,6537 } },
+ { "Panasonic DMC-L10", 0,
+ { 8025,-1942,-1050,-7920,15904,2100,-2456,3005,7039 } },
{ "Panasonic DMC-L1", 0, /* aka "LEICA DIGILUX 3" */
{ 8054,-1885,-1025,-8349,16367,2040,-2805,3542,7629 } },
{ "Panasonic DMC-LC1", 0, /* aka "LEICA DIGILUX 2" */
@@ -5802,6 +6338,14 @@
{ 10704,-4187,-1230,-8314,15952,2501,-920,945,8927 } },
{ "Panasonic DMC-LX2", 0, /* aka "LEICA D-LUX3" */
{ 8048,-2810,-623,-6450,13519,3272,-1700,2146,7049 } },
+ { "Phase One H 20", 0, /* DJC */
+ { 1313,1855,-109,-6715,15908,808,-327,1840,6020 } },
+ { "Phase One P 2", 0,
+ { 2905,732,-237,-8134,16626,1476,-3038,4253,7517 } },
+ { "Phase One P 30", 0,
+ { 4516,-245,-37,-7020,14976,2173,-3206,4671,7087 } },
+ { "Phase One P 45", 0,
+ { 5053,-24,-117,-5684,14076,1702,-2619,4492,5849 } },
{ "SAMSUNG GX-1", 0,
{ 10504,-2438,-1189,-8603,16207,2531,-1022,863,12242 } },
{ "Sinar", 0, /* DJC */
@@ -5813,7 +6357,13 @@
{ "SONY DSC-V3", 0,
{ 7511,-2571,-692,-7894,15088,3060,-948,1111,8128 } },
{ "SONY DSLR-A100", 0,
- { 9437,-2811,-774,-8405,16215,2290,-710,596,7181 } }
+ { 9437,-2811,-774,-8405,16215,2290,-710,596,7181 } },
+ { "SONY DSLR-A200", 0,
+ { 9847,-3091,-928,-8485,16345,2225,-715,595,7103 } },
+ { "SONY DSLR-A350", 0, /* copied from above */
+ { 9847,-3091,-928,-8485,16345,2225,-715,595,7103 } },
+ { "SONY DSLR-A700", 254,
+ { 5775,-805,-359,-8574,16295,2391,-1943,2341,7249 } }
};
double cam_xyz[4][3];
char name[130];
@@ -5886,11 +6436,14 @@
{ 62464, "Kodak", "DC20" ,0 },
{ 124928, "Kodak", "DC20" ,0 },
{ 1652736, "Kodak", "DCS200" ,0 },
+ { 4159302, "Kodak", "C330" ,0 },
+ { 4162462, "Kodak", "C330" ,0 },
{ 311696, "ST Micro", "STV680 VGA" ,0 }, /* SPYz */
{ 614400, "Kodak", "KAI-0340" ,0 },
{ 787456, "Creative", "PC-CAM 600" ,0 },
{ 1138688, "Minolta", "RD175" ,0 },
{ 3840000, "Foculus", "531C" ,0 },
+ { 786432, "AVT", "F-080C" ,0 },
{ 1447680, "AVT", "F-145C" ,0 },
{ 1920000, "AVT", "F-201C" ,0 },
{ 5067304, "AVT", "F-510C" ,0 },
@@ -5902,10 +6455,14 @@
{ 6624000, "Pixelink", "A782" ,0 },
{ 13248000, "Pixelink", "A782" ,0 },
{ 6291456, "RoverShot","3320AF" ,0 },
+ { 6553440, "Canon", "PowerShot A460",0 },
+ { 6653280, "Canon", "PowerShot A530",0 },
{ 657312...
[truncated message content] |
|
From: <gl...@us...> - 2008-03-08 19:53:39
|
Revision: 430
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=430&view=rev
Author: glslang
Date: 2008-03-08 11:53:37 -0800 (Sat, 08 Mar 2008)
Log Message:
-----------
Fixes tiff float loader
Modified Paths:
--------------
trunk/hdrflow_runtime.nsi
trunk/hdrflow_sdk.nsi
trunk/lib/extras/src/imf/mfn/mfn.cpp
trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
Modified: trunk/hdrflow_runtime.nsi
===================================================================
--- trunk/hdrflow_runtime.nsi 2008-03-04 22:38:22 UTC (rev 429)
+++ trunk/hdrflow_runtime.nsi 2008-03-08 19:53:37 UTC (rev 430)
@@ -92,6 +92,8 @@
SetOutPath $INSTDIR\DLLs
File "lib\openlibraries\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
File "lib\openlibraries\Multi-threaded Release DLL\*.opl"
+ File "lib\extras\Multi-threaded Release DLL\*-vc80-r-*.dll"
+ File "lib\extras\Multi-threaded Release DLL\*.opl"
; dependencies
File "C:\Program Files\FFmpeg\lib\avcodec-51.dll"
@@ -111,6 +113,7 @@
File "C:\Boost\lib\boost_thread-vc80-mt-1_34_1.dll"
File "C:\Boost\lib\boost_iostreams-vc80-mt-1_34_1.dll"
File "C:\Windows\System32\glew32.dll"
+ File "C:\libtiff\bin\libtiff.dll"
; Python
SetOutPath $INSTDIR\python
@@ -162,7 +165,8 @@
SectionEnd
-Section "Windows CRT DLLs" ms_crt_dlls
+Section "Windows CRT DLLs" -
+SectionIn RO
SectionIn 1
SetOutPath $INSTDIR
@@ -184,6 +188,7 @@
SectionEnd
Section "MSXML6 SP1"
+SectionIn RO
SectionIn 1
SetOutPath $INSTDIR
Modified: trunk/hdrflow_sdk.nsi
===================================================================
--- trunk/hdrflow_sdk.nsi 2008-03-04 22:38:22 UTC (rev 429)
+++ trunk/hdrflow_sdk.nsi 2008-03-08 19:53:37 UTC (rev 430)
@@ -173,6 +173,7 @@
File "C:\Program Files\NVIDIA Corporation\Cg\bin\cg.dll"
File "C:\Program Files\NVIDIA Corporation\Cg\bin\cgGL.dll"
File "C:\zlib\lib\zlib1.dll"
+ File "C:\libtiff\bin\libtiff.dll"
; Python
SetOutPath $INSTDIR\python
Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp
===================================================================
--- trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-03-04 22:38:22 UTC (rev 429)
+++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-03-08 19:53:37 UTC (rev 430)
@@ -67,7 +67,10 @@
input_ = ml::create_input( resource );
if( !input_ )
+ {
+ MGlobal::displayInfo( "HDRFlow: Internal Error: unable to create input. Please report to su...@cr...." );
return MS::kFailure;
+ }
}
#ifndef NDEBUG
@@ -76,7 +79,10 @@
ml::frame_type_ptr frame = input_->fetch( );
if( !frame )
+ {
+ MGlobal::displayInfo( "HDRFlow: Internal Error: unable to fetch image. Please report to su...@cr...." );
return MS::kFailure;
+ }
#ifndef NDEBUG
MGlobal::displayInfo( "HDRFlow: frame found ..." );
@@ -84,7 +90,10 @@
il::image_type_ptr im = frame->get_image( );
if( !im )
+ {
+ MGlobal::displayInfo( "HDRFlow: Internal Error: unable to get image from frame. Please report to su...@cr...." );
return MS::kFailure;
+ }
#ifndef NDEBUG
MGlobal::displayInfo( "HDRFlow: image stream found ..." );
@@ -111,7 +120,10 @@
input_->seek( idx );
ml::frame_type_ptr frame = input_->fetch( );
if( !frame )
+ {
+ MGlobal::displayInfo( "HDRFlow: Internal Error: unable to fetch image. Please report to su...@cr...." );
return MS::kFailure;
+ }
il::image_type_ptr im = il::convert( frame->get_image( ), L"r32g32b32a32f" );
if( !im )
@@ -154,7 +166,9 @@
MStatus image_reader::close( )
{
+#ifndef NDEBUG
MGlobal::displayInfo( "HDRFlow: closing..." );
+#endif
input_.reset( );
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl 2008-03-04 22:38:22 UTC (rev 429)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl 2008-03-08 19:53:37 UTC (rev 430)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries GDI+ plugin" type="input" in_filter="*.bmp *.gif *.jpg *.jpeg *.png, *.tif *.tiff *.wmf *.emf *.ico" extension='".*\.bmp", ".*\.gif", ".*\.jpg", ".*\.jpeg", ".*\.png", ".*\.tif", ".*\.tiff", ".*\.wmf", ".*\.emf", ".*\.ico"' merit="40" filename='"hdrflowimage_gdi-vc80-d-0_5_0.dll", "hdrflowimage_gdi-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries GDI+ plugin" type="input" in_filter="*.bmp *.gif *.jpg *.jpeg *.png, *.wmf *.emf *.ico" extension='".*\.bmp", ".*\.gif", ".*\.jpg", ".*\.jpeg", ".*\.png", ".*\.wmf", ".*\.emf", ".*\.ico"' merit="0" filename='"hdrflowimage_gdi-vc80-d-0_5_0.dll", "hdrflowimage_gdi-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl 2008-03-04 22:38:22 UTC (rev 429)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl 2008-03-08 19:53:37 UTC (rev 430)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries QuickTime plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw *.pict *.text *.gif *.png *.pics *.tiff *.psd *.tif *.bmp *.jpg *.jif *.jpeg *.tga *.qtif *.jp2" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw", ".*\.pict", ".*\.text", ".*\.gif", ".*\.png", ".*\.pics", ".*\.tiff", ".*\.psd", ".*\.tif", ".*\.bmp", ".*\.jpg", ".*\.jif", ".*\.jpeg", ".*\.tga", ".*\.qtif", ".*\.jp2"' merit="40" filename='"libopenimagelib_quicktime.so", "libopenimagelib_quicktime.dylib", "hdrflowimage_quicktime-vc80-d-0_5_0.dll", "hdrflowimage_quicktime-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries QuickTime plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw *.pict *.text *.gif *.png *.pics *.psd *.bmp *.jpg *.jif *.jpeg *.tga *.qtif *.jp2" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw", ".*\.pict", ".*\.text", ".*\.gif", ".*\.png", ".*\.pics", ".*\.psd", ".*\.bmp", ".*\.jpg", ".*\.jif", ".*\.jpeg", ".*\.tga", ".*\.qtif", ".*\.jp2"' merit="0" filename='"libopenimagelib_quicktime.so", "libopenimagelib_quicktime.dylib", "hdrflowimage_quicktime-vc80-d-0_5_0.dll", "hdrflowimage_quicktime-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl 2008-03-04 22:38:22 UTC (rev 429)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl 2008-03-08 19:53:37 UTC (rev 430)
@@ -2,7 +2,7 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries oil plugin" type="input" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*", ".*\.hdr/sequence:.*", ".*\.cr2/sequence:.*", ".*\.raw/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "hdrflowmedia_oil-vc80-d-0_5_0.dll", "hdrflowmedia_oil-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries oil plugin" type="input" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*", ".*\.hdr/sequence:.*", ".*\.cr2/sequence:.*", ".*\.raw/sequence:.*", ".*\.ppm/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "hdrflowmedia_oil-vc80-d-0_5_0.dll", "hdrflowmedia_oil-vc80-r-0_5_0.dll"'/>
<plugin name="OpenLibraries oil plugin" type="output" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "hdrflowmedia_oil-vc80-d-0_5_0.dll", "hdrflowmedia_oil-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-03-04 22:38:27
|
Revision: 429
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=429&view=rev
Author: glslang
Date: 2008-03-04 14:38:22 -0800 (Tue, 04 Mar 2008)
Log Message:
-----------
Fixes HDRFlowMaya win32 installer
Modified Paths:
--------------
trunk/hdrflow_runtime.nsi
Added Paths:
-----------
trunk/rez/msxml6_x86.msi
Modified: trunk/hdrflow_runtime.nsi
===================================================================
--- trunk/hdrflow_runtime.nsi 2008-02-24 18:28:23 UTC (rev 428)
+++ trunk/hdrflow_runtime.nsi 2008-03-04 22:38:22 UTC (rev 429)
@@ -106,7 +106,12 @@
File "C:\Program Files\NVIDIA Corporation\Cg\bin\cg.dll"
File "C:\Program Files\NVIDIA Corporation\Cg\bin\cgGL.dll"
File "C:\zlib\lib\zlib1.dll"
-
+ File "C:\Boost\lib\boost_filesystem-vc80-mt-1_34_1.dll"
+ File "C:\Boost\lib\boost_regex-vc80-mt-1_34_1.dll"
+ File "C:\Boost\lib\boost_thread-vc80-mt-1_34_1.dll"
+ File "C:\Boost\lib\boost_iostreams-vc80-mt-1_34_1.dll"
+ File "C:\Windows\System32\glew32.dll"
+
; Python
SetOutPath $INSTDIR\python
File "lib\openlibraries\Multi-threaded Release DLL\*.pyd"
@@ -157,6 +162,48 @@
SectionEnd
+Section "Windows CRT DLLs" ms_crt_dlls
+
+ SectionIn 1
+ SetOutPath $INSTDIR
+
+ SetOverwrite on
+ SetShellVarContext all
+
+ SetDetailsPrint textonly
+ DetailPrint "Installing Windows VC redistributables..."
+ SetDetailsPrint listonly
+
+ SetOutPath $INSTDIR
+ File "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\vcredist_x86\vcredist_x86.exe"
+ File "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\vcredist_x86\product.xml"
+ ExecWait '"$INSTDIR\vcredist_x86.exe" /q:a /c:"msiexec /i vcredist.msi /qn"'
+
+ SetDetailsPrint both
+
+SectionEnd
+
+Section "MSXML6 SP1"
+
+ SectionIn 1
+ SetOutPath $INSTDIR
+
+ SetOverwrite on
+ SetShellVarContext all
+
+ SetDetailsPrint textonly
+ DetailPrint "Installing MSXML6 SP1..."
+ SetDetailsPrint listonly
+
+ SetOutPath $INSTDIR
+ File "rez\msxml6_x86.msi"
+
+ ExecWait 'MsiExec.exe /qn /i "$INSTDIR\msxml6_x86.msi /qb"'
+
+ SetDetailsPrint both
+
+SectionEnd
+
Section -post
WriteUninstaller $INSTDIR\uninst-hdrflow.exe
Added: trunk/rez/msxml6_x86.msi
===================================================================
(Binary files differ)
Property changes on: trunk/rez/msxml6_x86.msi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-24 18:28:25
|
Revision: 428
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=428&view=rev
Author: glslang
Date: 2008-02-24 10:28:23 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
+ have opl files reflect recent changes
Modified Paths:
--------------
trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl
trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl
trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl
trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl
trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.opl
Modified: trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<openlibraries version="1.0">
<openassetlib name="oal" version="0.2.0">
- <plugin name="OpenLibraries sqlite3 metadata plugin" type="input" extension='".*sqlite.*"' merit="80" filename='"libopenassetlib_sqlite3_plugin.so", "libopenassetlib_sqlite3_plugin.dylib", "openassetlib_sqlite-vc80-r-0_5_0.dll", "openassetlib_sqlite-vc80-d-0_5_0.dll"'/>
+ <plugin name="OpenLibraries sqlite3 metadata plugin" type="input" extension='".*sqlite.*"' merit="80" filename='"libopenassetlib_sqlite3_plugin.so", "libopenassetlib_sqlite3_plugin.dylib", "hdrflowasset_sqlite-vc80-r-0_5_0.dll", "hdrflowasset_sqlite-vc80-d-0_5_0.dll"'/>
</openassetlib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openeffectslib name="oel" version="0.1.0">
- <plugin name="OpenLibraries tonemap plugin" type="filter" extension='"tm_linear", "tm_ilm_exr", "tm_ferwerda"' merit="0" filename='"libopeneffectslib_tonemap.so", "libopeneffectslib_tonemap.dylib", "openeffectslib_tonemap-vc80-d-0_5_0.dll", "openeffectslib_tonemap-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries tonemap plugin" type="filter" extension='"tm_linear", "tm_ilm_exr", "tm_ferwerda"' merit="0" filename='"libopeneffectslib_tonemap.so", "libopeneffectslib_tonemap.dylib", "hdrfloweffects_tonemap-vc80-d-0_5_0.dll", "hdrfloweffects_tonemap-vc80-r-0_5_0.dll"'/>
</openeffectslib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/3D_lightmap/3D_lightmap_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries 3D lightmap plugin" type="input" extension='".*\.3D_lightmap"' merit="80" filename='"libopenimagelib_3D_lightmap.so", "libopenimagelib_3D_lightmap.dylib", "./plugins/openimagelib_3D_lightmap-vc80-d-0_5_0.dll" "./plugins/openimagelib_3D_lightmap-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries 3D lightmap plugin" type="input" extension='".*\.3D_lightmap"' merit="80" filename='"libopenimagelib_3D_lightmap.so", "libopenimagelib_3D_lightmap.dylib", "hdrflowimage_3D_lightmap-vc80-d-0_5_0.dll" "hdrflowimage_3D_lightmap-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/bmp/bmp_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries BMP plugin" type="input" in_filter="*.bmp" extension='".*\.bmp"' merit="80" filename='"libopenimagelib_bmp.so", "libopenimagelib_bmp.dylib", "openimagelib_bmp-vc80-d-0_5_0.dll" "openimagelib_bmp-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries BMP plugin" type="input" in_filter="*.bmp" extension='".*\.bmp"' merit="80" filename='"libopenimagelib_bmp.so", "libopenimagelib_bmp.dylib", "hdrflowimage_bmp-vc80-d-0_5_0.dll" "hdrflowimage_bmp-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries DDS plugin" type="input" in_filter="*.dds" extension='".*\.dds"' merit="80" filename='"libopenimagelib_dds.so", "libopenimagelib_dds.dylib", "openimagelib_dds-vc80-d-0_5_0.dll", "openimagelib_dds-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries DDS plugin" type="input" in_filter="*.dds" extension='".*\.dds"' merit="80" filename='"libopenimagelib_dds.so", "libopenimagelib_dds.dylib", "hdrflowimage_dds-vc80-d-0_5_0.dll", "hdrflowimage_dds-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,7 +2,7 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries DPX plugin" type="input" in_filter="*.dpx" extension='".*\.dpx"' merit="80" filename='"libopenimagelib_dpx.so", "libopenimagelib_dpx.dylib", "openimagelib_dpx-vc80-d-0_5_0.dll", "openimagelib_dpx-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries DPX plugin" type="output" in_filter="*.dpx" extension='".*\.dpx"' merit="80" filename='"libopenimagelib_dpx.so", "libopenimagelib_dpx.dylib", "openimagelib_dpx-vc80-d-0_5_0.dll", "openimagelib_dpx-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries DPX plugin" type="input" in_filter="*.dpx" extension='".*\.dpx"' merit="80" filename='"libopenimagelib_dpx.so", "libopenimagelib_dpx.dylib", "hdrflowimage_dpx-vc80-d-0_5_0.dll", "hdrflowimage_dpx-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries DPX plugin" type="output" in_filter="*.dpx" extension='".*\.dpx"' merit="80" filename='"libopenimagelib_dpx.so", "libopenimagelib_dpx.dylib", "hdrflowimage_dpx-vc80-d-0_5_0.dll", "hdrflowimage_dpx-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries EXR plugin" type="input" in_filter="*.exr" extension='".*\.exr"' merit="40" filename='"libopenimagelib_exr.so", "libopenimagelib_exr.dylib", "openimagelib_exr-vc80-d-0_5_0.dll", "openimagelib_exr-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries EXR plugin" type="input" in_filter="*.exr" extension='".*\.exr"' merit="40" filename='"libopenimagelib_exr.so", "libopenimagelib_exr.dylib", "hdrflowimage_exr-vc80-d-0_5_0.dll", "hdrflowimage_exr-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries GDI+ plugin" type="input" in_filter="*.bmp *.gif *.jpg *.jpeg *.png, *.tif *.tiff *.wmf *.emf *.ico" extension='".*\.bmp", ".*\.gif", ".*\.jpg", ".*\.jpeg", ".*\.png", ".*\.tif", ".*\.tiff", ".*\.wmf", ".*\.emf", ".*\.ico"' merit="40" filename='"openimagelib_gdi-vc80-d-0_5_0.dll", "openimagelib_gdi-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries GDI+ plugin" type="input" in_filter="*.bmp *.gif *.jpg *.jpeg *.png, *.tif *.tiff *.wmf *.emf *.ico" extension='".*\.bmp", ".*\.gif", ".*\.jpg", ".*\.jpeg", ".*\.png", ".*\.tif", ".*\.tiff", ".*\.wmf", ".*\.emf", ".*\.ico"' merit="40" filename='"hdrflowimage_gdi-vc80-d-0_5_0.dll", "hdrflowimage_gdi-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries HDR plugin" type="input" in_filter="*.hdr" extension='".*\.hdr"' merit="80" filename='"libopenimagelib_hdr.so", "libopenimagelib_hdr.dylib", "openimagelib_hdr-vc80-d-0_5_0.dll", "openimagelib_hdr-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries HDR plugin" type="input" in_filter="*.hdr" extension='".*\.hdr"' merit="80" filename='"libopenimagelib_hdr.so", "libopenimagelib_hdr.dylib", "hdrflowimage_hdr-vc80-d-0_5_0.dll", "hdrflowimage_hdr-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/jpg/jpg_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,7 +2,7 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries JPG plugin" type="input" in_filter="*.jpg" extension='".*\.jpg"' merit="80" filename='"libopenimagelib_jpg.so", "libopenimagelib_jpg.dylib", "openimagelib_jpg-vc80-d-0_5_0.dll", "openimagelib_jpg-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries JPG plugin" type="output" in_filter="*.jpg" extension='".*\.jpg"' merit="80" filename='"libopenimagelib_jpg.so", "libopenimagelib_jpg.dylib", "openimagelib_jpg-vc80-d-0_5_0.dll", "openimagelib_jpg-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries JPG plugin" type="input" in_filter="*.jpg" extension='".*\.jpg"' merit="80" filename='"libopenimagelib_jpg.so", "libopenimagelib_jpg.dylib", "hdrflowimage_jpg-vc80-d-0_5_0.dll", "hdrflowimage_jpg-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries JPG plugin" type="output" in_filter="*.jpg" extension='".*\.jpg"' merit="80" filename='"libopenimagelib_jpg.so", "libopenimagelib_jpg.dylib", "hdrflowimage_jpg-vc80-d-0_5_0.dll", "hdrflowimage_jpg-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/png/png_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,7 +2,7 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries PNG plugin" type="input" extension='".*\.png"' merit="80" filename='"libopenimagelib_png.so", "libopenimagelib_png.dylib", "openimagelib_png-vc80-d-0_5_0.dll", "openimagelib_png-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries PNG plugin" type="output" extension='".*\.png"' merit="80" filename='"libopenimagelib_png.so", "libopenimagelib_png.dylib", "openimagelib_png-vc80-d-0_5_0.dll", "openimagelib_png-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries PNG plugin" type="input" extension='".*\.png"' merit="80" filename='"libopenimagelib_png.so", "libopenimagelib_png.dylib", "hdrflowimage_png-vc80-d-0_5_0.dll", "hdrflowimage_png-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries PNG plugin" type="output" extension='".*\.png"' merit="80" filename='"libopenimagelib_png.so", "libopenimagelib_png.dylib", "hdrflowimage_png-vc80-d-0_5_0.dll", "hdrflowimage_png-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/psd/psd_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries PSD plugin" type="input" extension='".*\.psd"' merit="80" filename='"libopenimagelib_psd.so", "libopenimagelib_psd.dylib", "openimagelib_psd-vc80-d-0_5_0.dll" "openimagelib_psd-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries PSD plugin" type="input" extension='".*\.psd"' merit="80" filename='"libopenimagelib_psd.so", "libopenimagelib_psd.dylib", "hdrflowimage_psd-vc80-d-0_5_0.dll" "hdrflowimage_psd-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries QuickTime plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw *.pict *.text *.gif *.png *.pics *.tiff *.psd *.tif *.bmp *.jpg *.jif *.jpeg *.tga *.qtif *.jp2" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw", ".*\.pict", ".*\.text", ".*\.gif", ".*\.png", ".*\.pics", ".*\.tiff", ".*\.psd", ".*\.tif", ".*\.bmp", ".*\.jpg", ".*\.jif", ".*\.jpeg", ".*\.tga", ".*\.qtif", ".*\.jp2"' merit="40" filename='"libopenimagelib_quicktime.so", "libopenimagelib_quicktime.dylib", "openimagelib_quicktime-vc80-d-0_5_0.dll", "openimagelib_quicktime-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries QuickTime plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw *.pict *.text *.gif *.png *.pics *.tiff *.psd *.tif *.bmp *.jpg *.jif *.jpeg *.tga *.qtif *.jp2" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw", ".*\.pict", ".*\.text", ".*\.gif", ".*\.png", ".*\.pics", ".*\.tiff", ".*\.psd", ".*\.tif", ".*\.bmp", ".*\.jpg", ".*\.jif", ".*\.jpeg", ".*\.tga", ".*\.qtif", ".*\.jp2"' merit="40" filename='"libopenimagelib_quicktime.so", "libopenimagelib_quicktime.dylib", "hdrflowimage_quicktime-vc80-d-0_5_0.dll", "hdrflowimage_quicktime-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries SGI plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw"' merit="40" filename='"libopenimagelib_sgi.so", "libopenimagelib_sgi.dylib", "openimagelib_sgi-vc80-d-0_5_0.dll", "openimagelib_sgi-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries SGI plugin" type="input" in_filter="*.sgi *.rgb *.rgba *.la *.bw" extension='".*\.sgi", ".*\.rgb", ".*\.rgba", ".*\.la", ".*\.bw"' merit="40" filename='"libopenimagelib_sgi.so", "libopenimagelib_sgi.dylib", "hdrflowimage-vc80-d-0_5_0.dll", "hdrflowimage_sgi-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries TGA plugin" type="input" in_filter="*.tga" extension='".*\.tga"' merit="80" filename='"libopenimagelib_tga.so", "libopenimagelib_tga.dylib", "openimagelib_tga-vc80-d-0_5_0.dll", "openimagelib_tga-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries TGA plugin" type="input" in_filter="*.tga" extension='".*\.tga"' merit="80" filename='"libopenimagelib_tga.so", "libopenimagelib_tga.dylib", "hdrflowimage_tga-vc80-d-0_5_0.dll", "hdrflowimage_tga-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openimagelib name="oil" version="0.2.0">
- <plugin name="OpenLibraries TIFF plugin" type="input" in_filter="*.tiff *.tif" extension='".*\.tiff", ".*\.tif"' merit="30" filename='"libopenimagelib_tiff.so", "libopenimagelib_tiff.dylib", "openimagelib_tiff-vc80-d-0_5_0.dll", "openimagelib_tiff-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries TIFF plugin" type="input" in_filter="*.tiff *.tif" extension='".*\.tiff", ".*\.tif"' merit="30" filename='"libopenimagelib_tiff.so", "libopenimagelib_tiff.dylib", "hdrflowimage_tiff-vc80-d-0_5_0.dll", "hdrflowimage_tiff-vc80-r-0_5_0.dll"'/>
</openimagelib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,8 +2,8 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries avformat plugin" type="input" in_filter="*.avi *.dv *.dif *.mpg *.mpeg *.mp3 *.mp2 *.wav *.aif" extension='"oml:.*", ".*\.avi", ".*\.dv", ".*\.dif", ".*\.mp4", ".*\.mov", ".*\.mpg", ".*\.mpeg", ".*\.mp3", ".*\.mp2", ".*\.mxf", ".*\.wav", ".*\.wmv", ".*\.aif", "/dev/.*1394/.*", "dv:-", "mpeg:-", ".*\.flv", ".*\.swf", ".*\.asf", ".*\.ts", ".*\.vob"' merit="5" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries avformat plugin" type="output" extension='"pipe:", ".*\.mpg", ".*\.avi", ".*\.dv", ".*\.mov", ".*\.ogg", ".*\.mp2", ".*\.mp3", ".*\.mp4", ".*\.vob", ".*\.wav", ".*\.flv", ".*\.swf", ".*\.swf"' merit="5" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries avformat plugin" type="filter" extension='"resampler"' merit="0" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "openmedialib_avformat-vc80-d-0_5_0.dll", "openmedialib_avformat-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries avformat plugin" type="input" in_filter="*.avi *.dv *.dif *.mpg *.mpeg *.mp3 *.mp2 *.wav *.aif" extension='"oml:.*", ".*\.avi", ".*\.dv", ".*\.dif", ".*\.mp4", ".*\.mov", ".*\.mpg", ".*\.mpeg", ".*\.mp3", ".*\.mp2", ".*\.mxf", ".*\.wav", ".*\.wmv", ".*\.aif", "/dev/.*1394/.*", "dv:-", "mpeg:-", ".*\.flv", ".*\.swf", ".*\.asf", ".*\.ts", ".*\.vob"' merit="5" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "hdrflowmedia_avformat-vc80-d-0_5_0.dll", "hdrflowmedia_avformat-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries avformat plugin" type="output" extension='"pipe:", ".*\.mpg", ".*\.avi", ".*\.dv", ".*\.mov", ".*\.ogg", ".*\.mp2", ".*\.mp3", ".*\.mp4", ".*\.vob", ".*\.wav", ".*\.flv", ".*\.swf", ".*\.swf"' merit="5" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "hdrflowmedia_avformat-vc80-d-0_5_0.dll", "hdrflowmedia_avformat-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries avformat plugin" type="filter" extension='"resampler"' merit="0" filename='"libopenmedialib_avformat.so", "libopenmedialib_avformat.dylib", "hdrflowmedia_avformat-vc80-d-0_5_0.dll", "hdrflowmedia_avformat-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,7 +2,7 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries gensys plugin" type="input" extension='"colour:", "color:", "pusher:"' merit="0" filename='"libopenmedialib_gensys.so", "libopenmedialib_gensys.dylib", "openmedialib_gensys-vc80-d-0_5_0.dll", "openmedialib_gensys-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries gensys plugin" type="filter" extension='"bezier", "chroma", "clip", "composite", "conform", "correction", "crop", "deinterlace", "lerp", "playlist", "temporal", "threader", "visualise", "frame_rate"' merit="0" filename='"libopenmedialib_gensys.so", "libopenmedialib_gensys.dylib", "openmedialib_gensys-vc80-d-0_5_0.dll", "openmedialib_gensys-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries gensys plugin" type="input" extension='"colour:", "color:", "pusher:"' merit="0" filename='"libopenmedialib_gensys.so", "libopenmedialib_gensys.dylib", "hdrflowmedia_gensys-vc80-d-0_5_0.dll", "hdrflowmedia_gensys-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries gensys plugin" type="filter" extension='"bezier", "chroma", "clip", "composite", "conform", "correction", "crop", "deinterlace", "lerp", "playlist", "temporal", "threader", "visualise", "frame_rate"' merit="0" filename='"libopenmedialib_gensys.so", "libopenmedialib_gensys.dylib", "hdrflowmedia_gensys-vc80-d-0_5_0.dll", "hdrflowmedia_gensys-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/glew/glew_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries glew plugin" type="output" extension='"glew:"' merit="0" filename='"libopenmedialib_glew.so", "libopenmedialib_glew.dylib", "openmedialib_glew-vc80-d-0_5_0.dll", "openmedialib_glew-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries glew plugin" type="output" extension='"glew:"' merit="0" filename='"libopenmedialib_glew.so", "libopenmedialib_glew.dylib", "hdrflowmedia_glew-vc80-d-0_5_0.dll", "hdrflowmedia_glew-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries ofx plugin" type="filter" extension='"ofx_.*"' merit="0" filename='"libopenmedialib_ofx.so", "libopenmedialib_ofx.dylib", "openmedialib_ofx-vc80-d-0_5_0.dll", "openmedialib_ofx-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries ofx plugin" type="filter" extension='"ofx_.*"' merit="0" filename='"libopenmedialib_ofx.so", "libopenmedialib_ofx.dylib", "hdrflowmedia_ofx-vc80-d-0_5_0.dll", "hdrflowmedia_ofx-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,7 +2,7 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries oil plugin" type="input" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*", ".*\.hdr/sequence:.*", ".*\.cr2/sequence:.*", ".*\.raw/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries oil plugin" type="output" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries oil plugin" type="input" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*", ".*\.hdr/sequence:.*", ".*\.cr2/sequence:.*", ".*\.raw/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "hdrflowmedia_oil-vc80-d-0_5_0.dll", "hdrflowmedia_oil-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries oil plugin" type="output" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "hdrflowmedia_oil-vc80-d-0_5_0.dll", "hdrflowmedia_oil-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries openal plugin" type="output" extension='"openal:"' merit="0" filename='"libopenmedialib_openal.so", "libopenmedialib_openal.dylib", "openmedialib_openal-vc80-d-0_5_0.dll", "openmedialib_openal-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries openal plugin" type="output" extension='"openal:"' merit="0" filename='"libopenmedialib_openal.so", "libopenmedialib_openal.dylib", "hdrflowmedia_openal-vc80-d-0_5_0.dll", "hdrflowmedia_openal-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/quicktime/quicktime_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,7 +2,7 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries quicktime plugin" type="input" in_filter="*.mov" extension='".*\.mov"' merit="10" filename='"libopenmedialib_quicktime.so", "libopenmedialib_quicktime.dylib", "openmedialib_quicktime-vc80-d-0_5_0.dll", "openmedialib_quicktime-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries quicktime plugin" type="output" extension='".*\.mov"' merit="80" filename='"libopenmedialib_quicktime.so", "libopenmedialib_quciktime.dylib", "openmedialib_quicktime-vc80-d-0_5_0.dll", "openmedialib_quicktime-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries quicktime plugin" type="input" in_filter="*.mov" extension='".*\.mov"' merit="10" filename='"libopenmedialib_quicktime.so", "libopenmedialib_quicktime.dylib", "hdrflowmedia_quicktime-vc80-d-0_5_0.dll", "hdrflowmedia_quicktime-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries quicktime plugin" type="output" extension='".*\.mov"' merit="80" filename='"libopenmedialib_quicktime.so", "libopenmedialib_quicktime.dylib", "hdrflowmedia_quicktime-vc80-d-0_5_0.dll", "hdrflowmedia_quicktime-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/template/template_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,8 +2,8 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries template plugin" type="input" extension='"test:"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries template plugin" type="output" extension='"ppm:"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
- <plugin name="OpenLibraries template plugin" type="filter" extension='"greyscale"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "openmedialib_template-vc80-d-0_5_0.dll", "openmedialib_template-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries template plugin" type="input" extension='"test:"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "hdrflowmedia_template-vc80-d-0_5_0.dll", "hdrflowmedia_template-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries template plugin" type="output" extension='"ppm:"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "hdrflowmedia_template-vc80-d-0_5_0.dll", "hdrflowmedia_template-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries template plugin" type="filter" extension='"greyscale"' merit="0" filename='"libopenmedialib_template.so", "libopenmedialib_template.dylib", "hdrflowmedia_template-vc80-d-0_5_0.dll", "hdrflowmedia_template-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/3ds/3ds_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openobjectlib name="ool" version="0.2.0">
- <plugin name="OpenLibraries 3DS plugin" type="input" extension='".*\.3ds"' merit="80" filename='"libopenobjectlib_3ds.so", "libopenobjectlib_3ds.dylib", "openobjectlib_3ds-vc80-d-0_5_0.dll", "openobjectlib_3ds-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries 3DS plugin" type="input" extension='".*\.3ds"' merit="80" filename='"libopenobjectlib_3ds.so", "libopenobjectlib_3ds.dylib", "hdrflowobject_3ds-vc80-d-0_5_0.dll", "hdrflowobject_3ds-vc80-r-0_5_0.dll"'/>
</openobjectlib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/X3D/x3d_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openobjectlib name="ool" version="0.2.0">
- <plugin name="OpenLibraries X3D plugin" type="input" extension='".*\.x3d"' merit="80" filename='"libopenobjectlib_x3d.so", "libopenobjectlib_x3d.dylib", "openobjectlib_x3d-vc80-d-0_5_0.dll", "openobjectlib_x3d-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries X3D plugin" type="input" extension='".*\.x3d"' merit="80" filename='"libopenobjectlib_x3d.so", "libopenobjectlib_x3d.dylib", "hdrflowobject_x3d-vc80-d-0_5_0.dll", "hdrflowobject_x3d-vc80-r-0_5_0.dll"'/>
</openobjectlib>
</openlibraries>
Modified: trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.opl 2008-02-24 18:00:36 UTC (rev 427)
+++ trunk/lib/openlibraries/src/openobjectlib/plugins/wavefront/obj_plugin.opl 2008-02-24 18:28:23 UTC (rev 428)
@@ -2,6 +2,6 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openobjectlib name="ool" version="0.2.0">
- <plugin name="OpenLibraries OBJ plugin" type="input" extension='".*\.obj"' merit="80" filename='"libopenobjectlib_obj.so", "libopenobjectlib_obj.dylib", "openobjectlib_obj-vc80-d-0_5_0.dll", "openobjectlib_obj-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries OBJ plugin" type="input" extension='".*\.obj"' merit="80" filename='"libopenobjectlib_obj.so", "libopenobjectlib_obj.dylib", "hdrflowobject_obj-vc80-d-0_5_0.dll", "hdrflowobject_obj-vc80-r-0_5_0.dll"'/>
</openobjectlib>
</openlibraries>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-24 18:00:39
|
Revision: 427
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=427&view=rev
Author: glslang
Date: 2008-02-24 10:00:36 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
+ ensures no name conflicts exist between hdrflow and olibs
Modified Paths:
--------------
trunk/hdrflow_runtime.nsi
trunk/hdrflow_sdk.nsi
trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
trunk/lib/extras/src/ppm/ppm_vc8.vcproj
trunk/lib/extras/src/raw/raw_vc8.vcproj
trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/il/config.hpp
trunk/lib/openlibraries/src/openimagelib/il/il_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/py/py_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/ml/config.hpp
trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/py/py_vc8.vcproj
trunk/lib/openlibraries/src/openpluginlib/pl/config.hpp
trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.vcproj
trunk/lib/openlibraries/test/openmedialib/player/player_vc8.vcproj
trunk/lib/openlibraries/test/openmedialib/store/store_vc8.vcproj
Modified: trunk/hdrflow_runtime.nsi
===================================================================
--- trunk/hdrflow_runtime.nsi 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/hdrflow_runtime.nsi 2008-02-24 18:00:36 UTC (rev 427)
@@ -51,7 +51,7 @@
!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of HDRFlow.\r\n\r\n$_CLICK"
!insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "lib\openlibraries\COPYING"
+!insertmacro MUI_PAGE_LICENSE "lib\extras\COPYING"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
@@ -80,6 +80,15 @@
SetOverwrite on
+ VAR /GLOBAL maya_location
+ ReadRegStr $maya_location HKLM "Software\Autodesk\Maya\2008\Setup\InstallPath" "MAYA_INSTALL_LOCATION"
+ IfErrors no_maya yes_maya
+ no_maya:
+ MessageBox MB_ICONEXCLAMATION "Unable to detect Maya 2008"
+ Quit
+
+ yes_maya:
+
SetOutPath $INSTDIR\DLLs
File "lib\openlibraries\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
File "lib\openlibraries\Multi-threaded Release DLL\*.opl"
@@ -118,6 +127,9 @@
File "lib\openlibraries\effects\shaders\channel_selector.cg"
File "lib\openlibraries\effects\shaders\channel_selector.frag"
+ SetOutPath $maya_location\bin\plug-ins
+ File "lib\extras\Multi-threaded Release DLL\HDRFlowMaya.mll"
+
SetDetailsPrint both
;--------------------------------
Modified: trunk/hdrflow_sdk.nsi
===================================================================
--- trunk/hdrflow_sdk.nsi 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/hdrflow_sdk.nsi 2008-02-24 18:00:36 UTC (rev 427)
@@ -80,6 +80,15 @@
SetOverwrite on
+ VAR /GLOBAL maya_location
+ ReadRegStr $maya_location HKLM "Software\Autodesk\Maya\2008\Setup\InstallPath" "MAYA_INSTALL_LOCATION"
+ IfErrors no_maya yes_maya
+ no_maya:
+ MessageBox MB_ICONEXCLAMATION "Unable to detect Maya 2008"
+ Quit
+
+ yes_maya:
+
SetOutPath $INSTDIR\include\hdrflow-${VERSION_DOT}\openpluginlib\pl
File lib\openlibraries\src\openpluginlib\pl\allocatorstringstorage.h
File lib\openlibraries\src\openpluginlib\pl\bind_info.hpp
@@ -147,7 +156,10 @@
File "lib\openlibraries\Multi-threaded Debug DLL\*-vc80-d-${VERSION}.dll"
File "lib\openlibraries\Multi-threaded Debug DLL\*.opl"
File "lib\openlibraries\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
-
+ File "lib\extras\Multi-threaded Debug DLL\*-vc80-d-*.dll"
+ File "lib\extras\Multi-threaded Debug DLL\*.opl"
+ File "lib\extras\Multi-threaded Release DLL\*-vc80-r-*.dll"
+
; dependencies
File "C:\Program Files\FFmpeg\lib\avcodec-51.dll"
File "C:\Program Files\FFmpeg\lib\avformat-52.dll"
@@ -192,6 +204,9 @@
File "lib\openlibraries\effects\shaders\channel_selector.cg"
File "lib\openlibraries\effects\shaders\channel_selector.frag"
+ SetOutPath $maya_location\bin\plug-ins
+ File "lib\extras\Multi-threaded Debug DLL\HDRFlowMaya.mll"
+
SetDetailsPrint both
;--------------------------------
Modified: trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -97,6 +97,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine=""
/>
</Configuration>
<Configuration
@@ -181,6 +182,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine=""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/extras/src/ppm/ppm_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/ppm/ppm_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/extras/src/ppm/ppm_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -94,6 +94,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -176,6 +177,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/extras/src/raw/raw_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/raw/raw_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/extras/src/raw/raw_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -97,6 +97,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -183,6 +184,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -67,9 +67,9 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="Half.lib IlmImf.lib Iex.lib"
- OutputFile="$(OutDir)\openeffectslib_tonemap-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrfloweffects_tonemap-vc80-d-0_5_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)";C:\OpenEXR\lib\Debug"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\$(ConfigurationName)";C:\OpenEXR\lib\Debug"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -152,9 +152,9 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="Half.lib IlmImf.lib Iex.lib"
- OutputFile="$(OutDir)\openeffectslib_tonemap-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrfloweffects_tonemap-vc80-r-0_5_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)";C:\OpenEXR\lib\Release"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\$(ConfigurationName)";C:\OpenEXR\lib\Release"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/openlibraries/src/openimagelib/il/config.hpp
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/il/config.hpp 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/il/config.hpp 2008-02-24 18:00:36 UTC (rev 427)
@@ -23,7 +23,7 @@
#endif
#ifndef OPENIMAGELIB_LIBNAME
-# define OPENIMAGELIB_LIBNAME "openimagelib_il"
+# define OPENIMAGELIB_LIBNAME "hdrflowimage_il"
#endif
#ifndef OPENIMAGELIB_TOOLSET
Modified: trunk/lib/openlibraries/src/openimagelib/il/il_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/il/il_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/il/il_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -72,14 +72,14 @@
Name="VCLinkerTool"
UseUnicodeResponseFiles="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)/openimagelib_il-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)/hdrflowimage_il-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)""
GenerateManifest="false"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/il.pdb"
SubSystem="2"
- ImportLibrary="$(TargetDir)openimagelib_il-vc80-d-0_5_0.lib"
+ ImportLibrary="$(TargetDir)hdrflowimage_il-vc80-d-0_5_0.lib"
TargetMachine="1"
/>
<Tool
@@ -161,7 +161,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)/openimagelib_il-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)/hdrflowimage_il-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)""
GenerateManifest="false"
@@ -169,7 +169,7 @@
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- ImportLibrary="$(TargetDir)openimagelib_il-vc80-r-0_5_0.lib"
+ ImportLibrary="$(TargetDir)hdrflowimage_il-vc80-r-0_5_0.lib"
TargetMachine="1"
/>
<Tool
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,7 +68,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openimagelib_dds-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_dds-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="true"
@@ -154,7 +154,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openimagelib_dds-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_dds-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="false"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -66,7 +66,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
ShowProgress="0"
- OutputFile="$(OutDir)\openimagelib_dpx-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_dpx-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)""
GenerateDebugInformation="true"
@@ -148,7 +148,7 @@
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
- OutputFile="$(OutDir)\openimagelib_dpx-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_dpx-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)""
GenerateDebugInformation="true"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,7 +68,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="Half.lib IlmImf.lib Iex.lib"
- OutputFile="$(OutDir)\openimagelib_exr-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_exr-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";C:\OpenEXR\lib\Debug"
GenerateDebugInformation="true"
@@ -153,7 +153,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="Half.lib IlmImf.lib Iex.lib"
- OutputFile="$(OutDir)\openimagelib_exr-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_exr-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";C:\OpenEXR\lib\Release"
GenerateDebugInformation="true"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,7 +68,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="gdiplus.lib"
- OutputFile="$(OutDir)\openimagelib_gdi-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_gdi-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="true"
@@ -153,7 +153,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="gdiplus.lib"
- OutputFile="$(OutDir)\openimagelib_gdi-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_gdi-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="true"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -70,7 +70,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openimagelib_hdr-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_hdr-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="true"
@@ -156,7 +156,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openimagelib_hdr-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_hdr-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="false"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,7 +68,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="libpng13.lib zdll.lib"
- OutputFile="$(OutDir)\openimagelib_png-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_png-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\libpng\lib;C:\zlib\lib"
GenerateDebugInformation="true"
@@ -155,7 +155,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="libpng13.lib zdll.lib"
- OutputFile="$(OutDir)\openimagelib_png-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_png-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\libpng\lib;C:\zlib\lib"
GenerateDebugInformation="false"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,7 +68,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="qtmlClient.lib"
- OutputFile="$(OutDir)\openimagelib_quicktime-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_quicktime-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Program Files\QuickTime SDK\Libraries"
IgnoreDefaultLibraryNames="libcmt.lib"
@@ -154,7 +154,7 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="qtmlClient.lib"
- OutputFile="$(OutDir)\openimagelib_quicktime-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_quicktime-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Program Files\QuickTime SDK\Libraries"
IgnoreDefaultLibraryNames="libcmt.lib"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -67,7 +67,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openimagelib_sgi-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_sgi-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="true"
@@ -152,7 +152,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openimagelib_sgi-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_sgi-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="false"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,7 +68,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openimagelib_tga-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_tga-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="true"
@@ -154,7 +154,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openimagelib_tga-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_tga-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)"
GenerateDebugInformation="false"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -66,9 +66,9 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="libtiff.lib"
- OutputFile="$(OutDir)\openimagelib_tiff-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_tiff-vc80-d-0_5_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\libtiff\lib"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\libtiff\lib"
IgnoreDefaultLibraryNames="msvcrt.lib"
GenerateDebugInformation="true"
SubSystem="2"
@@ -151,9 +151,9 @@
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="libtiff.lib"
- OutputFile="$(OutDir)\openimagelib_tiff-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowimage_tiff-vc80-r-0_5_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\libtiff\lib"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\libtiff\lib"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
Modified: trunk/lib/openlibraries/src/openimagelib/py/py_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/py/py_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openimagelib/py/py_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,7 +68,7 @@
AdditionalDependencies="boost_python-vc80-mt-gd-1_34_1.lib"
OutputFile="$(OutDir)\HDRFlowImage.pyd"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName);C:\Python25\Libs"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\Python25\Libs"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -152,7 +152,7 @@
AdditionalDependencies="boost_python-vc80-mt-1_34_1.lib"
OutputFile="$(OutDir)\HDRFlowImage.pyd"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName);C:\Python25\Libs"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\Python25\Libs"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/openlibraries/src/openmedialib/ml/config.hpp
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/ml/config.hpp 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openmedialib/ml/config.hpp 2008-02-24 18:00:36 UTC (rev 427)
@@ -37,7 +37,7 @@
#endif
#ifndef OPENMEDIALIB_LIBNAME
-# define OPENMEDIALIB_LIBNAME "openmedialib_ml"
+# define OPENMEDIALIB_LIBNAME "hdrflowmedia_ml"
#endif
#ifndef OPENMEDIALIB_TOOLSET
Modified: trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -67,12 +67,12 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openmedialib_ml-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_ml-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
GenerateDebugInformation="true"
SubSystem="2"
- ImportLibrary="$(TargetDir)openmedialib_ml-vc80-d-0_5_0.lib"
+ ImportLibrary="$(TargetDir)hdrflowmedia_ml-vc80-d-0_5_0.lib"
TargetMachine="1"
/>
<Tool
@@ -150,14 +150,14 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openmedialib_ml-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_ml-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- ImportLibrary="$(TargetDir)openmedialib_ml-vc80-r-0_5_0.lib"
+ ImportLibrary="$(TargetDir)hdrflowmedia_ml-vc80-r-0_5_0.lib"
TargetMachine="1"
/>
<Tool
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,9 +68,9 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="avcodec.lib avformat.lib avutil.lib"
- OutputFile="$(OutDir)\openmedialib_avformat-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_avformat-vc80-d-0_5_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)";"C:\Program Files\FFmpeg\lib""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\$(ConfigurationName)";"C:\Program Files\FFmpeg\lib""
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -153,9 +153,9 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="avcodec.lib avformat.lib avutil.lib"
- OutputFile="$(OutDir)\openmedialib_avformat-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_avformat-vc80-r-0_5_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName);"C:\Program Files\FFmpeg\lib""
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\Boost\lib;"C:\Program Files\FFmpeg\lib""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -67,7 +67,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openmedialib_gensys-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_gensys-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)""
GenerateDebugInformation="true"
@@ -151,7 +151,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openmedialib_gensys-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_gensys-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)""
GenerateDebugInformation="true"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -66,7 +66,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openmedialib_ofx-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_ofx-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
GenerateDebugInformation="true"
@@ -149,7 +149,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openmedialib_ofx-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_ofx-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
GenerateDebugInformation="true"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,7 +68,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openmedialib_oil-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_oil-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
GenerateDebugInformation="true"
@@ -152,7 +152,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalOptions="/LARGEADDRESSAWARE"
- OutputFile="$(OutDir)\openmedialib_oil-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_oil-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
GenerateDebugInformation="true"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -68,9 +68,9 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="OpenAL32.lib"
- OutputFile="$(OutDir)\openmedialib_openal-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_openal-vc80-d-0_5_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)";"C:\Program Files\OpenAL 1.1 SDK\libs\Win32""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\$(ConfigurationName)";"C:\Program Files\OpenAL 1.1 SDK\libs\Win32""
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -152,9 +152,9 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="OpenAL32.lib"
- OutputFile="$(OutDir)\openmedialib_openal-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)\hdrflowmedia_openal-vc80-r-0_5_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName);"C:\Program Files\OpenAL 1.1 SDK\libs\Win32""
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\Boost\lib;"C:\Program Files\OpenAL 1.1 SDK\libs\Win32""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/openlibraries/src/openmedialib/py/py_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/py/py_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openmedialib/py/py_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -70,7 +70,7 @@
AdditionalDependencies="boost_python-vc80-mt-gd-1_34_1.lib"
OutputFile="$(OutDir)\HDRFlowMedia.pyd"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;C:\Python25\Libs;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
+ AdditionalLibraryDirectories="C:\Boost\lib;C:\Python25\Libs;$(SolutionDir)\$(ConfigurationName)"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -154,7 +154,7 @@
AdditionalDependencies="boost_python-vc80-mt-1_34_1.lib"
OutputFile="$(OutDir)\HDRFlowMedia.pyd"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;C:\Python25\Libs;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
+ AdditionalLibraryDirectories="C:\Boost\lib;C:\Python25\Libs;$(SolutionDir)\$(ConfigurationName)"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/config.hpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/config.hpp 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/config.hpp 2008-02-24 18:00:36 UTC (rev 427)
@@ -23,7 +23,7 @@
#endif
#ifndef OPENPLUGINLIB_LIBNAME
-# define OPENPLUGINLIB_LIBNAME "openpluginlib_pl"
+# define OPENPLUGINLIB_LIBNAME "hdrflowplugin_pl"
#endif
#ifndef OPENPLUGINLIB_TOOLSET
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -69,13 +69,13 @@
Name="VCLinkerTool"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="winmm.lib opengl32.lib glew32.lib cg.lib cgGL.lib"
- OutputFile="$(OutDir)/openpluginlib_pl-vc80-d-0_5_0.dll"
+ OutputFile="$(OutDir)/hdrflowplugin_pl-vc80-d-0_5_0.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\Boost\lib;"C:\Program Files\NVIDIA Corporation\Cg\lib""
GenerateDebugInformation="true"
SubSystem="2"
EntryPointSymbol=""
- ImportLibrary="$(TargetDir)openpluginlib_pl-vc80-d-0_5_0.lib"
+ ImportLibrary="$(TargetDir)hdrflowplugin_pl-vc80-d-0_5_0.lib"
TargetMachine="1"
/>
<Tool
@@ -156,14 +156,14 @@
Name="VCLinkerTool"
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="winmm.lib opengl32.lib glew32.lib cg.lib cgGL.lib"
- OutputFile="$(OutDir)/openpluginlib_pl-vc80-r-0_5_0.dll"
+ OutputFile="$(OutDir)/hdrflowplugin_pl-vc80-r-0_5_0.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="C:\Boost\lib;"C:\Program Files\NVIDIA Corporation\Cg\lib""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- ImportLibrary="$(TargetDir)openpluginlib_pl-vc80-r-0_5_0.lib"
+ ImportLibrary="$(TargetDir)hdrflowplugin_pl-vc80-r-0_5_0.lib"
TargetMachine="1"
/>
<Tool
Modified: trunk/lib/openlibraries/test/openmedialib/player/player_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/test/openmedialib/player/player_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/test/openmedialib/player/player_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -70,7 +70,7 @@
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="glew32.lib"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\Boost\lib"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -153,7 +153,7 @@
AdditionalOptions="/LARGEADDRESSAWARE"
AdditionalDependencies="glew32.lib"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName)"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
Modified: trunk/lib/openlibraries/test/openmedialib/store/store_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/test/openmedialib/store/store_vc8.vcproj 2008-02-24 14:42:19 UTC (rev 426)
+++ trunk/lib/openlibraries/test/openmedialib/store/store_vc8.vcproj 2008-02-24 18:00:36 UTC (rev 427)
@@ -69,7 +69,7 @@
Name="VCLinkerTool"
AdditionalOptions="/LARGEADDRESSAWARE"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\Boost\lib"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -151,7 +151,7 @@
Name="VCLinkerTool"
AdditionalOptions="/LARGEADDRESSAWARE"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\src\openpluginlib\pl\$(ConfigurationName);C:\Boost\lib;$(SolutionDir)\src\openimagelib\il\$(ConfigurationName)"
+ AdditionalLibraryDirectories="C:\Boost\lib;$(SolutionDir)\$(ConfigurationName);C:\Boost\lib"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-24 14:42:24
|
Revision: 426
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=426&view=rev
Author: glslang
Date: 2008-02-24 06:42:19 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
+ new win32 installers
Added Paths:
-----------
trunk/hdrflow_runtime.nsi
trunk/hdrflow_sdk.nsi
trunk/rez/
trunk/rez/add_to_path.nsh
trunk/rez/hdrflow.bmp
trunk/rez/openlibraries.spec
trunk/rez/write_env_str.nsh
Removed Paths:
-------------
trunk/lib/openlibraries/installer/
Added: trunk/hdrflow_runtime.nsi
===================================================================
--- trunk/hdrflow_runtime.nsi (rev 0)
+++ trunk/hdrflow_runtime.nsi 2008-02-24 14:42:19 UTC (rev 426)
@@ -0,0 +1,225 @@
+;--------------------------------
+;NSIS HDRFlow Installation Script
+;--------------------------------
+
+!ifndef VERSION
+ !define VERSION 0_5_0
+ !define VERSION_DOT 0.5.0
+!endif
+
+;--------------------------------
+;Configuration
+
+!ifdef OUTFILE
+ OutFile "${OUTFILE}"
+!else
+ OutFile hdrflow-${VERSION_DOT}-runtime.exe
+!endif
+
+SetCompressor /SOLID lzma
+
+InstType "Full"
+
+InstallDir $PROGRAMFILES\HDRFlow
+InstallDirRegKey HKLM Software\HDRFlow ""
+
+;--------------------------------
+;Header Files
+
+!define ALL_USERS
+
+!include "MUI.nsh"
+!include "Sections.nsh"
+!include "rez\add_to_path.nsh"
+!include "rez\write_env_str.nsh"
+
+;Names
+Name "HDRFlow"
+Caption "HDRFlow (v.${VERSION_DOT}) Setup"
+
+;Interface Settings
+!define MUI_ABORTWARNING
+
+!define MUI_HEADERIMAGE
+!define MUI_HEADERIMAGE_BITMAP "rez\hdrflow.bmp" ; optional
+!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\orange.bmp"
+
+!define MUI_COMPONENTSPAGE_SMALLDESC
+
+;Pages
+!define MUI_WELCOMEPAGE_TITLE "Welcome to the HDRFlow (v.${VERSION_DOT}) Setup Wizard"
+!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of HDRFlow.\r\n\r\n$_CLICK"
+
+!insertmacro MUI_PAGE_WELCOME
+!insertmacro MUI_PAGE_LICENSE "lib\openlibraries\COPYING"
+!insertmacro MUI_PAGE_COMPONENTS
+!insertmacro MUI_PAGE_DIRECTORY
+!insertmacro MUI_PAGE_INSTFILES
+
+!define MUI_FINISHPAGE_LINK "Visit the web site for the latest news, FAQs and support"
+!define MUI_FINISHPAGE_LINK_LOCATION "http://www.hdrflow.com/"
+
+!insertmacro MUI_PAGE_FINISH
+
+!insertmacro MUI_UNPAGE_CONFIRM
+!insertmacro MUI_UNPAGE_INSTFILES
+
+;--------------------------------
+;Languages
+
+!insertmacro MUI_LANGUAGE "English"
+
+Section "HDRFlow" SecCore
+
+ SetDetailsPrint textonly
+ DetailPrint "Installing HDRFlow..."
+ SetDetailsPrint listonly
+
+ SectionIn 1 2 3 RO
+ SetOutPath $INSTDIR
+
+ SetOverwrite on
+
+ SetOutPath $INSTDIR\DLLs
+ File "lib\openlibraries\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
+ File "lib\openlibraries\Multi-threaded Release DLL\*.opl"
+
+ ; dependencies
+ File "C:\Program Files\FFmpeg\lib\avcodec-51.dll"
+ File "C:\Program Files\FFmpeg\lib\avformat-52.dll"
+ File "C:\Program Files\FFmpeg\lib\avutil-49.dll"
+ File "C:\OpenEXR\bin\Release\Half.dll"
+ File "C:\OpenEXR\bin\Release\Iex.dll"
+ File "C:\OpenEXR\bin\Release\IlmImf.dll"
+ File "C:\OpenEXR\bin\Release\Half.dll"
+ File "C:\OpenEXR\bin\Release\IlmThread.dll"
+ File "C:\OpenEXR\bin\Release\Imath.dll"
+ File "C:\Program Files\NVIDIA Corporation\Cg\bin\cg.dll"
+ File "C:\Program Files\NVIDIA Corporation\Cg\bin\cgGL.dll"
+ File "C:\zlib\lib\zlib1.dll"
+
+ ; Python
+ SetOutPath $INSTDIR\python
+ File "lib\openlibraries\Multi-threaded Release DLL\*.pyd"
+
+ SetOutPath $INSTDIR\shaders
+ File "lib\openlibraries\effects\shaders\sepia.cg"
+ File "lib\openlibraries\effects\shaders\sepia.frag"
+ File "lib\openlibraries\effects\shaders\fixed_function.vert"
+ File "lib\openlibraries\effects\shaders\passthrough.vert"
+ File "lib\openlibraries\effects\shaders\passthrough.cg"
+ File "lib\openlibraries\effects\shaders\rgb_to_yuv444.frag"
+ File "lib\openlibraries\effects\shaders\yuv444_to_rgb.frag"
+ File "lib\openlibraries\effects\shaders\yuv444_to_rgb.cg"
+ File "lib\openlibraries\effects\shaders\yuv444_to_rgb_deinterlace.cg"
+ File "lib\openlibraries\effects\shaders\yuv444_to_rgb_deinterlace.frag"
+ File "lib\openlibraries\effects\shaders\histogram.cg"
+ File "lib\openlibraries\effects\shaders\histogram.frag"
+ File "lib\openlibraries\effects\shaders\channel_selector.cg"
+ File "lib\openlibraries\effects\shaders\channel_selector.frag"
+
+ SetDetailsPrint both
+
+;--------------------------------
+;Path environment variable
+
+ Push "$INSTDIR\DLLs"
+ Call AddToPath
+
+;--------------------------------
+;Python environment variable
+ Push "PYTHONPATH"
+ Push "$INSTDIR\python"
+ Call WriteEnvStr
+
+;--------------------------------
+;Registry
+
+WriteRegStr HKLM "Software\HDRFlow" "CurrentVersion" "${VERSION_DOT}"
+WriteRegStr HKLM "Software\HDRFlow" "PluginsDirRelease" "$INSTDIR\DLLs"
+WriteRegStr HKLM "Software\HDRFlow" "KernelsDir" "$INSTDIR\kernels"
+WriteRegStr HKLM "Software\HDRFlow" "ShadersDir" "$INSTDIR\shaders"
+
+WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow" "DisplayName" "HDRFlow"
+WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow" "UninstallString" "$INSTDIR\uninst-hdrflow.exe"
+
+SectionEnd
+
+Section -post
+
+ WriteUninstaller $INSTDIR\uninst-hdrflow.exe
+
+SectionEnd
+
+;--------------------------------
+;Descriptions
+
+!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
+ !insertmacro MUI_DESCRIPTION_TEXT ${SecCore} "HDRFlow development and runtime files"
+!insertmacro MUI_FUNCTION_DESCRIPTION_END
+
+;--------------------------------
+;Uninstaller Section
+
+Section Uninstall
+
+ SetDetailsPrint textonly
+ DetailPrint "Deleting Files..."
+ SetDetailsPrint listonly
+
+ DeleteRegKey HKLM "Software\HDRFlow"
+ DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow"
+
+ Push "$INSTDIR\DLLs"
+ Call un.RemoveFromPath
+
+ Push "PYTHONPATH"
+ Call un.DeleteEnvStr
+
+ RMDir /r $INSTDIR\DLLs
+ RMDir /r $INSTDIR\include
+ RMDir /r $INSTDIR\lib
+ RMDir /r $INSTDIR\kernels
+ RMDir /r $INSTDIR\shaders
+ RMDir /r $INSTDIR
+
+ SetDetailsPrint both
+
+ SectionEnd
+
+ Function .onInit
+
+ ReadRegStr $R0 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow" "UninstallString"
+ StrCmp $R0 "" done
+
+ MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION \
+ "HDRFlow is already installed. $\n$\nClick `OK` to remove the \
+ previous version or `Cancel` to cancel this upgrade." \
+ IDOK uninst
+ Abort
+
+;Run the uninstaller
+uninst:
+ ClearErrors
+ ; Copy the uninstaller to a temp location
+ ;GetTempFileName $0
+ ;CopyFiles $R0 $0
+ ;Start the uninstaller using the option to not copy itself
+ ExecWait '$R0 _?=$INSTDIR'
+
+ IfErrors no_remove_uninstaller
+ ; In most cases the uninstall is successful at this point.
+ ; You may also consider using a registry key to check whether
+ ; the user has chosen to uninstall. If you are using an uninstaller
+ ; components page, make sure all sections are uninstalled.
+ goto done
+ no_remove_uninstaller:
+ MessageBox MB_ICONEXCLAMATION \
+ "Unable to remove previous version of HDRFlow"
+ Abort
+
+done:
+ ; remove the copied uninstaller
+ ;Delete '$0'
+
+FunctionEnd
Added: trunk/hdrflow_sdk.nsi
===================================================================
--- trunk/hdrflow_sdk.nsi (rev 0)
+++ trunk/hdrflow_sdk.nsi 2008-02-24 14:42:19 UTC (rev 426)
@@ -0,0 +1,318 @@
+;--------------------------------
+;NSIS HDRFlow Installation Script
+;--------------------------------
+
+!ifndef VERSION
+ !define VERSION 0_5_0
+ !define VERSION_DOT 0.5.0
+!endif
+
+;--------------------------------
+;Configuration
+
+!ifdef OUTFILE
+ OutFile "${OUTFILE}"
+!else
+ OutFile hdrflow-${VERSION_DOT}-sdk.exe
+!endif
+
+SetCompressor /SOLID lzma
+
+InstType "Full"
+
+InstallDir $PROGRAMFILES\HDRFlow
+InstallDirRegKey HKLM Software\HDRFlow ""
+
+;--------------------------------
+;Header Files
+
+!define ALL_USERS
+
+!include "MUI.nsh"
+!include "Sections.nsh"
+!include "rez\add_to_path.nsh"
+!include "rez\write_env_str.nsh"
+
+;Names
+Name "HDRFlow"
+Caption "HDRFlow (v.${VERSION_DOT}) Setup"
+
+;Interface Settings
+!define MUI_ABORTWARNING
+
+!define MUI_HEADERIMAGE
+!define MUI_HEADERIMAGE_BITMAP "rez\hdrflow.bmp" ; optional
+!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\orange.bmp"
+
+!define MUI_COMPONENTSPAGE_SMALLDESC
+
+;Pages
+!define MUI_WELCOMEPAGE_TITLE "Welcome to HDRFlow SDK (v.${VERSION_DOT}) Setup Wizard"
+!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of HDRFlow SDK.\r\n\r\n$_CLICK"
+
+!insertmacro MUI_PAGE_WELCOME
+!insertmacro MUI_PAGE_LICENSE "lib\openlibraries\COPYING"
+!insertmacro MUI_PAGE_COMPONENTS
+!insertmacro MUI_PAGE_DIRECTORY
+!insertmacro MUI_PAGE_INSTFILES
+
+!define MUI_FINISHPAGE_LINK "Visit the web site for the latest news, FAQs and support"
+!define MUI_FINISHPAGE_LINK_LOCATION "http://www.hdrflow.com/"
+
+!insertmacro MUI_PAGE_FINISH
+
+!insertmacro MUI_UNPAGE_CONFIRM
+!insertmacro MUI_UNPAGE_INSTFILES
+
+;--------------------------------
+;Languages
+
+!insertmacro MUI_LANGUAGE "English"
+
+Section "HDRFlow" SecCore
+
+ SetDetailsPrint textonly
+ DetailPrint "Installing HDRFlow SDK..."
+ SetDetailsPrint listonly
+
+ SectionIn 1 2 3 RO
+ SetOutPath $INSTDIR
+
+ SetOverwrite on
+
+ SetOutPath $INSTDIR\include\hdrflow-${VERSION_DOT}\openpluginlib\pl
+ File lib\openlibraries\src\openpluginlib\pl\allocatorstringstorage.h
+ File lib\openlibraries\src\openpluginlib\pl\bind_info.hpp
+ File lib\openlibraries\src\openpluginlib\pl\cg.hpp
+ File lib\openlibraries\src\openpluginlib\pl\config.hpp
+ File lib\openlibraries\src\openpluginlib\pl\content_handler_libxml.hpp
+ File lib\openlibraries\src\openpluginlib\pl\content_handler_msxml.hpp
+ File lib\openlibraries\src\openpluginlib\pl\cowstringopt.h
+ File lib\openlibraries\src\openpluginlib\pl\discovery_traits.hpp
+ File lib\openlibraries\src\openpluginlib\pl\flex_string.h
+ File lib\openlibraries\src\openpluginlib\pl\flex_string_details.h
+ File lib\openlibraries\src\openpluginlib\pl\flex_string_shell.h
+ File lib\openlibraries\src\openpluginlib\pl\geometry.hpp
+ File lib\openlibraries\src\openpluginlib\pl\GL_utility.hpp
+ File lib\openlibraries\src\openpluginlib\pl\openplugin.hpp
+ File lib\openlibraries\src\openpluginlib\pl\openpluginlib.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pool.hpp
+ File lib\openlibraries\src\openpluginlib\pl\property.hpp
+ File lib\openlibraries\src\openpluginlib\pl\registry.hpp
+ File lib\openlibraries\src\openpluginlib\pl\shader_manager.hpp
+ File lib\openlibraries\src\openpluginlib\pl\simplestringstorage.h
+ File lib\openlibraries\src\openpluginlib\pl\smallstringopt.h
+ File lib\openlibraries\src\openpluginlib\pl\stream.hpp
+ File lib\openlibraries\src\openpluginlib\pl\string.hpp
+ File lib\openlibraries\src\openpluginlib\pl\timer.hpp
+ File lib\openlibraries\src\openpluginlib\pl\utf8_utils.hpp
+ File lib\openlibraries\src\openpluginlib\pl\vectorstringstorage.h
+
+ SetOutPath $INSTDIR\include\hdrflow-${VERSION_DOT}\openpluginlib\pl\pcos
+ File lib\openlibraries\src\openpluginlib\pl\pcos\iproperty_container.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pcos\isubject.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pcos\iclonable.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pcos\key.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pcos\observer.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pcos\property.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pcos\property_container.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pcos\subject.hpp
+ File lib\openlibraries\src\openpluginlib\pl\pcos\visitor.hpp
+
+ SetOutPath $INSTDIR\include\hdrflow-${VERSION_DOT}\openimagelib\il
+ File lib\openlibraries\src\openimagelib\il\basic_image.hpp
+ File lib\openlibraries\src\openimagelib\il\compression_traits.hpp
+ File lib\openlibraries\src\openimagelib\il\config.hpp
+ File lib\openlibraries\src\openimagelib\il\float_traits.hpp
+ File lib\openlibraries\src\openimagelib\il\il.hpp
+ File lib\openlibraries\src\openimagelib\il\openimagelib_plugin.hpp
+ File lib\openlibraries\src\openimagelib\il\rgb_traits.hpp
+ File lib\openlibraries\src\openimagelib\il\traits.hpp
+ File lib\openlibraries\src\openimagelib\il\utility.hpp
+ File lib\openlibraries\src\openimagelib\il\yuv_traits.hpp
+ File lib\openlibraries\src\openimagelib\il\lut_functions.hpp
+
+ SetOutPath $INSTDIR\include\hdrflow-${VERSION_DOT}\openmedialib\ml
+ File lib\openlibraries\src\openmedialib\ml\audio.hpp
+ File lib\openlibraries\src\openmedialib\ml\config.hpp
+ File lib\openlibraries\src\openmedialib\ml\filter.hpp
+ File lib\openlibraries\src\openmedialib\ml\frame.hpp
+ File lib\openlibraries\src\openmedialib\ml\input.hpp
+ File lib\openlibraries\src\openmedialib\ml\ml.hpp
+ File lib\openlibraries\src\openmedialib\ml\openmedialib_plugin.hpp
+ File lib\openlibraries\src\openmedialib\ml\store.hpp
+ File lib\openlibraries\src\openmedialib\ml\utilities.hpp
+
+ SetOutPath $INSTDIR\DLLs
+ File "lib\openlibraries\Multi-threaded Debug DLL\*-vc80-d-${VERSION}.dll"
+ File "lib\openlibraries\Multi-threaded Debug DLL\*.opl"
+ File "lib\openlibraries\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
+
+ ; dependencies
+ File "C:\Program Files\FFmpeg\lib\avcodec-51.dll"
+ File "C:\Program Files\FFmpeg\lib\avformat-52.dll"
+ File "C:\Program Files\FFmpeg\lib\avutil-49.dll"
+ File "C:\OpenEXR\bin\Debug\Half.dll"
+ File "C:\OpenEXR\bin\Debug\Iex.dll"
+ File "C:\OpenEXR\bin\Debug\IlmImf.dll"
+ File "C:\OpenEXR\bin\Debug\Half.dll"
+ File "C:\OpenEXR\bin\Debug\IlmThread.dll"
+ File "C:\OpenEXR\bin\Debug\Imath.dll"
+ File "C:\Program Files\NVIDIA Corporation\Cg\bin\cg.dll"
+ File "C:\Program Files\NVIDIA Corporation\Cg\bin\cgGL.dll"
+ File "C:\zlib\lib\zlib1.dll"
+
+ ; Python
+ SetOutPath $INSTDIR\python
+ File "lib\openlibraries\Multi-threaded Debug DLL\HDRFlowPlugin.pyd"
+ File "lib\openlibraries\Multi-threaded Debug DLL\HDRFlowImage.pyd"
+ File "lib\openlibraries\Multi-threaded Debug DLL\HDRFlowMedia.pyd"
+
+ SetOutPath $INSTDIR\lib
+ File "lib\openlibraries\Multi-threaded Debug DLL\*_pl-vc80-d-${VERSION}.lib"
+ File "lib\openlibraries\Multi-threaded Debug DLL\*_il-vc80-d-${VERSION}.lib"
+ File "lib\openlibraries\Multi-threaded Debug DLL\*_ml-vc80-d-${VERSION}.lib"
+ File "lib\openlibraries\Multi-threaded Release DLL\*_pl-vc80-r-${VERSION}.lib"
+ File "lib\openlibraries\Multi-threaded Release DLL\*_il-vc80-r-${VERSION}.lib"
+ File "lib\openlibraries\Multi-threaded Release DLL\*_ml-vc80-r-${VERSION}.lib"
+
+ SetOutPath $INSTDIR\shaders
+ File "lib\openlibraries\effects\shaders\sepia.cg"
+ File "lib\openlibraries\effects\shaders\sepia.frag"
+ File "lib\openlibraries\effects\shaders\fixed_function.vert"
+ File "lib\openlibraries\effects\shaders\passthrough.vert"
+ File "lib\openlibraries\effects\shaders\passthrough.cg"
+ File "lib\openlibraries\effects\shaders\rgb_to_yuv444.frag"
+ File "lib\openlibraries\effects\shaders\yuv444_to_rgb.frag"
+ File "lib\openlibraries\effects\shaders\yuv444_to_rgb.cg"
+ File "lib\openlibraries\effects\shaders\yuv444_to_rgb_deinterlace.cg"
+ File "lib\openlibraries\effects\shaders\yuv444_to_rgb_deinterlace.frag"
+ File "lib\openlibraries\effects\shaders\histogram.cg"
+ File "lib\openlibraries\effects\shaders\histogram.frag"
+ File "lib\openlibraries\effects\shaders\channel_selector.cg"
+ File "lib\openlibraries\effects\shaders\channel_selector.frag"
+
+ SetDetailsPrint both
+
+;--------------------------------
+;Path environment variable
+
+ Push "$INSTDIR\DLLs"
+ Call AddToPath
+
+;--------------------------------
+;Include environment variable
+ Push "HDRFLOW_INCLUDE_PATH"
+ Push "$INSTDIR\include\hdrflow-${VERSION_DOT}"
+ Call WriteEnvStr
+
+;--------------------------------
+;Lib environment variable
+ Push "HDRFLOW_LIB_PATH"
+ Push "$INSTDIR\lib"
+ Call WriteEnvStr
+
+;--------------------------------
+;Python environment variable
+ Push "PYTHONPATH"
+ Push "$INSTDIR\python"
+ Call WriteEnvStr
+
+;--------------------------------
+;Registry
+
+WriteRegStr HKLM "Software\HDRFlow" "CurrentVersion" "${VERSION_DOT}"
+WriteRegStr HKLM "Software\HDRFlow" "PluginsDirDebug" "$INSTDIR\DLLs"
+WriteRegStr HKLM "Software\HDRFlow" "PluginsDirRelease" "$INSTDIR\DLLs"
+WriteRegStr HKLM "Software\HDRFlow" "KernelsDir" "$INSTDIR\kernels"
+WriteRegStr HKLM "Software\HDRFlow" "ShadersDir" "$INSTDIR\shaders"
+
+WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow" "DisplayName" "HDRFlow"
+WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow" "UninstallString" "$INSTDIR\uninst-hdrflow.exe"
+
+SectionEnd
+
+Section -post
+
+ WriteUninstaller $INSTDIR\uninst-hdrflow.exe
+
+SectionEnd
+
+;--------------------------------
+;Descriptions
+
+!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
+ !insertmacro MUI_DESCRIPTION_TEXT ${SecCore} "HDRFlow development and runtime files"
+!insertmacro MUI_FUNCTION_DESCRIPTION_END
+
+;--------------------------------
+;Uninstaller Section
+
+Section Uninstall
+
+ SetDetailsPrint textonly
+ DetailPrint "Deleting Files..."
+ SetDetailsPrint listonly
+
+ DeleteRegKey HKLM "Software\HDRFlow"
+ DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow"
+
+ Push "$INSTDIR\DLLs"
+ Call un.RemoveFromPath
+
+ Push "HDRFLOW_LIB_PATH"
+ Call un.DeleteEnvStr
+
+ Push "HDRFLOW_INCLUDE_PATH"
+ Call un.DeleteEnvStr
+
+ Push "PYTHONPATH"
+ Call un.DeleteEnvStr
+
+ RMDir /r $INSTDIR\DLLs
+ RMDir /r $INSTDIR\include
+ RMDir /r $INSTDIR\lib
+ RMDir /r $INSTDIR\plugins
+ RMDir /r $INSTDIR\kernels
+ RMDir /r $INSTDIR\shaders
+ RMDir /r $INSTDIR
+
+ SetDetailsPrint both
+
+ SectionEnd
+
+ Function .onInit
+
+ ReadRegStr $R0 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow" "UninstallString"
+ StrCmp $R0 "" done
+
+ MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION \
+ "HDRFlow is already installed. $\n$\nClick `OK` to remove the \
+ previous version or `Cancel` to cancel this upgrade." \
+ IDOK uninst
+ Abort
+
+;Run the uninstaller
+uninst:
+ ClearErrors
+ ; Copy the uninstaller to a temp location
+ ;GetTempFileName $0
+ ;CopyFiles $R0 $0
+ ;Start the uninstaller using the option to not copy itself
+ ExecWait '$R0 _?=$INSTDIR'
+
+ IfErrors no_remove_uninstaller
+ ; In most cases the uninstall is successful at this point.
+ ; You may also consider using a registry key to check whether
+ ; the user has chosen to uninstall. If you are using an uninstaller
+ ; components page, make sure all sections are uninstalled.
+ goto done
+ no_remove_uninstaller:
+ MessageBox MB_ICONEXCLAMATION "Unable to remove previous version of HDRFlow"
+ Abort
+
+done:
+ ; remove the copied uninstaller
+ ;Delete '$0'
+
+FunctionEnd
Added: trunk/rez/add_to_path.nsh
===================================================================
--- trunk/rez/add_to_path.nsh (rev 0)
+++ trunk/rez/add_to_path.nsh 2008-02-24 14:42:19 UTC (rev 426)
@@ -0,0 +1,419 @@
+;----------------------------------------
+; from nsis.sourceforge.net
+
+!ifndef _AddToPath_nsh
+!define _AddToPath_nsh
+
+!verbose 3
+!include "WinMessages.NSH"
+!verbose 4
+
+!ifndef WriteEnvStr_RegKey
+ !ifdef ALL_USERS
+ !define WriteEnvStr_RegKey \
+ 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"'
+ !else
+ !define WriteEnvStr_RegKey 'HKCU "Environment"'
+ !endif
+!endif
+
+; AddToPath - Adds the given dir to the search path.
+; Input - head of the stack
+; Note - Win9x systems requires reboot
+
+Function AddToPath
+ Exch $0
+ Push $1
+ Push $2
+ Push $3
+
+ # don't add if the path doesn't exist
+ IfFileExists "$0\*.*" "" AddToPath_done
+ ReadEnvStr $1 PATH
+ Push "$1;"
+ Push "$0;"
+ Call StrStr
+ Pop $2
+ ;StrCmp $2 "" "" AddToPath_done
+ Push "$1;"
+ Push "$0\;"
+ Call StrStr
+ Pop $2
+ ;StrCmp $2 "" "" AddToPath_done
+ GetFullPathName /SHORT $3 $0
+ Push "$1;"
+ Push "$3;"
+ Call StrStr
+ Pop $2
+ ;StrCmp $2 "" "" AddToPath_done
+ Push "$1;"
+ Push "$3\;"
+ Call StrStr
+ Pop $2
+ ;StrCmp $2 "" "" AddToPath_done
+
+ Call IsNT
+ Pop $1
+ StrCmp $1 1 AddToPath_NT
+ ; Not on NT
+ StrCpy $1 $WINDIR 2
+ FileOpen $1 "$1\autoexec.bat" a
+ FileSeek $1 -1 END
+ FileReadByte $1 $2
+ IntCmp $2 26 0 +2 +2 # DOS EOF
+ FileSeek $1 -1 END # write over EOF
+ FileWrite $1 "$\r$\nSET PATH=%PATH%;$3$\r$\n"
+ FileClose $1
+ SetRebootFlag true
+ Goto AddToPath_done
+
+ AddToPath_NT:
+ ReadRegStr $1 ${WriteEnvStr_RegKey} "PATH"
+ StrCpy $2 $1 1 -1 # copy last char
+ StrCmp $2 ";" 0 +2 # if last char == ;
+ StrCpy $1 $1 -1 # remove last char
+ StrCmp $1 "" AddToPath_NTdoIt
+ StrCpy $0 "$1;$0"
+ AddToPath_NTdoIt:
+ WriteRegExpandStr ${WriteEnvStr_RegKey} "PATH" $0
+ SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000
+
+ AddToPath_done:
+ Pop $3
+ Pop $2
+ Pop $1
+ Pop $0
+FunctionEnd
+
+; RemoveFromPath - Remove a given dir from the path
+; Input: head of the stack
+
+Function un.RemoveFromPath
+ Exch $0
+ Push $1
+ Push $2
+ Push $3
+ Push $4
+ Push $5
+ Push $6
+
+ IntFmt $6 "%c" 26 # DOS EOF
+
+ Call un.IsNT
+ Pop $1
+ StrCmp $1 1 unRemoveFromPath_NT
+ ; Not on NT
+ StrCpy $1 $WINDIR 2
+ FileOpen $1 "$1\autoexec.bat" r
+ GetTempFileName $4
+ FileOpen $2 $4 w
+ GetFullPathName /SHORT $0 $0
+ StrCpy $0 "SET PATH=%PATH%;$0"
+ Goto unRemoveFromPath_dosLoop
+
+ unRemoveFromPath_dosLoop:
+ FileRead $1 $3
+ StrCpy $5 $3 1 -1 # read last char
+ StrCmp $5 $6 0 +2 # if DOS EOF
+ StrCpy $3 $3 -1 # remove DOS EOF so we can compare
+ StrCmp $3 "$0$\r$\n" unRemoveFromPath_dosLoopRemoveLine
+ StrCmp $3 "$0$\n" unRemoveFromPath_dosLoopRemoveLine
+ StrCmp $3 "$0" unRemoveFromPath_dosLoopRemoveLine
+ StrCmp $3 "" unRemoveFromPath_dosLoopEnd
+ FileWrite $2 $3
+ Goto unRemoveFromPath_dosLoop
+ unRemoveFromPath_dosLoopRemoveLine:
+ SetRebootFlag true
+ Goto unRemoveFromPath_dosLoop
+
+ unRemoveFromPath_dosLoopEnd:
+ FileClose $2
+ FileClose $1
+ StrCpy $1 $WINDIR 2
+ Delete "$1\autoexec.bat"
+ CopyFiles /SILENT $4 "$1\autoexec.bat"
+ Delete $4
+ Goto unRemoveFromPath_done
+
+ unRemoveFromPath_NT:
+ ReadRegStr $1 ${WriteEnvStr_RegKey} "PATH"
+ StrCpy $5 $1 1 -1 # copy last char
+ StrCmp $5 ";" +2 # if last char != ;
+ StrCpy $1 "$1;" # append ;
+ Push $1
+ Push "$0;"
+ Call un.StrStr ; Find `$0;` in $1
+ Pop $2 ; pos of our dir
+ StrCmp $2 "" unRemoveFromPath_done
+ ; else, it is in path
+ # $0 - path to add
+ # $1 - path var
+ StrLen $3 "$0;"
+ StrLen $4 $2
+ StrCpy $5 $1 -$4 # $5 is now the part before the path to remove
+ StrCpy $6 $2 "" $3 # $6 is now the part after the path to remove
+ StrCpy $3 $5$6
+
+ StrCpy $5 $3 1 -1 # copy last char
+ StrCmp $5 ";" 0 +2 # if last char == ;
+ StrCpy $3 $3 -1 # remove last char
+
+ WriteRegExpandStr ${WriteEnvStr_RegKey} "PATH" $3
+ SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000
+
+ unRemoveFromPath_done:
+ Pop $6
+ Pop $5
+ Pop $4
+ Pop $3
+ Pop $2
+ Pop $1
+ Pop $0
+FunctionEnd
+
+
+
+; AddToEnvVar - Adds the given value to the given environment var
+; Input - head of the stack $0 environement variable $1=value to add
+; Note - Win9x systems requires reboot
+
+Function AddToEnvVar
+
+ Exch $1 ; $1 has environment variable value
+ Exch
+ Exch $0 ; $0 has environment variable name
+
+ DetailPrint "Adding $1 to $0"
+ Push $2
+ Push $3
+ Push $4
+
+
+ ReadEnvStr $2 $0
+ Push "$2;"
+ Push "$1;"
+ Call StrStr
+ Pop $3
+ ;StrCmp $3 "" "" AddToEnvVar_done
+
+ Push "$2;"
+ Push "$1\;"
+ Call StrStr
+ Pop $3
+ ;StrCmp $3 "" "" AddToEnvVar_done
+
+
+ Call IsNT
+ Pop $2
+ StrCmp $2 1 AddToEnvVar_NT
+ ; Not on NT
+ StrCpy $2 $WINDIR 2
+ FileOpen $2 "$2\autoexec.bat" a
+ FileSeek $2 -1 END
+ FileReadByte $2 $3
+ IntCmp $3 26 0 +2 +2 # DOS EOF
+ FileSeek $2 -1 END # write over EOF
+ FileWrite $2 "$\r$\nSET $0=%$0%;$4$\r$\n"
+ FileClose $2
+ SetRebootFlag true
+ Goto AddToEnvVar_done
+
+ AddToEnvVar_NT:
+ ReadRegStr $2 ${WriteEnvStr_RegKey} $0
+ StrCpy $3 $2 1 -1 # copy last char
+ StrCmp $3 ";" 0 +2 # if last char == ;
+ StrCpy $2 $2 -1 # remove last char
+ StrCmp $2 "" AddToEnvVar_NTdoIt
+ StrCpy $1 "$2;$1"
+ AddToEnvVar_NTdoIt:
+ WriteRegExpandStr ${WriteEnvStr_RegKey} $0 $1
+ SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000
+
+ AddToEnvVar_done:
+ Pop $4
+ Pop $3
+ Pop $2
+ Pop $1
+ Pop $0
+
+FunctionEnd
+
+; RemoveFromEnvVar - Remove a given value from a environment var
+; Input: head of the stack
+
+Function un.RemoveFromEnvVar
+
+ Exch $1 ; $1 has environment variable value
+ Exch
+ Exch $0 ; $0 has environment variable name
+
+ DetailPrint "Removing $1 from $0"
+ Push $2
+ Push $3
+ Push $4
+ Push $5
+ Push $6
+ Push $7
+
+ IntFmt $7 "%c" 26 # DOS EOF
+
+ Call un.IsNT
+ Pop $2
+ StrCmp $2 1 unRemoveFromEnvVar_NT
+ ; Not on NT
+ StrCpy $2 $WINDIR 2
+ FileOpen $2 "$2\autoexec.bat" r
+ GetTempFileName $5
+ FileOpen $3 $5 w
+ GetFullPathName /SHORT $1 $1
+ StrCpy $1 "SET $0=%$0%;$1"
+ Goto unRemoveFromEnvVar_dosLoop
+
+ unRemoveFromEnvVar_dosLoop:
+ FileRead $2 $4
+ StrCpy $6 $4 1 -1 # read last char
+ StrCmp $6 $7 0 +2 # if DOS EOF
+ StrCpy $4 $4 -1 # remove DOS EOF so we can compare
+ StrCmp $4 "$1$\r$\n" unRemoveFromEnvVar_dosLoopRemoveLine
+ StrCmp $4 "$1$\n" unRemoveFromEnvVar_dosLoopRemoveLine
+ StrCmp $4 "$1" unRemoveFromEnvVar_dosLoopRemoveLine
+ StrCmp $4 "" unRemoveFromEnvVar_dosLoopEnd
+ FileWrite $3 $4
+ Goto unRemoveFromEnvVar_dosLoop
+ unRemoveFromEnvVar_dosLoopRemoveLine:
+ SetRebootFlag true
+ Goto unRemoveFromEnvVar_dosLoop
+
+ unRemoveFromEnvVar_dosLoopEnd:
+ FileClose $3
+ FileClose $2
+ StrCpy $2 $WINDIR 2
+ Delete "$2\autoexec.bat"
+ CopyFiles /SILENT $5 "$2\autoexec.bat"
+ Delete $5
+ Goto unRemoveFromEnvVar_done
+
+ unRemoveFromEnvVar_NT:
+ ReadRegStr $2 ${WriteEnvStr_RegKey} $0
+ StrCpy $6 $2 1 -1 # copy last char
+ StrCmp $6 ";" +2 # if last char != ;
+ StrCpy $2 "$2;" # append ;
+ Push $2
+ Push "$1;"
+ Call un.StrStr ; Find `$1;` in $2
+ Pop $3 ; pos of our dir
+ StrCmp $3 "" unRemoveFromEnvVar_done
+ ; else, it is in path
+ # $1 - path to add
+ # $2 - path var
+ StrLen $4 "$1;"
+ StrLen $5 $3
+ StrCpy $6 $2 -$5 # $6 is now the part before the path to remove
+ StrCpy $7 $3 "" $4 # $7 is now the part after the path to remove
+ StrCpy $4 $6$7
+
+ StrCpy $6 $4 1 -1 # copy last char
+ StrCmp $6 ";" 0 +2 # if last char == ;
+ StrCpy $4 $4 -1 # remove last char
+
+ WriteRegExpandStr ${WriteEnvStr_RegKey} $0 $4
+ SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000
+
+ unRemoveFromEnvVar_done:
+ Pop $7
+ Pop $6
+ Pop $5
+ Pop $4
+ Pop $3
+ Pop $2
+ Pop $1
+ Pop $0
+FunctionEnd
+
+
+
+
+!ifndef IsNT_KiCHiK
+!define IsNT_KiCHiK
+
+###########################################
+# Utility Functions #
+###########################################
+
+; IsNT
+; no input
+; output, top of the stack = 1 if NT or 0 if not
+;
+; Usage:
+; Call IsNT
+; Pop $R0
+; ($R0 at this point is 1 or 0)
+
+!macro IsNT un
+Function ${un}IsNT
+ Push $0
+ ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion" CurrentVersion
+ StrCmp $0 "" 0 IsNT_yes
+ ; we are not NT.
+ Pop $0
+ Push 0
+ Return
+
+ IsNT_yes:
+ ; NT!!!
+ Pop $0
+ Push 1
+FunctionEnd
+!macroend
+!insertmacro IsNT ""
+!insertmacro IsNT "un."
+
+!endif ; IsNT_KiCHiK
+
+; StrStr
+; input, top of stack = string to search for
+; top of stack-1 = string to search in
+; output, top of stack (replaces with the portion of the string remaining)
+; modifies no other variables.
+;
+; Usage:
+; Push "this is a long ass string"
+; Push "ass"
+; Call StrStr
+; Pop $R0
+; ($R0 at this point is "ass string")
+
+!macro StrStr un
+Function ${un}StrStr
+Exch $R1 ; st=haystack,old$R1, $R1=needle
+ Exch ; st=old$R1,haystack
+ Exch $R2 ; st=old$R1,old$R2, $R2=haystack
+ Push $R3
+ Push $R4
+ Push $R5
+ StrLen $R3 $R1
+ StrCpy $R4 0
+ ; $R1=needle
+ ; $R2=haystack
+ ; $R3=len(needle)
+ ; $R4=cnt
+ ; $R5=tmp
+ loop:
+ StrCpy $R5 $R2 $R3 $R4
+ StrCmp $R5 $R1 done
+ StrCmp $R5 "" done
+ IntOp $R4 $R4 + 1
+ Goto loop
+done:
+ StrCpy $R1 $R2 "" $R4
+ Pop $R5
+ Pop $R4
+ Pop $R3
+ Pop $R2
+ Exch $R1
+FunctionEnd
+!macroend
+!insertmacro StrStr ""
+!insertmacro StrStr "un."
+
+!endif ; _AddToPath_nsh
Added: trunk/rez/hdrflow.bmp
===================================================================
(Binary files differ)
Property changes on: trunk/rez/hdrflow.bmp
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/rez/openlibraries.spec
===================================================================
--- trunk/rez/openlibraries.spec (rev 0)
+++ trunk/rez/openlibraries.spec 2008-02-24 14:42:19 UTC (rev 426)
@@ -0,0 +1,101 @@
+
+#
+# RPM spec file for OpenLibraries
+#
+
+%define _prefix /usr
+
+Summary: OpenLibraries - a library suite for non-linear editing, visual effects and rich media applications.
+Name: openlibraries
+Version: 0.4.0
+Release: 4
+License: LGPL
+Group: Development/Frameworks
+Source: openlibraries-%{version}.tar.gz
+Vendor: OpenLibraries
+Packager: Goncalo de Carvalho <go...@vm...>
+URL: http://www.openlibraries.org
+BuildRoot: %{_tmppath}/%name-%{version}-root
+Requires: olib-glew >= 1.3.4-4 olib-mlt >= 0.2.2-1 olib-mlt++ >= 0.2.2-1
+BuildRequires: olib-glew-devel >= 1.3.4-4 olib-mlt-devel >= 0.2.2-1 olib-mlt++-devel >= 0.2.2-1
+Prefix: %{_prefix}
+
+%description
+OpenLibraries - a library suite for non-linear editing, visual effects and rich media applications.
+
+%package devel
+Summary: OpenLibraries development headers.
+Group: Development/Frameworks
+Requires: openlibraries = %{version}
+Requires: olib-glew >= 1.3.4-4 olib-mlt >= 0.2.2-1 olib-mlt++ >= 0.2.2-1
+BuildRequires: olib-glew-devel >= 1.3.4-4 olib-mlt-devel >= 0.2.2-1 olib-mlt++-devel >= 0.2.2-1
+
+%description devel
+OpenLibraries development headers/libs.
+
+%package media
+Summary: OpenLibraries sample media files.
+Group: Development/Frameworks
+Requires: openlibraries = %{version}
+
+%description media
+OpenLibraries sample media files.
+
+%prep
+rm -rf $RPM_BUILD_ROOT
+
+%setup -q -n openlibraries-%{version}
+
+%build
+%configure "LDFLAGS=-Wl,--rpath=/usr/olib/0.4.0/lib" --prefix=%{_prefix} --enable-gpl --with-qtinclude=/usr/lib/qt-3.3/include --with-qtlib=/usr/lib/qt-3.3/lib --with-glewprefix=/usr/olib/0.4.0/
+make
+#find . -name "*.so" -exec strip {} \;
+
+%install
+OPENLIBRARIES_INCLUDEPATH="$RPM_BUILD_ROOT$OPENLIBRARIES_INCLUDEPATH" OPENLIBRARIES_LIBPATH="$RPM_BUILD_ROOT$OPENLIBRARIES_LIBPATH" DESTDIR=$RPM_BUILD_ROOT make install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
+%files devel
+%defattr(-,root,root)
+%{_prefix}/include/openlibraries-%{version}/
+%{_prefix}/lib/openlibraries-%{version}/include/
+%{_prefix}/lib/pkgconfig/openlibraries.pc
+
+%files media
+%defattr(-,root,root)
+%{_prefix}/share/openlibraries-%{version}/
+
+%files
+%defattr(-,root,root)
+%{_prefix}/lib/openlibraries-%{version}/openpluginlib
+%{_prefix}/lib/openlibraries-%{version}/openimagelib
+%{_prefix}/lib/openlibraries-%{version}/openmedialib
+%{_prefix}/lib/openlibraries-%{version}/openobjectlib
+%{_prefix}/lib/openlibraries-%{version}/openassetlib
+%{_prefix}/lib/openlibraries-%{version}/openeffectslib
+%{_prefix}/lib/python2.4/site-packages/openpluginlib.so
+%{_prefix}/lib/python2.4/site-packages/openimagelib.so
+%{_prefix}/lib/python2.4/site-packages/openassetlib.so
+
+%changelog
+* Tue Sep 19 2006 Goncalo de Carvalho <go...@vm...>
+- increased the release number for Jahshaka 2.0
+* Mon Aug 16 2006 Goncalo de Carvalho <go...@vm...>
+- increased the release number for Jahshaka 2.0 RC4
+- increased version number
+* Mon Jul 24 2006 Goncalo de Carvalho <go...@vm...>
+- increased the release number for Jahshaka 2.0 RC4
+* Mon Nov 21 2005 Goncalo de Carvalho <go...@vm...>
+- fixes to for installation on FC4
+* Sun Nov 20 2005 Goncalo de Carvalho <go...@vm...>
+- fixes to allow for custom built Boost and GLEW rpms
+* Wed Nov 12 2005 Goncalo de Carvalho <go...@vm...>
+- initial packaging
Added: trunk/rez/write_env_str.nsh
===================================================================
--- trunk/rez/write_env_str.nsh (rev 0)
+++ trunk/rez/write_env_str.nsh 2008-02-24 14:42:19 UTC (rev 426)
@@ -0,0 +1,149 @@
+
+!ifndef _WriteEnvStr_nsh
+!define _WriteEnvStr_nsh
+
+!include WinMessages.nsh
+
+!ifndef WriteEnvStr_RegKey
+ !ifdef ALL_USERS
+ !define WriteEnvStr_RegKey \
+ 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"'
+ !else
+ !define WriteEnvStr_RegKey 'HKCU "Environment"'
+ !endif
+!endif
+
+#
+# WriteEnvStr - Writes an environment variable
+# Note: Win9x systems requires reboot
+#
+# Example:
+# Push "HOMEDIR" # name
+# Push "C:\New Home Dir\" # value
+# Call WriteEnvStr
+#
+Function WriteEnvStr
+ Exch $1 ; $1 has environment variable value
+ Exch
+ Exch $0 ; $0 has environment variable name
+ Push $2
+
+ Call IsNT
+ Pop $2
+ StrCmp $2 1 WriteEnvStr_NT
+ ; Not on NT
+ StrCpy $2 $WINDIR 2 ; Copy drive of windows (c:)
+ FileOpen $2 "$2\autoexec.bat" a
+ FileSeek $2 0 END
+ FileWrite $2 "$\r$\nSET $0=$1$\r$\n"
+ FileClose $2
+ SetRebootFlag true
+ Goto WriteEnvStr_done
+
+ WriteEnvStr_NT:
+ WriteRegExpandStr ${WriteEnvStr_RegKey} $0 $1
+ SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} \
+ 0 "STR:Environment" /TIMEOUT=5000
+
+ WriteEnvStr_done:
+ Pop $2
+ Pop $0
+ Pop $1
+FunctionEnd
+
+#
+# un.DeleteEnvStr - Removes an environment variable
+# Note: Win9x systems requires reboot
+#
+# Example:
+# Push "HOMEDIR" # name
+# Call un.DeleteEnvStr
+#
+Function un.DeleteEnvStr
+ Exch $0 ; $0 now has the name of the variable
+ Push $1
+ Push $2
+ Push $3
+ Push $4
+ Push $5
+
+ Call un.IsNT
+ Pop $1
+ StrCmp $1 1 DeleteEnvStr_NT
+ ; Not on NT
+ StrCpy $1 $WINDIR 2
+ FileOpen $1 "$1\autoexec.bat" r
+ GetTempFileName $4
+ FileOpen $2 $4 w
+ StrCpy $0 "SET $0="
+ SetRebootFlag true
+
+ DeleteEnvStr_dosLoop:
+ FileRead $1 $3
+ StrLen $5 $0
+ StrCpy $5 $3 $5
+ StrCmp $5 $0 DeleteEnvStr_dosLoop
+ StrCmp $5 "" DeleteEnvStr_dosLoopEnd
+ FileWrite $2 $3
+ Goto DeleteEnvStr_dosLoop
+
+ DeleteEnvStr_dosLoopEnd:
+ FileClose $2
+ FileClose $1
+ StrCpy $1 $WINDIR 2
+ Delete "$1\autoexec.bat"
+ CopyFiles /SILENT $4 "$1\autoexec.bat"
+ Delete $4
+ Goto DeleteEnvStr_done
+
+ DeleteEnvStr_NT:
+ DeleteRegValue ${WriteEnvStr_RegKey} $0
+ SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} \
+ 0 "STR:Environment" /TIMEOUT=5000
+
+ DeleteEnvStr_done:
+ Pop $5
+ Pop $4
+ Pop $3
+ Pop $2
+ Pop $1
+ Pop $0
+FunctionEnd
+
+!ifndef IsNT_KiCHiK
+!define IsNT_KiCHiK
+
+#
+# [un.]IsNT - Pushes 1 if running on NT, 0 if not
+#
+# Example:
+# Call IsNT
+# Pop $0
+# StrCmp $0 1 +3
+# MessageBox MB_OK "Not running on NT!"
+# Goto +2
+# MessageBox MB_OK "Running on NT!"
+#
+!macro IsNT UN
+Function ${UN}IsNT
+ Push $0
+ ReadRegStr $0 HKLM \
+ "SOFTWARE\Microsoft\Windows NT\CurrentVersion" CurrentVersion
+ StrCmp $0 "" 0 IsNT_yes
+ ; we are not NT.
+ Pop $0
+ Push 0
+ Return
+
+ IsNT_yes:
+ ; NT!!!
+ Pop $0
+ Push 1
+FunctionEnd
+!macroend
+!insertmacro IsNT ""
+!insertmacro IsNT "un."
+
+!endif ; IsNT_KiCHiK
+
+!endif ; _WriteEnvStr_nsh
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-24 11:38:51
|
Revision: 425
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=425&view=rev
Author: glslang
Date: 2008-02-24 03:38:49 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
+ maya plugin now uses oml
+ add some more ext to sequence detection
Modified Paths:
--------------
trunk/lib/extras/src/imf/mfn/mfn.cpp
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp
===================================================================
--- trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-24 10:53:28 UTC (rev 424)
+++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-24 11:38:49 UTC (rev 425)
@@ -58,10 +58,18 @@
MGlobal::displayInfo( "HDRFlow: opening media stream..." );
#endif
- input_ = ml::create_input( pl::to_wstring( pathname.asChar( ) ) );
+ pl::wstring resource( pl::to_wstring( pathname.asChar( ) ) );
+
+ input_ = ml::create_input( resource );
if( !input_ )
- return MS::kFailure;
+ {
+ resource += L"/sequence:";
+ input_ = ml::create_input( resource );
+ if( !input_ )
+ return MS::kFailure;
+ }
+
#ifndef NDEBUG
MGlobal::displayInfo( "HDRFlow: plugin found ..." );
#endif
@@ -166,7 +174,6 @@
extensions.append( "cr2" );
extensions.append( "raw" );
extensions.append( "dpx" );
- extensions.append( "avi" );
CHECK_MSTATUS( plugin.registerImageFile( "HDRFlow", hdrflow::extras::mfn::image_reader::creator, extensions ) );
pl::init( );
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl 2008-02-24 10:53:28 UTC (rev 424)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_plugin.opl 2008-02-24 11:38:49 UTC (rev 425)
@@ -2,7 +2,7 @@
<openlibraries version="1.0">
<!-- plugins go here -->
<openmedialib name="oml" version="0.1.0">
- <plugin name="OpenLibraries oil plugin" type="input" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*", ".*\.hdr/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
+ <plugin name="OpenLibraries oil plugin" type="input" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*", ".*\.hdr/sequence:.*", ".*\.cr2/sequence:.*", ".*\.raw/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
<plugin name="OpenLibraries oil plugin" type="output" extension='".*\.jpg/sequence:.*", ".*\.png/sequence:.*", ".*\.bmp/sequence:.*", ".*\.gif/sequence:.*", ".*\.tga/sequence:.*", ".*\.exr/sequence:.*", ".*\.sgi/sequence:.*", ".*\.rgb/sequence:.*", ".*\.rgba/sequence:.*", ".*\.la/sequence:.*", ".*\.bw/sequence:.*", ".*\.tif/sequence:.*", ".*\.tiff/sequence:.*", ".*\.dpx/sequence:.*"' merit="0" filename='"libopenmedialib_oil.so", "libopenmedialib_oil.dylib", "openmedialib_oil-vc80-d-0_5_0.dll", "openmedialib_oil-vc80-r-0_5_0.dll"'/>
</openmedialib>
</openlibraries>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-24 10:53:30
|
Revision: 424
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=424&view=rev
Author: glslang
Date: 2008-02-24 02:53:28 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
+ have all *.opl be installed in the target dir after build (win32 only)
Modified Paths:
--------------
trunk/lib/openlibraries/installer/hdrflow_runtime.nsi
trunk/lib/openlibraries/installer/hdrflow_sdk.nsi
trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj
Modified: trunk/lib/openlibraries/installer/hdrflow_runtime.nsi
===================================================================
--- trunk/lib/openlibraries/installer/hdrflow_runtime.nsi 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/installer/hdrflow_runtime.nsi 2008-02-24 10:53:28 UTC (rev 424)
@@ -82,6 +82,7 @@
SetOutPath $INSTDIR\DLLs
File "..\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
+ File "..\Multi-threaded Release DLL\*.opl"
; dependencies
File "C:\Program Files\FFmpeg\lib\avcodec-51.dll"
Modified: trunk/lib/openlibraries/installer/hdrflow_sdk.nsi
===================================================================
--- trunk/lib/openlibraries/installer/hdrflow_sdk.nsi 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/installer/hdrflow_sdk.nsi 2008-02-24 10:53:28 UTC (rev 424)
@@ -145,6 +145,7 @@
SetOutPath $INSTDIR\DLLs
File "..\Multi-threaded Debug DLL\*-vc80-d-${VERSION}.dll"
+ File "..\Multi-threaded Debug DLL\*.opl"
File "..\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
; dependencies
@@ -221,8 +222,8 @@
;Registry
WriteRegStr HKLM "Software\HDRFlow" "CurrentVersion" "${VERSION_DOT}"
-WriteRegStr HKLM "Software\HDRFlow" "PluginsDirDebug" "$INSTDIR\plugins\DLLs"
-WriteRegStr HKLM "Software\HDRFlow" "PluginsDirRelease" "$INSTDIR\plugins\DLLs"
+WriteRegStr HKLM "Software\HDRFlow" "PluginsDirDebug" "$INSTDIR\DLLs"
+WriteRegStr HKLM "Software\HDRFlow" "PluginsDirRelease" "$INSTDIR\DLLs"
WriteRegStr HKLM "Software\HDRFlow" "KernelsDir" "$INSTDIR\kernels"
WriteRegStr HKLM "Software\HDRFlow" "ShadersDir" "$INSTDIR\shaders"
Modified: trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -97,6 +97,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -183,6 +184,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -99,6 +99,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -186,6 +187,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -96,6 +96,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -179,6 +180,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -98,6 +98,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -184,6 +185,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -98,6 +98,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -184,6 +185,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -101,6 +101,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -188,6 +189,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -99,6 +99,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -187,6 +188,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -99,6 +99,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -186,6 +187,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -98,6 +98,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -184,6 +185,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -99,6 +99,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -186,6 +187,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -97,6 +97,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -183,6 +184,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -98,6 +98,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -184,6 +185,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -97,6 +97,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -182,6 +183,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -96,6 +96,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -180,6 +181,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -98,6 +98,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -183,6 +184,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj 2008-02-23 20:42:50 UTC (rev 423)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj 2008-02-24 10:53:28 UTC (rev 424)
@@ -98,6 +98,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
<Configuration
@@ -183,6 +184,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="copy *.opl "$(SolutionDir)$(ConfigurationName)""
/>
</Configuration>
</Configurations>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-23 20:42:52
|
Revision: 423
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=423&view=rev
Author: glslang
Date: 2008-02-23 12:42:50 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
+ only installs the needed .libs
Modified Paths:
--------------
trunk/lib/openlibraries/installer/hdrflow_sdk.nsi
Modified: trunk/lib/openlibraries/installer/hdrflow_sdk.nsi
===================================================================
--- trunk/lib/openlibraries/installer/hdrflow_sdk.nsi 2008-02-23 18:29:14 UTC (rev 422)
+++ trunk/lib/openlibraries/installer/hdrflow_sdk.nsi 2008-02-23 20:42:50 UTC (rev 423)
@@ -168,8 +168,12 @@
File "..\Multi-threaded Debug DLL\HDRFlowMedia.pyd"
SetOutPath $INSTDIR\lib
- File "..\Multi-threaded Debug DLL\*-vc80-d-${VERSION}.lib"
- File "..\Multi-threaded Release DLL\*-vc80-r-${VERSION}.lib"
+ File "..\Multi-threaded Debug DLL\*_pl-vc80-d-${VERSION}.lib"
+ File "..\Multi-threaded Debug DLL\*_il-vc80-d-${VERSION}.lib"
+ File "..\Multi-threaded Debug DLL\*_ml-vc80-d-${VERSION}.lib"
+ File "..\Multi-threaded Release DLL\*_pl-vc80-r-${VERSION}.lib"
+ File "..\Multi-threaded Release DLL\*_il-vc80-r-${VERSION}.lib"
+ File "..\Multi-threaded Release DLL\*_ml-vc80-r-${VERSION}.lib"
SetOutPath $INSTDIR\shaders
File "..\effects\shaders\sepia.cg"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-23 18:29:16
|
Revision: 422
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=422&view=rev
Author: glslang
Date: 2008-02-23 10:29:14 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
+ have all targets go to a single directory (win32 only)
Modified Paths:
--------------
trunk/lib/openlibraries/installer/hdrflow_runtime.nsi
trunk/lib/openlibraries/installer/hdrflow_sdk.nsi
trunk/lib/openlibraries/openlibraries_vc8.sln
trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/il/il_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj
trunk/lib/openlibraries/src/openimagelib/py/py_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj
trunk/lib/openlibraries/src/openmedialib/py/py_vc8.vcproj
trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.vcproj
trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.vcproj
Modified: trunk/lib/openlibraries/installer/hdrflow_runtime.nsi
===================================================================
--- trunk/lib/openlibraries/installer/hdrflow_runtime.nsi 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/installer/hdrflow_runtime.nsi 2008-02-23 18:29:14 UTC (rev 422)
@@ -80,10 +80,8 @@
SetOverwrite on
- SetOutPath $INSTDIR\bin
- File "..\src\openpluginlib\pl\Multi-threaded Release DLL\openpluginlib_pl-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\il\Multi-threaded Release DLL\openimagelib_il-vc80-r-${VERSION}.dll"
- File "..\src\openmedialib\ml\Multi-threaded Release DLL\openmedialib_ml-vc80-r-${VERSION}.dll"
+ SetOutPath $INSTDIR\DLLs
+ File "..\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
; dependencies
File "C:\Program Files\FFmpeg\lib\avcodec-51.dll"
@@ -101,48 +99,8 @@
; Python
SetOutPath $INSTDIR\python
- File "..\src\openpluginlib\py\Multi-threaded Release DLL\HDRFlowPlugin.pyd"
- File "..\src\openimagelib\py\Multi-threaded Release DLL\HDRFlowImage.pyd"
- File "..\src\openmedialib\py\Multi-threaded Release DLL\HDRFlowMedia.pyd"
+ File "Multi-threaded Release DLL\*.pyd"
- SetOutPath $INSTDIR\plugins\release
-; File "..\src\openimagelib\plugins\3D_lightmap\3D_lightmap_plugin.opl"
-; File "..\src\openimagelib\plugins\3D_lightmap\Multi-threaded Release DLL\openimagelib_3D_lightmap-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\dds\dds_plugin.opl"
- File "..\src\openimagelib\plugins\dds\Multi-threaded Release DLL\openimagelib_dds-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\dpx\dpx_plugin.opl"
- File "..\src\openimagelib\plugins\dpx\Multi-threaded Release DLL\openimagelib_dpx-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\exr\exr_plugin.opl"
- File "..\src\openimagelib\plugins\exr\Multi-threaded Release DLL\openimagelib_exr-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\gdi+\gdi_plugin.opl"
- File "..\src\openimagelib\plugins\gdi+\Multi-threaded Release DLL\openimagelib_gdi-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\hdr\hdr_plugin.opl"
- File "..\src\openimagelib\plugins\hdr\Multi-threaded Release DLL\openimagelib_hdr-vc80-r-${VERSION}.dll"
-; File "..\src\openimagelib\plugins\jpg\jpg_plugin.opl"
-; File "..\src\openimagelib\plugins\jpg\Multi-threaded Release DLL\openimagelib_jpg-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\sgi\sgi_plugin.opl"
- File "..\src\openimagelib\plugins\sgi\Multi-threaded Release DLL\openimagelib_sgi-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\tga\tga_plugin.opl"
- File "..\src\openimagelib\plugins\tga\Multi-threaded Release DLL\openimagelib_tga-vc80-r-${VERSION}.dll"
- File "..\src\openmedialib\plugins\avformat\avformat_plugin.opl"
- File "..\src\openmedialib\plugins\avformat\Multi-threaded Release DLL\openmedialib_avformat-vc80-r-${VERSION}.dll"
- File "..\src\openmedialib\plugins\oil\oil_plugin.opl"
- File "..\src\openmedialib\plugins\oil\Multi-threaded Release DLL\openmedialib_oil-vc80-r-${VERSION}.dll"
-; File "..\src\openmedialib\plugins\gensys\gensys_plugin.opl"
-; File "..\src\openmedialib\plugins\gensys\Multi-threaded Release DLL\openmedialib_gensys-vc80-r-${VERSION}.dll"
-; File "..\src\openmedialib\plugins\quicktime\quicktime_plugin.opl"
-; File "..\src\openmedialib\plugins\quicktime\Multi-threaded Release DLL\openmedialib_quicktime-vc80-r-${VERSION}.dll"
- File "..\src\openmedialib\plugins\ofx\ofx_plugin.opl"
- File "..\src\openmedialib\plugins\ofx\Multi-threaded Release DLL\openmedialib_ofx-vc80-r-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\3ds\3ds_plugin.opl"
-; File "..\src\openobjectlib\plugins\3ds\Multi-threaded Release DLL\openobjectlib_3ds-vc80-r-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\obj\obj_plugin.opl"
-; File "..\src\openobjectlib\plugins\obj\Multi-threaded Release DLL\openobjectlib_obj-vc80-r-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\X3D\x3d_plugin.opl"
-; File "..\src\openobjectlib\plugins\X3D\Multi-threaded Release DLL\openobjectlib_x3d-vc80-r-${VERSION}.dll"
- File "..\src\openeffectslib\plugins\tonemap\tonemap_plugin.opl"
- File "..\src\openeffectslib\plugins\tonemap\Multi-threaded Release DLL\openeffectslib_tonemap-vc80-r-${VERSION}.dll"
-
SetOutPath $INSTDIR\shaders
File "..\effects\shaders\sepia.cg"
File "..\effects\shaders\sepia.frag"
@@ -164,10 +122,9 @@
;--------------------------------
;Path environment variable
- Push "$INSTDIR\bin"
+ Push "$INSTDIR\DLLs"
Call AddToPath
- Push "$INSTDIR\bin\Release"
- Call AddToPath
+
;--------------------------------
;Python environment variable
Push "PYTHONPATH"
@@ -178,7 +135,7 @@
;Registry
WriteRegStr HKLM "Software\HDRFlow" "CurrentVersion" "${VERSION_DOT}"
-WriteRegStr HKLM "Software\HDRFlow" "PluginsDirRelease" "$INSTDIR\plugins\release"
+WriteRegStr HKLM "Software\HDRFlow" "PluginsDirRelease" "$INSTDIR\DLLs"
WriteRegStr HKLM "Software\HDRFlow" "KernelsDir" "$INSTDIR\kernels"
WriteRegStr HKLM "Software\HDRFlow" "ShadersDir" "$INSTDIR\shaders"
@@ -212,19 +169,15 @@
DeleteRegKey HKLM "Software\HDRFlow"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow"
- Push "$INSTDIR\bin"
+ Push "$INSTDIR\DLLs"
Call un.RemoveFromPath
- Push "$INSTDIR\bin\Release"
- Call un.RemoveFromPath
-
Push "PYTHONPATH"
Call un.DeleteEnvStr
- RMDir /r $INSTDIR\bin
+ RMDir /r $INSTDIR\DLLs
RMDir /r $INSTDIR\include
RMDir /r $INSTDIR\lib
- RMDir /r $INSTDIR\plugins
RMDir /r $INSTDIR\kernels
RMDir /r $INSTDIR\shaders
RMDir /r $INSTDIR
Modified: trunk/lib/openlibraries/installer/hdrflow_sdk.nsi
===================================================================
--- trunk/lib/openlibraries/installer/hdrflow_sdk.nsi 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/installer/hdrflow_sdk.nsi 2008-02-23 18:29:14 UTC (rev 422)
@@ -143,13 +143,9 @@
File ..\src\openmedialib\ml\store.hpp
File ..\src\openmedialib\ml\utilities.hpp
- SetOutPath $INSTDIR\bin
- File "..\src\openpluginlib\pl\Multi-threaded Debug DLL\openpluginlib_pl-vc80-d-${VERSION}.dll"
- File "..\src\openpluginlib\pl\Multi-threaded Release DLL\openpluginlib_pl-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\il\Multi-threaded Debug DLL\openimagelib_il-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\il\Multi-threaded Release DLL\openimagelib_il-vc80-r-${VERSION}.dll"
- File "..\src\openmedialib\ml\Multi-threaded Debug DLL\openmedialib_ml-vc80-d-${VERSION}.dll"
- File "..\src\openmedialib\ml\Multi-threaded Release DLL\openmedialib_ml-vc80-r-${VERSION}.dll"
+ SetOutPath $INSTDIR\DLLs
+ File "..\Multi-threaded Debug DLL\*-vc80-d-${VERSION}.dll"
+ File "..\Multi-threaded Release DLL\*-vc80-r-${VERSION}.dll"
; dependencies
File "C:\Program Files\FFmpeg\lib\avcodec-51.dll"
@@ -167,94 +163,14 @@
; Python
SetOutPath $INSTDIR\python
- File "..\src\openpluginlib\py\Multi-threaded Debug DLL\HDRFlowPlugin.pyd"
- File "..\src\openimagelib\py\Multi-threaded Debug DLL\HDRFlowImage.pyd"
- File "..\src\openmedialib\py\Multi-threaded Debug DLL\HDRFlowMedia.pyd"
+ File "..\Multi-threaded Debug DLL\HDRFlowPlugin.pyd"
+ File "..\Multi-threaded Debug DLL\HDRFlowImage.pyd"
+ File "..\Multi-threaded Debug DLL\HDRFlowMedia.pyd"
SetOutPath $INSTDIR\lib
- File "..\src\openpluginlib\pl\Multi-threaded Debug DLL\openpluginlib_pl-vc80-d-${VERSION}.lib"
- File "..\src\openpluginlib\pl\Multi-threaded Release DLL\openpluginlib_pl-vc80-r-${VERSION}.lib"
- File "..\src\openimagelib\il\Multi-threaded Debug DLL\openimagelib_il-vc80-d-${VERSION}.lib"
- File "..\src\openimagelib\il\Multi-threaded Release DLL\openimagelib_il-vc80-r-${VERSION}.lib"
- File "..\src\openmedialib\ml\Multi-threaded Debug DLL\openmedialib_ml-vc80-d-${VERSION}.lib"
- File "..\src\openmedialib\ml\Multi-threaded Release DLL\openmedialib_ml-vc80-r-${VERSION}.lib"
-
- SetOutPath $INSTDIR\plugins\debug
-; File "..\src\openimagelib\plugins\3D_lightmap\3D_lightmap_plugin.opl"
-; File "..\src\openimagelib\plugins\3D_lightmap\Multi-threaded Debug DLL\openimagelib_3D_lightmap-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\plugins\dds\dds_plugin.opl"
- File "..\src\openimagelib\plugins\dds\Multi-threaded Debug DLL\openimagelib_dds-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\plugins\dpx\dpx_plugin.opl"
- File "..\src\openimagelib\plugins\dpx\Multi-threaded Debug DLL\openimagelib_dpx-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\plugins\exr\exr_plugin.opl"
- File "..\src\openimagelib\plugins\exr\Multi-threaded Debug DLL\openimagelib_exr-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\plugins\gdi+\gdi_plugin.opl"
- File "..\src\openimagelib\plugins\gdi+\Multi-threaded Debug DLL\openimagelib_gdi-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\plugins\hdr\hdr_plugin.opl"
- File "..\src\openimagelib\plugins\hdr\Multi-threaded Debug DLL\openimagelib_hdr-vc80-d-${VERSION}.dll"
-; File "..\src\openimagelib\plugins\jpg\jpg_plugin.opl"
-; File "..\src\openimagelib\plugins\jpg\Multi-threaded Debug DLL\openimagelib_jpg-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\plugins\sgi\sgi_plugin.opl"
- File "..\src\openimagelib\plugins\sgi\Multi-threaded Debug DLL\openimagelib_sgi-vc80-d-${VERSION}.dll"
- File "..\src\openimagelib\plugins\tga\tga_plugin.opl"
- File "..\src\openimagelib\plugins\tga\Multi-threaded Debug DLL\openimagelib_tga-vc80-d-${VERSION}.dll"
- File "..\src\openmedialib\plugins\avformat\avformat_plugin.opl"
- File "..\src\openmedialib\plugins\avformat\Multi-threaded Debug DLL\openmedialib_avformat-vc80-d-${VERSION}.dll"
- File "..\src\openmedialib\plugins\oil\oil_plugin.opl"
- File "..\src\openmedialib\plugins\oil\Multi-threaded Debug DLL\openmedialib_oil-vc80-d-${VERSION}.dll"
-; File "..\src\openmedialib\plugins\gensys\gensys_plugin.opl"
-; File "..\src\openmedialib\plugins\gensys\Multi-threaded Debug DLL\openmedialib_gensys-vc80-d-${VERSION}.dll"
-; File "..\src\openmedialib\plugins\quicktime\quicktime_plugin.opl"
-; File "..\src\openmedialib\plugins\quicktime\Multi-threaded Debug DLL\openmedialib_quicktime-vc80-d-${VERSION}.dll"
- File "..\src\openmedialib\plugins\ofx\ofx_plugin.opl"
- File "..\src\openmedialib\plugins\ofx\Multi-threaded Debug DLL\openmedialib_ofx-vc80-d-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\3ds\3ds_plugin.opl"
-; File "..\src\openobjectlib\plugins\3ds\Multi-threaded Debug DLL\openobjectlib_3ds-vc80-d-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\wavefront\obj_plugin.opl"
-; File "..\src\openobjectlib\plugins\wavefront\Multi-threaded Debug DLL\openobjectlib_obj-vc80-d-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\X3D\x3d_plugin.opl"
-; File "..\src\openobjectlib\plugins\X3D\Multi-threaded Debug DLL\openobjectlib_x3d-vc80-d-${VERSION}.dll"
- File "..\src\openeffectslib\plugins\tonemap\tonemap_plugin.opl"
- File "..\src\openeffectslib\plugins\tonemap\Multi-threaded Debug DLL\openeffectslib_tonemap-vc80-d-${VERSION}.dll"
+ File "..\Multi-threaded Debug DLL\*-vc80-d-${VERSION}.lib"
+ File "..\Multi-threaded Release DLL\*-vc80-r-${VERSION}.lib"
- SetOutPath $INSTDIR\plugins\release
-; File "..\src\openimagelib\plugins\3D_lightmap\3D_lightmap_plugin.opl"
-; File "..\src\openimagelib\plugins\3D_lightmap\Multi-threaded Release DLL\openimagelib_3D_lightmap-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\dds\dds_plugin.opl"
- File "..\src\openimagelib\plugins\dds\Multi-threaded Release DLL\openimagelib_dds-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\dpx\dpx_plugin.opl"
- File "..\src\openimagelib\plugins\dpx\Multi-threaded Release DLL\openimagelib_dpx-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\exr\exr_plugin.opl"
- File "..\src\openimagelib\plugins\exr\Multi-threaded Release DLL\openimagelib_exr-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\gdi+\gdi_plugin.opl"
- File "..\src\openimagelib\plugins\gdi+\Multi-threaded Release DLL\openimagelib_gdi-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\hdr\hdr_plugin.opl"
- File "..\src\openimagelib\plugins\hdr\Multi-threaded Release DLL\openimagelib_hdr-vc80-r-${VERSION}.dll"
-; File "..\src\openimagelib\plugins\jpg\jpg_plugin.opl"
-; File "..\src\openimagelib\plugins\jpg\Multi-threaded Release DLL\openimagelib_jpg-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\sgi\sgi_plugin.opl"
- File "..\src\openimagelib\plugins\sgi\Multi-threaded Release DLL\openimagelib_sgi-vc80-r-${VERSION}.dll"
- File "..\src\openimagelib\plugins\tga\tga_plugin.opl"
- File "..\src\openimagelib\plugins\tga\Multi-threaded Release DLL\openimagelib_tga-vc80-r-${VERSION}.dll"
- File "..\src\openmedialib\plugins\avformat\avformat_plugin.opl"
- File "..\src\openmedialib\plugins\avformat\Multi-threaded Release DLL\openmedialib_avformat-vc80-r-${VERSION}.dll"
- File "..\src\openmedialib\plugins\oil\oil_plugin.opl"
- File "..\src\openmedialib\plugins\oil\Multi-threaded Release DLL\openmedialib_oil-vc80-r-${VERSION}.dll"
-; File "..\src\openmedialib\plugins\gensys\gensys_plugin.opl"
-; File "..\src\openmedialib\plugins\gensys\Multi-threaded Release DLL\openmedialib_gensys-vc80-r-${VERSION}.dll"
-; File "..\src\openmedialib\plugins\quicktime\quicktime_plugin.opl"
-; File "..\src\openmedialib\plugins\quicktime\Multi-threaded Release DLL\openmedialib_quicktime-vc80-r-${VERSION}.dll"
- File "..\src\openmedialib\plugins\ofx\ofx_plugin.opl"
- File "..\src\openmedialib\plugins\ofx\Multi-threaded Release DLL\openmedialib_ofx-vc80-r-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\3ds\3ds_plugin.opl"
-; File "..\src\openobjectlib\plugins\3ds\Multi-threaded Release DLL\openobjectlib_3ds-vc80-r-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\wavefront\obj_plugin.opl"
-; File "..\src\openobjectlib\plugins\wavefront\Multi-threaded Release DLL\openobjectlib_obj-vc80-r-${VERSION}.dll"
-; File "..\src\openobjectlib\plugins\X3D\x3d_plugin.opl"
-; File "..\src\openobjectlib\plugins\X3D\Multi-threaded Release DLL\openobjectlib_x3d-vc80-r-${VERSION}.dll"
- File "..\src\openeffectslib\plugins\tonemap\tonemap_plugin.opl"
- File "..\src\openeffectslib\plugins\tonemap\Multi-threaded Release DLL\openeffectslib_tonemap-vc80-r-${VERSION}.dll"
-
SetOutPath $INSTDIR\shaders
File "..\effects\shaders\sepia.cg"
File "..\effects\shaders\sepia.frag"
@@ -276,7 +192,7 @@
;--------------------------------
;Path environment variable
- Push "$INSTDIR\bin"
+ Push "$INSTDIR\DLLs"
Call AddToPath
;--------------------------------
@@ -301,8 +217,8 @@
;Registry
WriteRegStr HKLM "Software\HDRFlow" "CurrentVersion" "${VERSION_DOT}"
-WriteRegStr HKLM "Software\HDRFlow" "PluginsDirDebug" "$INSTDIR\plugins\debug"
-WriteRegStr HKLM "Software\HDRFlow" "PluginsDirRelease" "$INSTDIR\plugins\release"
+WriteRegStr HKLM "Software\HDRFlow" "PluginsDirDebug" "$INSTDIR\plugins\DLLs"
+WriteRegStr HKLM "Software\HDRFlow" "PluginsDirRelease" "$INSTDIR\plugins\DLLs"
WriteRegStr HKLM "Software\HDRFlow" "KernelsDir" "$INSTDIR\kernels"
WriteRegStr HKLM "Software\HDRFlow" "ShadersDir" "$INSTDIR\shaders"
@@ -336,7 +252,7 @@
DeleteRegKey HKLM "Software\HDRFlow"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HDRFlow"
- Push "$INSTDIR\bin"
+ Push "$INSTDIR\DLLs"
Call un.RemoveFromPath
Push "HDRFLOW_LIB_PATH"
@@ -348,7 +264,7 @@
Push "PYTHONPATH"
Call un.DeleteEnvStr
- RMDir /r $INSTDIR\bin
+ RMDir /r $INSTDIR\DLLs
RMDir /r $INSTDIR\include
RMDir /r $INSTDIR\lib
RMDir /r $INSTDIR\plugins
Modified: trunk/lib/openlibraries/openlibraries_vc8.sln
===================================================================
--- trunk/lib/openlibraries/openlibraries_vc8.sln 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/openlibraries_vc8.sln 2008-02-23 18:29:14 UTC (rev 422)
@@ -101,12 +101,6 @@
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bmp", "src\openimagelib\plugins\bmp\bmp_vc8.vcproj", "{261595DD-FB76-4D37-A3C8-0D9625C20D46}"
- ProjectSection(ProjectDependencies) = postProject
- {C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {C9BA7656-B238-4882-A30A-EC2BDB2843B4}
- {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
- EndProjectSection
-EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dds", "src\openimagelib\plugins\dds\dds_vc8.vcproj", "{B8498FDE-2F2F-4CAF-AA28-A6EBA5AECADE}"
ProjectSection(ProjectDependencies) = postProject
{3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0} = {3D424B92-233E-4BA0-AFD3-0FD1D80F5DD0}
@@ -370,10 +364,6 @@
{8EB61E38-3457-4312-B8F9-D29CA73E30B6}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{8EB61E38-3457-4312-B8F9-D29CA73E30B6}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{8EB61E38-3457-4312-B8F9-D29CA73E30B6}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {261595DD-FB76-4D37-A3C8-0D9625C20D46}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {261595DD-FB76-4D37-A3C8-0D9625C20D46}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {261595DD-FB76-4D37-A3C8-0D9625C20D46}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {261595DD-FB76-4D37-A3C8-0D9625C20D46}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{B8498FDE-2F2F-4CAF-AA28-A6EBA5AECADE}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{B8498FDE-2F2F-4CAF-AA28-A6EBA5AECADE}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{B8498FDE-2F2F-4CAF-AA28-A6EBA5AECADE}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -541,7 +531,6 @@
{B972DCEB-386E-42D2-8C5E-DD2942EC7F63} = {BEF92EC2-7872-48E2-BF6F-3DE4EBA9C037}
{C9BA7656-B238-4882-A30A-EC2BDB2843B4} = {51ECF4DE-6959-485D-9D68-A055E45393DD}
{8EB61E38-3457-4312-B8F9-D29CA73E30B6} = {51ECF4DE-6959-485D-9D68-A055E45393DD}
- {261595DD-FB76-4D37-A3C8-0D9625C20D46} = {D9066C6C-E143-472F-860E-004E481F3E0A}
{B8498FDE-2F2F-4CAF-AA28-A6EBA5AECADE} = {D9066C6C-E143-472F-860E-004E481F3E0A}
{875CE227-A98F-4711-9496-61BC21DA88B8} = {D9066C6C-E143-472F-860E-004E481F3E0A}
{17CBC457-3279-40F9-A614-A69046132424} = {D9066C6C-E143-472F-860E-004E481F3E0A}
Modified: trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openeffectslib/plugins/tonemap/tonemap_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -101,7 +101,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/il/il_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/il/il_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/il/il_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -109,7 +109,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dds/dds_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -103,7 +103,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/dpx/dpx_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -100,7 +100,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/exr/exr_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/gdi+/gdi+_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/hdr/hdr_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -105,7 +105,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/png/png_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -103,7 +103,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -103,7 +103,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/sgi/sgi_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tga/tga_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -103,7 +103,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/tiff/tiff_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -101,7 +101,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openimagelib/py/py_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/py/py_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openimagelib/py/py_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -100,7 +100,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openmedialib/ml/ml_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/avformat/avformat_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/gensys/gensys_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -101,7 +101,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/ofx/ofx_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -100,7 +100,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/oil/oil_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openmedialib/plugins/openal/openal_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openmedialib/py/py_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openmedialib/py/py_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openmedialib/py/py_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/pl_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -105,7 +105,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
Modified: trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.vcproj
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
+++ trunk/lib/openlibraries/src/openpluginlib/py/py_vc8.vcproj 2008-02-23 18:29:14 UTC (rev 422)
@@ -18,7 +18,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -104,7 +104,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-23 18:28:13
|
Revision: 421
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=421&view=rev
Author: glslang
Date: 2008-02-23 10:28:10 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
+ have all targets go to a single directory (win32 only)
Modified Paths:
--------------
trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
trunk/lib/extras/src/lut/lut_vc8.vcproj
trunk/lib/extras/src/noise/noise_vc8.vcproj
trunk/lib/extras/src/panoramic/panoramic_vc8.vcproj
trunk/lib/extras/src/ppm/ppm_vc8.vcproj
trunk/lib/extras/src/raw/raw_vc8.vcproj
trunk/lib/extras/src/wic/wic_vc8.vcproj
Modified: trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj 2008-02-23 14:23:14 UTC (rev 420)
+++ trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -69,7 +69,7 @@
AdditionalDependencies="OpenMaya.lib Foundation.lib"
OutputFile="$(OutDir)\HDRFlowMaya.mll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)";"C:\Program Files\Autodesk\Maya2008\lib""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)";"C:\Program Files\Autodesk\Maya2008\lib""
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -101,7 +101,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -151,7 +151,7 @@
AdditionalDependencies="OpenMaya.lib Foundation.lib"
OutputFile="$(OutDir)\HDRFlowMaya.mll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)";"C:\Program Files\Autodesk\Maya2008\lib""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)";"C:\Program Files\Autodesk\Maya2008\lib""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/extras/src/lut/lut_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/lut/lut_vc8.vcproj 2008-02-23 14:23:14 UTC (rev 420)
+++ trunk/lib/extras/src/lut/lut_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -66,7 +66,7 @@
IgnoreImportLibrary="true"
OutputFile="$(OutDir)\hdrflow_extras_lut-vc80-d-0_1_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -98,7 +98,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -146,7 +146,7 @@
IgnoreImportLibrary="true"
OutputFile="$(OutDir)\hdrflow_extras_lut-vc80-r-0_1_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/extras/src/noise/noise_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/noise/noise_vc8.vcproj 2008-02-23 14:23:14 UTC (rev 420)
+++ trunk/lib/extras/src/noise/noise_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -66,7 +66,7 @@
IgnoreImportLibrary="true"
OutputFile="$(OutDir)\hdrflow_noise-vc80-d-0_1_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -98,7 +98,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -146,7 +146,7 @@
IgnoreImportLibrary="true"
OutputFile="$(OutDir)\hdrflow_noise-vc80-r-0_1_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/extras/src/panoramic/panoramic_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/panoramic/panoramic_vc8.vcproj 2008-02-23 14:23:14 UTC (rev 420)
+++ trunk/lib/extras/src/panoramic/panoramic_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -67,7 +67,7 @@
AdditionalOptions="/LARGEADDRESSAWARE"
OutputFile="$(OutDir)\hdrflow_panoramic-vc80-d-0_1_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -99,7 +99,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -149,7 +149,7 @@
AdditionalOptions="/LARGEADDRESSAWARE"
OutputFile="$(OutDir)\hdrflow_panoramic-vc80-r-0_1_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/extras/src/ppm/ppm_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/ppm/ppm_vc8.vcproj 2008-02-23 14:23:14 UTC (rev 420)
+++ trunk/lib/extras/src/ppm/ppm_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -66,7 +66,7 @@
IgnoreImportLibrary="true"
OutputFile="$(OutDir)\hdrflow_extras_ppm-vc80-d-0_1_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -98,7 +98,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -146,7 +146,7 @@
IgnoreImportLibrary="true"
OutputFile="$(OutDir)\hdrflow_extras_ppm-vc80-r-0_1_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
Modified: trunk/lib/extras/src/raw/raw_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/raw/raw_vc8.vcproj 2008-02-23 14:23:14 UTC (rev 420)
+++ trunk/lib/extras/src/raw/raw_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -68,7 +68,7 @@
AdditionalOptions="/LARGEADDRESSAWARE"
OutputFile="$(OutDir)\hdrflow_extras_raw-vc80-d-0_1_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
@@ -101,7 +101,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -152,7 +152,7 @@
AdditionalOptions="/LARGEADDRESSAWARE"
OutputFile="$(OutDir)\hdrflow_extras_raw-vc80-r-0_1_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)""
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)""
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
Modified: trunk/lib/extras/src/wic/wic_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/wic/wic_vc8.vcproj 2008-02-23 14:23:14 UTC (rev 420)
+++ trunk/lib/extras/src/wic/wic_vc8.vcproj 2008-02-23 18:28:10 UTC (rev 421)
@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Multi-threaded Debug DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -68,7 +68,7 @@
AdditionalDependencies="windowscodecs.lib"
OutputFile="$(OutDir)\hdrflow_extras_wic-vc80-d-0_1_0.dll"
LinkIncremental="2"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)";C:\Program Files\Microsoft SDKs\Windows\v6.0\lib"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)";C:\Program Files\Microsoft SDKs\Windows\v6.0\lib"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
@@ -100,7 +100,7 @@
</Configuration>
<Configuration
Name="Multi-threaded Release DLL|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
@@ -149,7 +149,7 @@
AdditionalDependencies="windowscodecs.lib"
OutputFile="$(OutDir)\hdrflow_extras_wic-vc80-r-0_1_0.dll"
LinkIncremental="1"
- AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\src\openpluginlib\pl\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openimagelib\il\$(ConfigurationName)";"$(SolutionDir)\..\openlibraries\src\openmedialib\ml\$(ConfigurationName)";C:\Program Files\Microsoft SDKs\Windows\v6.0\lib"
+ AdditionalLibraryDirectories="C:\Boost\lib;"$(SolutionDir)\..\openlibraries\$(ConfigurationName)";C:\Program Files\Microsoft SDKs\Windows\v6.0\lib"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-23 14:23:18
|
Revision: 420
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=420&view=rev
Author: glslang
Date: 2008-02-23 06:23:14 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
+ build fix
Modified Paths:
--------------
trunk/lib/extras/src/ppm/Makefile.am
Modified: trunk/lib/extras/src/ppm/Makefile.am
===================================================================
--- trunk/lib/extras/src/ppm/Makefile.am 2008-02-23 14:15:45 UTC (rev 419)
+++ trunk/lib/extras/src/ppm/Makefile.am 2008-02-23 14:23:14 UTC (rev 420)
@@ -13,6 +13,7 @@
libhdrflow_extras_ppm_la_CXXFLAGS = \
$(EXTRAS_CXXFLAGS) \
$(BOOST_INCLUDE_PATH) \
+ -I$(top_srcdir)/../openlibraries \
-I$(top_srcdir)/../openlibraries/src
libhdrflow_extras_ppm_la_LIBADD = \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-23 14:15:47
|
Revision: 419
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=419&view=rev
Author: glslang
Date: 2008-02-23 06:15:45 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
+ build fix
Modified Paths:
--------------
trunk/lib/openlibraries/src/openimagelib/il/lut_functions.cpp
Modified: trunk/lib/openlibraries/src/openimagelib/il/lut_functions.cpp
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/il/lut_functions.cpp 2008-02-23 14:09:24 UTC (rev 418)
+++ trunk/lib/openlibraries/src/openimagelib/il/lut_functions.cpp 2008-02-23 14:15:45 UTC (rev 419)
@@ -7,9 +7,9 @@
#ifdef WIN32
#define _USE_MATH_DEFINES
-#include <cmath>
#endif
+#include <cmath>
#include <limits>
#include <openimagelib/il/il.hpp>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-23 14:09:26
|
Revision: 418
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=418&view=rev
Author: glslang
Date: 2008-02-23 06:09:24 -0800 (Sat, 23 Feb 2008)
Log Message:
-----------
+ include some diagnostics in the release version
Modified Paths:
--------------
trunk/lib/extras/src/imf/mfn/mfn.cpp
Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp
===================================================================
--- trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-21 21:18:48 UTC (rev 417)
+++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-23 14:09:24 UTC (rev 418)
@@ -111,9 +111,8 @@
im = il::convert( il::convert( frame->get_image( ), L"b8g8r8a8" ), L"r32g32b32a32f" );
if( !im )
{
-#ifndef NDEBUG
MGlobal::displayInfo( "HDRFlow: Internal Error: conversion to floating point format failed. Please report to su...@cr...." );
-#endif
+
return MS::kFailure;
}
}
@@ -147,9 +146,7 @@
MStatus image_reader::close( )
{
-#ifndef NDEBUG
MGlobal::displayInfo( "HDRFlow: closing..." );
-#endif
input_.reset( );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-21 21:18:51
|
Revision: 417
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=417&view=rev
Author: glslang
Date: 2008-02-21 13:18:48 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
+ removes unused code
Modified Paths:
--------------
trunk/lib/extras/src/imf/mfn/mfn.cpp
Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp
===================================================================
--- trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-21 00:44:11 UTC (rev 416)
+++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-21 21:18:48 UTC (rev 417)
@@ -92,57 +92,6 @@
}
return MS::kSuccess;
-/*
- typedef pl::discovery<query_traits> discovery;
-
- discovery plugins( query_traits( pl::to_wstring( pathname.asChar( ) ) ) );
- if( plugins.empty( ) ) return MS::kFailure;
-
- for( discovery::const_iterator i = plugins.begin( ); i != plugins.end( ); ++i )
- {
- il::openimagelib_plugin_ptr plug = boost::shared_dynamic_cast<il::openimagelib_plugin>( i->create_plugin( "" ) );
- if( plug )
- {
-#ifndef NDEBUG
- MGlobal::displayInfo( "HDRFlow: plugin found ..." );
-#endif
- im_ = plug->load( pathname.asChar( ) );
- if( im_ )
- {
-#ifndef NDEBUG
- MGlobal::displayInfo( "HDRFlow: image opened." );
-#endif
- if( info )
- {
- info->width( im_->width( ) );
- info->height( im_->height( ) );
- info->channels( 4 ); // always assumes alpha/matte exists
- info->numberOfImages( 1 );
- info->pixelType( MImage::kFloat ); // convert everything to float by default
- }
-
- return MS::kSuccess;
- }
-#ifndef NDEBUG
- else
- {
- MGlobal::displayInfo( "HDRFlow: image is null." );
- }
-#endif
- }
-#ifndef NDEBUG
- else
- {
- MGlobal::displayInfo( "HDRFlow: plugin is null." );
- }
-#endif
- }
-
-#ifndef NDEBUG
- MGlobal::displayInfo( "HDRFlow: failed to open." );
-#endif
-
- return MS::kFailure;*/
}
MStatus image_reader::load( MImage& image, unsigned int idx )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-21 00:44:20
|
Revision: 416
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=416&view=rev
Author: glslang
Date: 2008-02-20 16:44:11 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
+ fix pl initialisation (aftermath of the hive breakout)
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp 2008-02-20 20:20:31 UTC (rev 415)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.cpp 2008-02-21 00:44:11 UTC (rev 416)
@@ -347,7 +347,7 @@
string value;
HKEY key;
- if( RegOpenKeyEx( HKEY_LOCAL_MACHINE, L"Software\\OpenLibraries", 0, KEY_READ, &key ) == ERROR_SUCCESS )
+ if( RegOpenKeyEx( HKEY_LOCAL_MACHINE, L"Software\\HDRFlow", 0, KEY_READ, &key ) == ERROR_SUCCESS )
{
if( RegQueryValueEx( key, key_str.c_str( ), 0, NULL, ( LPBYTE ) buf, &bufsiz ) == ERROR_SUCCESS )
value = to_string( buf );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-20 20:20:32
|
Revision: 415
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=415&view=rev
Author: glslang
Date: 2008-02-20 12:20:31 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
+ fix intel sln file
Modified Paths:
--------------
trunk/lib/extras/extras_iw_vc8.sln
Modified: trunk/lib/extras/extras_iw_vc8.sln
===================================================================
--- trunk/lib/extras/extras_iw_vc8.sln 2008-02-19 21:30:13 UTC (rev 414)
+++ trunk/lib/extras/extras_iw_vc8.sln 2008-02-20 20:20:31 UTC (rev 415)
@@ -16,8 +16,6 @@
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JP2", "JP2", "{CE7A290A-13C0-424E-A02A-96CDC6B0E6BE}"
EndProject
-Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "jp2", "src\jp2\jp2_vc8.icproj", "{F091055A-4601-4474-8FF8-34EE1F2090E6}"
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PPM", "PPM", "{4E0BD6BF-2B4D-4BF8-BEB7-3BFF57D627BC}"
EndProject
Project("{EAF909A5-FA59-4C3D-9431-0FCC20D5BCF9}") = "ppm", "src\ppm\ppm_vc8.icproj", "{B3A9E358-C43D-4BA8-A272-7FB99E141D1A}"
@@ -38,10 +36,6 @@
{597A9550-16EF-4821-A042-F0635568E2BA}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{597A9550-16EF-4821-A042-F0635568E2BA}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{597A9550-16EF-4821-A042-F0635568E2BA}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {F091055A-4601-4474-8FF8-34EE1F2090E6}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {F091055A-4601-4474-8FF8-34EE1F2090E6}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {F091055A-4601-4474-8FF8-34EE1F2090E6}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {F091055A-4601-4474-8FF8-34EE1F2090E6}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{B3A9E358-C43D-4BA8-A272-7FB99E141D1A}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
{B3A9E358-C43D-4BA8-A272-7FB99E141D1A}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{B3A9E358-C43D-4BA8-A272-7FB99E141D1A}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
@@ -50,26 +44,22 @@
{57A29491-9C21-4D6F-8B4A-158168508FE5}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{57A29491-9C21-4D6F-8B4A-158168508FE5}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
{57A29491-9C21-4D6F-8B4A-158168508FE5}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
{B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {B4CCC2D9-D505-4B08-B908-B2A38105ABC8}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {9A2197B4-ABC1-4047-A81B-15E9D228C108}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {9A2197B4-ABC1-4047-A81B-15E9D228C108}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {9A2197B4-ABC1-4047-A81B-15E9D228C108}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
- {9A2197B4-ABC1-4047-A81B-15E9D228C108}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {C8F73831-1355-45C9-BD1B-C7AAB4CDE373}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
- {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
- {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
- {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {95CD0C43-860C-467B-9995-E6A4E0F8519B}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
{927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Debug DLL|Win32.ActiveCfg = Multi-threaded Debug DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Debug DLL|Win32.Build.0 = Multi-threaded Debug DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.ActiveCfg = Multi-threaded Release DLL|Win32
+ {927446CD-3483-4CCF-B581-F0896DD4A550}.Multi-threaded Release DLL|Win32.Build.0 = Multi-threaded Release DLL|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -83,7 +73,6 @@
{C4C91B21-2FEA-4E24-88BD-C744137F36F9} = {675FBBBA-6681-49E3-AAC6-FE371310DA63}
{57A29491-9C21-4D6F-8B4A-158168508FE5} = {E0C3CF4A-5F43-4BBC-B7A9-6D4CDB225CD9}
{597A9550-16EF-4821-A042-F0635568E2BA} = {D133B05E-F174-4CDA-8FF4-C45C139CFACD}
- {F091055A-4601-4474-8FF8-34EE1F2090E6} = {CE7A290A-13C0-424E-A02A-96CDC6B0E6BE}
{B3A9E358-C43D-4BA8-A272-7FB99E141D1A} = {4E0BD6BF-2B4D-4BF8-BEB7-3BFF57D627BC}
EndGlobalSection
EndGlobal
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-19 21:30:15
|
Revision: 414
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=414&view=rev
Author: glslang
Date: 2008-02-19 13:30:13 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
+ minor tweaks
Modified Paths:
--------------
trunk/lib/extras/src/imf/mfn/mfn.cpp
Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp
===================================================================
--- trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-18 20:54:44 UTC (rev 413)
+++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-19 21:30:13 UTC (rev 414)
@@ -220,13 +220,12 @@
extensions.append( "cr2" );
extensions.append( "raw" );
extensions.append( "dpx" );
+ extensions.append( "avi" );
CHECK_MSTATUS( plugin.registerImageFile( "HDRFlow", hdrflow::extras::mfn::image_reader::creator, extensions ) );
pl::init( );
-#ifndef NDEBUG
MGlobal::displayInfo( "HDRFlow: initialised. Please contact su...@cr... for support." );
-#endif
return MS::kSuccess;
}
@@ -236,9 +235,7 @@
MFnPlugin plugin( obj );
CHECK_MSTATUS( plugin.deregisterImageFile( "HDRFlow" ) );
-#ifndef NDEBUG
MGlobal::displayInfo( "HDRFlow: uninitialised ..." );
-#endif
return MS::kSuccess;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gl...@us...> - 2008-02-18 20:54:48
|
Revision: 413
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=413&view=rev
Author: glslang
Date: 2008-02-18 12:54:44 -0800 (Mon, 18 Feb 2008)
Log Message:
-----------
+ convert hdrflow maya to ml
Modified Paths:
--------------
trunk/lib/extras/src/imf/mfn/mfn.cpp
trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
Modified: trunk/lib/extras/src/imf/mfn/mfn.cpp
===================================================================
--- trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-10 17:22:50 UTC (rev 412)
+++ trunk/lib/extras/src/imf/mfn/mfn.cpp 2008-02-18 20:54:44 UTC (rev 413)
@@ -21,39 +21,18 @@
#include <openpluginlib/pl/utf8_utils.hpp>
#include <openpluginlib/pl/stream.hpp>
-#include <openimagelib/il/openimagelib_plugin.hpp>
+#include <openimagelib/il/il.hpp>
+#include <openmedialib/ml/openmedialib_plugin.hpp>
+#include <openmedialib/ml/utilities.hpp>
#include <imf/mfn/config.hpp>
namespace pl = olib::openpluginlib;
namespace il = olib::openimagelib::il;
+namespace ml = olib::openmedialib::ml;
namespace hdrflow { namespace extras { namespace mfn {
-namespace
-{
- struct query_traits
- {
- query_traits( const pl::wstring& filename )
- : filename_( filename )
- { }
-
- pl::wstring libname( ) const
- { return L"openimagelib"; }
-
- pl::wstring to_match( ) const
- { return filename_; }
-
- pl::wstring type( ) const
- { return L""; }
-
- int merit( ) const
- { return 0; }
-
- pl::wstring filename_;
- };
-}
-
class image_reader : public MPxImageFile
{
public:
@@ -65,7 +44,7 @@
private:
pl::string pathname_;
- il::image_type_ptr im_;
+ ml::input_type_ptr input_;
};
void* image_reader::creator( )
@@ -76,9 +55,44 @@
MStatus image_reader::open( MString pathname, MImageFileInfo* info )
{
#ifndef NDEBUG
- MGlobal::displayInfo( "HDRFlow: opening image..." );
+ MGlobal::displayInfo( "HDRFlow: opening media stream..." );
#endif
+ input_ = ml::create_input( pl::to_wstring( pathname.asChar( ) ) );
+ if( !input_ )
+ return MS::kFailure;
+
+#ifndef NDEBUG
+ MGlobal::displayInfo( "HDRFlow: plugin found ..." );
+#endif
+
+ ml::frame_type_ptr frame = input_->fetch( );
+ if( !frame )
+ return MS::kFailure;
+
+#ifndef NDEBUG
+ MGlobal::displayInfo( "HDRFlow: frame found ..." );
+#endif
+
+ il::image_type_ptr im = frame->get_image( );
+ if( !im )
+ return MS::kFailure;
+
+#ifndef NDEBUG
+ MGlobal::displayInfo( "HDRFlow: image stream found ..." );
+#endif
+
+ if( info )
+ {
+ info->width( im->width( ) );
+ info->height( im->height( ) );
+ info->channels( 4 ); // always assumes alpha/matte exists
+ info->numberOfImages( input_->get_frames( ) );
+ info->pixelType( MImage::kFloat ); // convert everything to float by default
+ }
+
+ return MS::kSuccess;
+/*
typedef pl::discovery<query_traits> discovery;
discovery plugins( query_traits( pl::to_wstring( pathname.asChar( ) ) ) );
@@ -128,7 +142,7 @@
MGlobal::displayInfo( "HDRFlow: failed to open." );
#endif
- return MS::kFailure;
+ return MS::kFailure;*/
}
MStatus image_reader::load( MImage& image, unsigned int idx )
@@ -137,10 +151,15 @@
MGlobal::displayInfo( "HDRFlow: loading image..." );
#endif
- il::image_type_ptr im = il::convert( im_, L"r32g32b32a32f" );
+ input_->seek( idx );
+ ml::frame_type_ptr frame = input_->fetch( );
+ if( !frame )
+ return MS::kFailure;
+
+ il::image_type_ptr im = il::convert( frame->get_image( ), L"r32g32b32a32f" );
if( !im )
{
- im = il::convert( il::convert( im_, L"b8g8r8a8" ), L"r32g32b32a32f" );
+ im = il::convert( il::convert( frame->get_image( ), L"b8g8r8a8" ), L"r32g32b32a32f" );
if( !im )
{
#ifndef NDEBUG
@@ -164,7 +183,7 @@
for( int i = 0; i < height; ++i )
{
- memcpy( dst, src, im->linesize( ) * sizeof( float ) );
+ memcpy( dst, src, linesize * sizeof( float ) );
src += pitch;
dst += width * 4;
@@ -183,7 +202,7 @@
MGlobal::displayInfo( "HDRFlow: closing..." );
#endif
- im_.reset( );
+ input_.reset( );
return MS::kSuccess;
}
Modified: trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj
===================================================================
--- trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj 2008-02-10 17:22:50 UTC (rev 412)
+++ trunk/lib/extras/src/imf/mfn/readers_vc8.vcproj 2008-02-18 20:54:44 UTC (rev 413)
@@ -52,6 +52,7 @@
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
+ DisableSpecificWarnings="4503"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -133,6 +134,7 @@
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
+ DisableSpecificWarnings="4503"
/>
<Tool
Name="VCManagedResourceCompilerTool"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|