[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:09 UTC 2017


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

The following commit has been merged in the master branch:
commit 69f8e9b3324e641242326c06ea735562a3d50fdf
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Dec 30 17:13:29 2007 +0000

    Tweaks
---
 README                                    | 5 ++++-
 msvc/addmoddel/addmoddel.vcproj           | 4 +++-
 msvc/crwparse/crwparse.vcproj             | 4 +++-
 msvc/exifcomment/exifcomment.vcproj       | 4 +++-
 msvc/exifdata-test/exifdata-test.vcproj   | 4 +++-
 msvc/exifprint/exifprint.vcproj           | 4 +++-
 msvc/exiv2/exiv2.vcproj                   | 4 +++-
 msvc/exiv2lib/exiv2lib.vcproj             | 6 +++---
 msvc/ifd-test/ifd-test.vcproj             | 4 +++-
 msvc/iotest/iotest.vcproj                 | 4 +++-
 msvc/iptceasy/iptceasy.vcproj             | 4 +++-
 msvc/iptcprint/iptcprint.vcproj           | 4 +++-
 msvc/iptctest/iptctest.vcproj             | 4 +++-
 msvc/largeiptc-test/largeiptc-test.vcproj | 4 +++-
 msvc/makernote-test/makernote-test.vcproj | 4 +++-
 msvc/metacopy/metacopy.vcproj             | 4 +++-
 msvc/taglist/taglist.vcproj               | 4 +++-
 msvc/utiltest/utiltest.vcproj             | 4 +++-
 msvc/write-test/write-test.vcproj         | 4 +++-
 msvc/write2-test/write2-test.vcproj       | 4 +++-
 msvc/xmpparse/xmpparse.vcproj             | 4 +++-
 msvc/xmpparser-test/xmpparser-test.vcproj | 4 +++-
 msvc/xmpsample/xmpsample.vcproj           | 4 +++-
 23 files changed, 70 insertions(+), 25 deletions(-)

diff --git a/README b/README
index c10ac31..8daa5a0 100644
--- a/README
+++ b/README
@@ -36,7 +36,10 @@ The default install locations are /usr/local/lib for the library,
 header files. Use the --prefix=directory option of the configure script to
 change the default. Run './configure --help' to see a list of all options.
 
-To build Exiv2 with MSVC 7.1 or 8.0, use the solution file msvc/exiv2.sln.
+To build Exiv2 with MSVC 7.1 or later, use the solution file msvc/exiv2.sln.
+XMP support is enabled in this solution, so Expat needs to be available
+(see section "Dependencies" below). E.g., copy libexpat.lib into the
+directory msvc/lib.
 
 To uninstall Exiv2 from a UNIX-like system, run:
 
diff --git a/msvc/addmoddel/addmoddel.vcproj b/msvc/addmoddel/addmoddel.vcproj
index 0d77986..22d6e0c 100644
--- a/msvc/addmoddel/addmoddel.vcproj
+++ b/msvc/addmoddel/addmoddel.vcproj
@@ -46,7 +46,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/crwparse/crwparse.vcproj b/msvc/crwparse/crwparse.vcproj
index 15dc89b..54a8f1e 100644
--- a/msvc/crwparse/crwparse.vcproj
+++ b/msvc/crwparse/crwparse.vcproj
@@ -42,7 +42,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/exifcomment/exifcomment.vcproj b/msvc/exifcomment/exifcomment.vcproj
index eeac1c7..ded1654 100644
--- a/msvc/exifcomment/exifcomment.vcproj
+++ b/msvc/exifcomment/exifcomment.vcproj
@@ -46,7 +46,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/exifdata-test/exifdata-test.vcproj b/msvc/exifdata-test/exifdata-test.vcproj
index e2a0ba8..9e2ba3f 100644
--- a/msvc/exifdata-test/exifdata-test.vcproj
+++ b/msvc/exifdata-test/exifdata-test.vcproj
@@ -42,7 +42,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/exifprint/exifprint.vcproj b/msvc/exifprint/exifprint.vcproj
index 9e4e81c..c59db3d 100644
--- a/msvc/exifprint/exifprint.vcproj
+++ b/msvc/exifprint/exifprint.vcproj
@@ -46,7 +46,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/exiv2/exiv2.vcproj b/msvc/exiv2/exiv2.vcproj
index 56da082..1deb4b9 100644
--- a/msvc/exiv2/exiv2.vcproj
+++ b/msvc/exiv2/exiv2.vcproj
@@ -4,6 +4,7 @@
 	Version="7.10"
 	Name="exiv2"
 	ProjectGUID="{07293CAC-00DA-493E-90C9-5D010C2B1B53}"
+	RootNamespace="exiv2"
 	Keyword="Win32Proj">
 	<Platforms>
 		<Platform
@@ -46,7 +47,8 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/exiv2lib/exiv2lib.vcproj b/msvc/exiv2lib/exiv2lib.vcproj
index 3d4034e..39d49c5 100644
--- a/msvc/exiv2lib/exiv2lib.vcproj
+++ b/msvc/exiv2lib/exiv2lib.vcproj
@@ -44,9 +44,9 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				CommandLine="rmdir /s /q ..\include\
-xcopy /y /i ..\..\src\*.h ..\include\exiv2\
-xcopy /y /i ..\..\src\*.hpp ..\include\exiv2\
-
+xcopy /y /i ..\..\src\*.h $(SolutionDir)\include\exiv2\
+xcopy /y /i ..\..\src\*.hpp $(SolutionDir)\include\exiv2\
+copy /y $(TargetPath) $(SolutionDir)\lib\$(TargetFileName)
 "/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
diff --git a/msvc/ifd-test/ifd-test.vcproj b/msvc/ifd-test/ifd-test.vcproj
index 7d47c9b..cf7dfcb 100644
--- a/msvc/ifd-test/ifd-test.vcproj
+++ b/msvc/ifd-test/ifd-test.vcproj
@@ -45,7 +45,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/iotest/iotest.vcproj b/msvc/iotest/iotest.vcproj
index 1161a97..99453b7 100644
--- a/msvc/iotest/iotest.vcproj
+++ b/msvc/iotest/iotest.vcproj
@@ -45,7 +45,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/iptceasy/iptceasy.vcproj b/msvc/iptceasy/iptceasy.vcproj
index f471a48..97aa8e3 100644
--- a/msvc/iptceasy/iptceasy.vcproj
+++ b/msvc/iptceasy/iptceasy.vcproj
@@ -45,7 +45,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/iptcprint/iptcprint.vcproj b/msvc/iptcprint/iptcprint.vcproj
index 002ea99..85d1866 100644
--- a/msvc/iptcprint/iptcprint.vcproj
+++ b/msvc/iptcprint/iptcprint.vcproj
@@ -45,7 +45,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/iptctest/iptctest.vcproj b/msvc/iptctest/iptctest.vcproj
index 63ba530..455e896 100644
--- a/msvc/iptctest/iptctest.vcproj
+++ b/msvc/iptctest/iptctest.vcproj
@@ -45,7 +45,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/largeiptc-test/largeiptc-test.vcproj b/msvc/largeiptc-test/largeiptc-test.vcproj
index 4b24777..4deb3f3 100644
--- a/msvc/largeiptc-test/largeiptc-test.vcproj
+++ b/msvc/largeiptc-test/largeiptc-test.vcproj
@@ -45,7 +45,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/makernote-test/makernote-test.vcproj b/msvc/makernote-test/makernote-test.vcproj
index f3f6b56..e212ae5 100644
--- a/msvc/makernote-test/makernote-test.vcproj
+++ b/msvc/makernote-test/makernote-test.vcproj
@@ -45,7 +45,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/metacopy/metacopy.vcproj b/msvc/metacopy/metacopy.vcproj
index fb83500..2a22471 100644
--- a/msvc/metacopy/metacopy.vcproj
+++ b/msvc/metacopy/metacopy.vcproj
@@ -46,7 +46,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/taglist/taglist.vcproj b/msvc/taglist/taglist.vcproj
index ffda2de..cdfa6f2 100644
--- a/msvc/taglist/taglist.vcproj
+++ b/msvc/taglist/taglist.vcproj
@@ -46,7 +46,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/utiltest/utiltest.vcproj b/msvc/utiltest/utiltest.vcproj
index 4a00fb2..2cb8564 100644
--- a/msvc/utiltest/utiltest.vcproj
+++ b/msvc/utiltest/utiltest.vcproj
@@ -46,7 +46,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/write-test/write-test.vcproj b/msvc/write-test/write-test.vcproj
index cf84092..bc49fa4 100644
--- a/msvc/write-test/write-test.vcproj
+++ b/msvc/write-test/write-test.vcproj
@@ -46,7 +46,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/write2-test/write2-test.vcproj b/msvc/write2-test/write2-test.vcproj
index 6b63121..b1d7e3c 100644
--- a/msvc/write2-test/write2-test.vcproj
+++ b/msvc/write2-test/write2-test.vcproj
@@ -46,7 +46,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/xmpparse/xmpparse.vcproj b/msvc/xmpparse/xmpparse.vcproj
index aaa9e66..4f55d71 100644
--- a/msvc/xmpparse/xmpparse.vcproj
+++ b/msvc/xmpparse/xmpparse.vcproj
@@ -47,7 +47,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/xmpparser-test/xmpparser-test.vcproj b/msvc/xmpparser-test/xmpparser-test.vcproj
index 9342529..f8bed00 100644
--- a/msvc/xmpparser-test/xmpparser-test.vcproj
+++ b/msvc/xmpparser-test/xmpparser-test.vcproj
@@ -47,7 +47,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool
diff --git a/msvc/xmpsample/xmpsample.vcproj b/msvc/xmpsample/xmpsample.vcproj
index f6740af..e497d1e 100644
--- a/msvc/xmpsample/xmpsample.vcproj
+++ b/msvc/xmpsample/xmpsample.vcproj
@@ -47,7 +47,9 @@
 			<Tool
 				Name="VCMIDLTool"/>
 			<Tool
-				Name="VCPostBuildEventTool"/>
+				Name="VCPostBuildEventTool"
+				CommandLine="copy /y $(TargetPath) $(SolutionDir)in\$(TargetFileName)
+"/>
 			<Tool
 				Name="VCPreBuildEventTool"/>
 			<Tool

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list