[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:08 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=aecbc71

The following commit has been merged in the master branch:
commit aecbc716575cc1cfa728b57ba5ae72bc61b7d398
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Dec 25 06:33:13 2007 +0000

    Added XMP support to MSVC project.
---
 msvc/exiv2.sln                |   9 ++
 msvc/exiv2lib/exiv2lib.vcproj |   6 +-
 msvc/xmpsdk/xmpsdk.vcproj     | 249 ++++++++++++++++++++++++++++++++++++++++++
 src/exv_msvc.h                |   2 +-
 src/jpgimage.cpp              |   2 +-
 src/xmp.cpp                   |   2 +-
 6 files changed, 265 insertions(+), 5 deletions(-)

diff --git a/msvc/exiv2.sln b/msvc/exiv2.sln
index ddd215d..cdca599 100644
--- a/msvc/exiv2.sln
+++ b/msvc/exiv2.sln
@@ -6,6 +6,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exifprint", "exifprint\exif
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exiv2lib", "exiv2lib\exiv2lib.vcproj", "{831EF580-92C8-4CA8-B0CE-3D906280A54D}"
 	ProjectSection(ProjectDependencies) = postProject
+		{09877CF4-83B6-44FE-A2E2-629AA5C8093E} = {09877CF4-83B6-44FE-A2E2-629AA5C8093E}
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exiv2", "exiv2\exiv2.vcproj", "{07293CAC-00DA-493E-90C9-5D010C2B1B53}"
@@ -105,6 +106,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "largeiptc-test", "largeiptc
 	ProjectSection(ProjectDependencies) = postProject
 	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmpsdk", "xmpsdk\xmpsdk.vcproj", "{09877CF4-83B6-44FE-A2E2-629AA5C8093E}"
+	ProjectSection(ProjectDependencies) = postProject
+	EndProjectSection
+EndProject
 Global
 	GlobalSection(SolutionConfiguration) = preSolution
 		Debug = Debug
@@ -197,6 +202,10 @@ Global
 		{D8B36F3A-34BB-4540-A731-EEABF1DC2E05}.Debug.Build.0 = Debug|Win32
 		{D8B36F3A-34BB-4540-A731-EEABF1DC2E05}.Release.ActiveCfg = Release|Win32
 		{D8B36F3A-34BB-4540-A731-EEABF1DC2E05}.Release.Build.0 = Release|Win32
+		{09877CF4-83B6-44FE-A2E2-629AA5C8093E}.Debug.ActiveCfg = Debug|Win32
+		{09877CF4-83B6-44FE-A2E2-629AA5C8093E}.Debug.Build.0 = Debug|Win32
+		{09877CF4-83B6-44FE-A2E2-629AA5C8093E}.Release.ActiveCfg = Release|Win32
+		{09877CF4-83B6-44FE-A2E2-629AA5C8093E}.Release.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 	EndGlobalSection
diff --git a/msvc/exiv2lib/exiv2lib.vcproj b/msvc/exiv2lib/exiv2lib.vcproj
index fea9253..3d4034e 100644
--- a/msvc/exiv2lib/exiv2lib.vcproj
+++ b/msvc/exiv2lib/exiv2lib.vcproj
@@ -20,7 +20,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\src;..\.."
+				AdditionalIncludeDirectories="..\..\src;..\..;..\..\xmpsdk\include"
 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
 				MinimalRebuild="TRUE"
 				BasicRuntimeChecks="3"
@@ -37,7 +37,8 @@
 				Name="VCCustomBuildTool"/>
 			<Tool
 				Name="VCLibrarianTool"
-				OutputFile="$(OutDir)/exiv2.lib"/>
+				OutputFile="$(OutDir)/exiv2.lib"
+				AdditionalLibraryDirectories=""/>
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
@@ -45,6 +46,7 @@
 				CommandLine="rmdir /s /q ..\include\
 xcopy /y /i ..\..\src\*.h ..\include\exiv2\
 xcopy /y /i ..\..\src\*.hpp ..\include\exiv2\
+
 "/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
diff --git a/msvc/xmpsdk/xmpsdk.vcproj b/msvc/xmpsdk/xmpsdk.vcproj
new file mode 100644
index 0000000..5c02f71
--- /dev/null
+++ b/msvc/xmpsdk/xmpsdk.vcproj
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.10"
+	Name="xmpsdk"
+	ProjectGUID="{09877CF4-83B6-44FE-A2E2-629AA5C8093E}"
+	RootNamespace="xmpsdk"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug"
+			IntermediateDirectory="Debug"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\..\expat-2.0.1\lib;..\..\xmpsdk\src;..\..\xmpsdk\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="5"
+				BufferSecurityCheck="TRUE"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				BrowseInformation="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"
+				AdditionalDependencies="libexpat.lib"
+				OutputFile="$(OutDir)/xmpsdk.lib"
+				AdditionalLibraryDirectories="$(SolutionDir)/lib"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				CommandLine="
+"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release"
+			IntermediateDirectory="Release"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+				RuntimeLibrary="4"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"
+				OutputFile="$(OutDir)/xmpsdk.lib"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+			<File
+				RelativePath="..\..\xmpsdk\src\ExpatAdapter.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\MD5.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\ParseRDF.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\UnicodeConversions.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\WXMPIterator.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\WXMPMeta.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\WXMPUtils.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\XMPCore_Impl.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\XMPIterator.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\XMPMeta-GetSet.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\XMPMeta-Parse.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\XMPMeta-Serialize.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\XMPMeta.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\XMPUtils-FileInfo.cpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\XMPUtils.cpp">
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+			<File
+				RelativePath="..\..\xmpsdk\src\ExpatAdapter.hpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\src\MD5.h">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\include\TXMPFiles.hpp">
+			</File>
+			<File
+				RelativePath="..\..\xmpsdk\include
-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list