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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:48 UTC 2017


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

The following commit has been merged in the master branch:
commit ba6fc80213571f6f874f72d71087d507c1190196
Author: Robin Mills <robin at clanmills.com>
Date:   Mon Jan 12 11:09:42 2015 +0000

    fixed typo in include/exiv2/exv_msvc-webready.h.  Documentation update.  Removed organize.sln from msvc2003.
---
 include/exiv2/exv_msvc-webready.h |   2 +-
 msvc2003/ReadMe.txt               | 253 ++---------------
 msvc2003/exiv2+organize.sln       | 573 --------------------------------------
 msvc2005/ReadMe.txt               |  19 +-
 4 files changed, 40 insertions(+), 807 deletions(-)

diff --git a/include/exiv2/exv_msvc-webready.h b/include/exiv2/exv_msvc-webready.h
index 9d2e700..8ea2887 100644
--- a/include/exiv2/exv_msvc-webready.h
+++ b/include/exiv2/exv_msvc-webready.h
@@ -21,7 +21,7 @@
 #define MSDEV_2014    1
 #elif  _MSC_VER >= 1800
 #define MSDEV_2013    1
-#if    _MSC_VER >= 1700
+#elif  _MSC_VER >= 1700
 #define MSDEV_2012    1
 #elif  _MSC_VER >= 1600
 #define MSDEV_2010    1
diff --git a/msvc2003/ReadMe.txt b/msvc2003/ReadMe.txt
index 7c90b10..0d507e0 100644
--- a/msvc2003/ReadMe.txt
+++ b/msvc2003/ReadMe.txt
@@ -2,68 +2,36 @@ Notes about msvc2003 32 bit build of exiv2
 ------------------------------------------
 
 +-----------------------------------------------------------+
-| msvc2012 builds 32bit and 64bit binaries                  |
-|          with Visual Studio 2012                          |
-| msvc2005 builds 32bit and 64bit binaries                  |
-|          with Visual Studio 2005/8/10                     |
 | msvc2003 builds 32bit binaries                            |
-|          with Visual Studio 2003/5/8                      |
+|          with Visual Studio 2003 .Net                     |
+|                                                           |
+| msvc2005 builds 32bit and 64bit binaries                  |
+|          with Visual Studio 2005/8/10/12/13/14            |
 +-----------------------------------------------------------+
 
+Updated: 2015-01-12
+
 Tools
 -----
 
-Created With:   VC9    (VS/2008 Std)
-Tested  With:   VC7.1, VC8 Pro +SP1, VC9Std running Windows/XP 32bit)
-                VC10 running on Windows/7 64bit, and Windows/XP 32bit
-               (VC7.1 = VS/2003 .Net; VC8 = VS/2005; VC9 = VS/2008; VC10 = VS/2010)
-               
+Created and Tested  With:   VC7.1 (Visual Studio .Net)
+
 All builds in msvc2003 are 32bit.
 
 1)  Build environments (solution files)
     exiv2.sln           - this builds the exiv2 libraries   (static and dynamic)
                           and the utility and test programs (exiv2.exe, exifprint.exe)
                           
-                          DEPENDS on zlib and expat-2.0.1
-                          Builds with VC9,VC8 and VC7.1, VC10
+                          DEPENDS on zlib-1.2.3 and expat-2.0.1
             
-    exiv2+organize.sln  - builds the same targets as exiv2
-                          PLUS the organize.exe command-line program
-                          
-                          DEPENDS on zlib and expat-2.0.1 and boost_1_37_0
-                          Builds with VC9 and VC8
-                          DOES NOT BUILT WITH VC7.1
-                          
-                          set Environment string BOOST_ROOT=c:oost_1_37_0
-
-Notes for DevStudio 2010 Users
-------------------------------
-
-A new setting "TargetName"=$(ProjectName) has been added to DevStudio 2010.  There is only one project impacted by this:
-
-Select Project "exiv2lib" in Project Explorer.  Right-Click/Properties
-
-+ Configuration Properties\General
-
-exiv2lib.vcproj
-Target Name | exiv2sd       Debug
-            | exiv2d        DebugDLL
-            | exiv2s        Release
-            | exiv2         ReleaseDLL
-
-If you don't add these setting, you will get 1,000s of errors.  The damming error concerns:
-"Name of output is not equal to target name"  (or something obscure such as this).
 
-This matter has been reported to Microsoft.
-http://msdn.microsoft.com/EN-US/library/E0846D4D-2CE1-48E3-B219-674FF070BF4E#11
-
-How to build and test exiv2 (with/without organize.exe)
--------------------------------------------------------
+How to build and test exiv2
+----------------------------
 
 1)  Dependancies for exiv2
     You need expat-2.0.1 AND zlib-1.2.3 which you can download from
     http://expat.sourceforge.net/ and http://zlib.net/, respectively.
-    expat-2.0.1, zlib and exiv2 should be in the same directory
+    expat-2.0.1, zlib-1.2.3 and exiv2 should be in the same directory
 
     I usually use c:\gnu, however the name 'c:\gnu' does not matter
     nor does it have to be a topmost directory.
@@ -71,8 +39,17 @@ How to build and test exiv2 (with/without organize.exe)
     c:\gnu\expat-2.0.1    <---- vanilla expat
     c:\gnu\zlib-1.2.3     <---- vanilla zlib
     c:\gnu\exiv2          <---- this directory
+    
+    You can download the libraries from http://clanmills.com/files/exiv2libs.zip (20mb)
+    This archive includes libraries for use by msvc2003 and msvc2005.
+    
+    If you unzip exiv2libs.zip into c:\exiv2libs, the batch file msvc2003/copylibs.zip
+    will copy the files from c:\exiv2libs to the correct location.
 
 2)  Build expat. See expat documents for details.
+
+    If you have copied expat-2.0.1 from the archive, you can skip this step.
+
     This is what I do:
     a) Open expat-2.0.1\expat.dsw with DevStudio
        This converts the expat-2.0.1 VC6 work space to DevStudio project files
@@ -86,6 +63,9 @@ How to build and test exiv2 (with/without organize.exe)
     ========== Build: 4 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
     
 3)  Build zlib.  See zlib documents for details.
+
+    If you have copied zlib-1.2.3 from the archive, you can skip this step.
+
     This is what I do:
     a) Open zlib\zlib-1.2.3\projectsisualc6\zlib.dsw with DevStudio
        This converts the zlib-1.2.3 VC6 workspace to DevStudio project files
@@ -99,8 +79,6 @@ How to build and test exiv2 (with/without organize.exe)
     ========== Build: 4 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
 
 4)  Open the sln file exiv2\msvc2003\exiv2.sln
-    On VS2005 and up, the Wizard will offer to upgrade the project files.
-    Once more, say yes to everything.
 
 5)  Build/Batch Build/Select All/Build
 
@@ -110,12 +88,7 @@ How to build and test exiv2 (with/without organize.exe)
     ========== Build: 104 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
     
     The build takes 6 minutes on my iMac with a 2.8GHz Duo Core Intel Processor
-    and 4GBytes of Ram. (VS 2005 and VS 2008)
-
-    And about 16 minutes on my elderly 2003 laptop (VS 2003 .Net)
-    (DeLL Inspiron 8500 2.2GHz Pentium and 1.25GBytes of Ram)
-
-    Both machines are running XP/Pro SP3.
+    and 4GBytes of Ram running XP/Pro SP3.
 
     +--------------------------------------------+
     |         DISK SPACE WARNING                 |
@@ -134,150 +107,9 @@ How to build and test exiv2 (with/without organize.exe)
     This consumes: 100MB
 
 6)  Test from the Command Line (cmd.exe):
-    
-    cd exiv2\msvc2003
-    C:\gnu\exiv2\msvc2003>runner.bat > new.txt
-    exiv2.exe: An action must be specified
-    exiv2.exe: At least one file is required
-    metacopy.exe: Read and write files must be specified
-    bla bla white sheep......
-
-    C:\gnu\exiv2\msvc2003>diff.exe   runner.txt  new.txt (Windows/XP)
-    C:\gnu\exiv2\msvc2003>diff.exe   runner7.txt new.txt (Windows/7)
-    --- no differences should be reported --
-    
-    The test takes less than 1 minute and runs 200+ different test programs.
-    
-7)  Running the test suite
-
-    The test suite is a collection of bash scripts and requires a unix-like environment
-    in which to run.  exiv2 msvc2003/5/12 builds are tested with cygwin and msys.
-    Please see the file exiv2/msvc2005/ReadMe.txt for more information.
-    
-How to build exiv2+organize
----------------------------
-
-1)  boost
-
-    organize has been built with boost_1_37_0
-    It may build successfully with other versions
-    Please send an email to record your experience to help other succeed (or avoid frustration)
-
-    +---------------------------------------------------------------------------+
-    | MSVC 7.1 Users:  You can't build organize with VC7.1 and BOOST 1_37_0     |
-    | You'll get the following compiler error:                                  |
-    | c:oost_1_37_0oostormateed_args.hpp(203) :                         |
-    |             fatal error C1001: INTERNAL COMPILER ERROR                    |
-    | (compiler file 'msc1.cpp', line 2701)                                     |
-    | Please choose the Technical Support command on the Visual C++             |
-    | Help menu, or open the Technical Support help file for more information   |
-    |                                                                           |
-    | If anyone is able to successfully build with VC7.1 + service pack + boost |
-    | please share your successful experience with us - email address below     |
-    | and let me know the version of BOOST and the Service Pack Level of VC7.1  |
-    | I am using:                                                               |
-    | Microsoft (R) 32-bit C/C++ Standard Compiler Version 13.00.9466 for 80x86 |
-    | DevStudio Version 7.1.3088 (Service pack level unknown)                   |
-    |                                                                           |
-    | VisualC++ 2008 Express Edition (VC9) is a free download from Microsoft    |
-    | and can successfully build exiv2+organize.sln                             |
-    +---------------------------------------------------------------------------+
-
-2)  Download or build boost
-EITHER (recommended)
-    download and install boost_1_37_0 using the BoostPro Computing Wizard
-    http://www.boostpro.com/products/free
-
-    You'll need:
-    boost headers
-    regex
-    system
-    filesystem
-    program options
-    
-    +-------------------------------------------------------+
-    | DISK SPACE WARNING                                    |
-    | A full installation of all boost for vc7.1, vc8 & vc9 |
-    | occupies an amazing 4.5GBytes                         |
-    | boost offers 3 compilers (vc7.1, 8 and 9)             |
-    | 8 flavors {MTdll, MT, MTs, STs} x {Debug|Release}     |
-    | 22 libraries (regex, filesystem etc)                  |
-    +-------------------------------------------------------+
-    
-    And here are the libraries which are linked with the different versions (for vc9 = VS/2008)
-    Configuration: ReleaseDLL Win32
-    libboost_regex-vc90-mt-1_37.lib
-    libboost_filesystem-vc90-mt-1_37.lib
-    libboost_system-vc90-mt-1_37.lib
-    libboost_program_options-vc90-mt-1_37.lib
-
-    Configuration: DebugDLL Win32
-    libboost_regex-vc90-mt-gd-1_37.lib
-    libboost_filesystem-vc90-mt-gd-1_37.lib
-    libboost_system-vc90-mt-gd-1_37.lib
-    libboost_program_options-vc90-mt-gd-1_37.lib
-
-    Configuration: Release Win32
-    libboost_regex-vc90-mt-s-1_37.lib
-    libboost_filesystem-vc90-mt-s-1_37.lib
-    libboost_system-vc90-mt-s-1_37.lib
-    libboost_program_options-vc90-mt-s-1_37.lib
-
-    Configuration: Debug Win32
-    libboost_regex-vc90-mt-sgd-1_37.lib    
-    libboost_filesystem-vc90-mt-sgd-1_37.lib
-    libboost_system-vc90-mt-sgd-1_37.lib
-    libboost_program_options-vc90-mt-sgd-1_37.lib
-    
-    I've added an appendix to explain the boost library name conventions.
-
-OR (if you prefer to build from source)
-    build boost_1_37_0 from source
-    http://www.boost.org/
-    unzip into c:oost_1_37_0
-    c:oost_1_37_0\>bjam release
-    
-    I believe you can build everything with the command:
-    bjam --build-type=complete release && bjam --build-type=complete debug
-    
-    You can download bjam from here:
-    http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941
-    
-    +------------------------------------------------------+
-    | I used the wonderful BoostPro Computing Wizard to    |
-    | install prebuilt libraries - so I didn't build from  |
-    | source.  If you'd like to share your know-how about  |
-    | this, please email me and I will updated these notes |
-    | and of course acknowledge your contribution          |
-    +------------------------------------------------------+
-    
-    The default source build does not build all the necessary targets.
-    The build machinery for boost is documented here:
-    http://www.boost.org/doc/libs/1_37_0/more/getting_started/windows.html
-    
-    I've added an appendix to explain the boost library name conventions.
-
-3)  build dependances expat-2.0.1 and zlib-1.2.3 (see above)
 
-
-4)  Open exiv2+organize.sln in DevStudio
-
-    +--------------------------------------------------------+
-    | Set the environment string BOOST_ROOT=c:oost_1_37_0  |
-    | (or where you put boost)                               |
-    +--------------------------------------------------------+
-    
-    You'll have to set the environment string BEFORE you start DevStudio.
-    Environment strings are set in the process when it is started.
-    Or you could update the DevStudio search paths in Tools/Options.
-
-5)  Batch Build/Batch Build... Select all/Build
-
-    This time when you should see:
-    
-    ========== Build: 108 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
-
-    Congratulations.
+    Use the bash/Cygwin (or msys) script test/testMSVC.sh to run the test suite.
+    Please see msvc2005/ReadMe.txt for more information.
 
 Where are the libraries and executables?
 ----------------------------------------
@@ -327,7 +159,6 @@ Do not build DLLs + MT.  Exiv2.dll exports STL template objects which will crash
 
 This is not a bug.  There is no workaround.
 
-
 Bugs
 ----
 
@@ -382,35 +213,5 @@ exiv2
 
 (when exiting DevStudio, say "No" when it asks you if you wish to save changes to exiv2.sln)
 
-D) Boost library name conventions
-
-    The library naming convention is:    
-    lib
-    Prefix: only ordinary static libraries use the lib prefix; import libraries and DLLs do not.
-
-    boost_regex
-    Library name: all boost library filenames begin with boost_.
-    -vc71
-    Toolset tag: identifies the toolset and version used to build the binary.
-    -mt
-    Threading tag: indicates that the library was built with multithreading support enabled.
-    Libraries built without multithreading support can be identified by the absence of -mt.
-    -d
-    ABI tag: encodes details that affect the library's interoperability with other compiled code. For each such feature, a single letter is added to the tag:
-
-    Key Use this library when:
-    s   linking statically to the C++ standard library and compiler runtime support libraries.
-    g   using debug versions of the standard and runtime support libraries.
-    y   using a special debug build of Python.
-    d   building a debug version of your code.
-    p   using the STLPort standard library rather than the default one supplied with your compiler.
-    n   using STLPort's deprecated ìnative iostreamsî feature.8
-    For example, if you build a debug version of your code for use with debug versions of the static runtime library and the STLPort standard library in ìnative iostreamsî mode, the tag would be: -sgdpn. If none of the above apply, the ABI tag is ommitted. 
-
-    -1_34
-    Version tag: the full Boost release number, with periods replaced by underscores. For example, version 1.31.1 would be tagged as "-1_31_1".
-    .lib
-    Extension: determined according to the operating system's usual convention. On most unix-style platforms the extensions are .a and .so for static libraries (archives) and shared libraries, respectively. On Windows, .dll indicates a shared library and (except for static libraries built by the gcc toolset, whose names always end in .a) .lib indicates a static or import library. Where supported by toolsets on unix variants, a full version extension is added (e.g. ".so.1.34") and a symbolic link to the library file, named without the trailing version number, will also be created.
-
 # That's all Folks
 ##
diff --git a/msvc2003/exiv2+organize.sln b/msvc2003/exiv2+organize.sln
deleted file mode 100644
index 03d2f0d..0000000
--- a/msvc2003/exiv2+organize.sln
+++ /dev/null
@@ -1,573 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exifprint", "exifprint\exifprint.vcproj", "{8391174F-52D5-4111-A0FE-E87135301CFB}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-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}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exifcomment", "exifcomment\exifcomment.vcproj", "{0BDCE87F-A5FE-49AE-BE6D-A2A3E2BB69CE}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "addmoddel", "addmoddelddmoddel.vcproj", "{271E59C4-81F9-4231-85D3-E7DDB2E2BC08}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "taglist", "taglist	aglist.vcproj", "{2CDD0F47-E4B8-4C48-AD56-64C0A67EC89B}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "utiltest", "utiltest\utiltest.vcproj", "{7E0025E8-CFBE-4941-BEB7-825F14A87EE1}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "metacopy", "metacopy\metacopy.vcproj", "{F59D0AD2-6948-474B-B506-AD14EC9BE551}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iptcprint", "iptcprint\iptcprint.vcproj", "{52034F65-28AA-4E3F-A44D-C91F6F0922F8}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iptctest", "iptctest\iptctest.vcproj", "{C8F41CDA-76AA-4053-A8DE-F80892C1C2FC}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exivsimple", "exivsimple\exivsimple.vcproj", "{EB7F30DE-DD77-4311-BB66-FFDF972052C7}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "write2-test", "write2-test\write2-test.vcproj", "{BBDB5742-0A55-4C2C-973C-E876AAED6ABE}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "write-test", "write-test\write-test.vcproj", "{94A7505B-3A53-40F0-95A2-2ECB1CEC7C57}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iotest", "iotest\iotest.vcproj", "{5D43ECB3-681D-4732-9395-AB81CD283F6C}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iptceasy", "iptceasy\iptceasy.vcproj", "{D8B36F3A-34BB-4540-A731-EEABF1DC2E05}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exifdata-test", "exifdata-test\exifdata-test.vcproj", "{36F0C797-F6BD-4F5C-8DB2-651D8502872D}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "largeiptc-test", "largeiptc-test\largeiptc-test.vcproj", "{408EB518-B855-404E-9BDC-B58F60DFA9B2}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmpsdk", "xmpsdk\xmpsdk.vcproj", "{09877CF4-83B6-44FE-A2E2-629AA5C8093E}"
-	ProjectSection(ProjectDependencies) = postProject
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmpsample", "xmpsample\xmpsample.vcproj", "{948E8E86-7F47-46B0-95B2-ED24805F3C9F}"
-	ProjectSection(ProjectDependencies) = postProject
-		{07293CAC-00DA-493E-90C9-5D010C2B1B53} = {07293CAC-00DA-493E-90C9-5D010C2B1B53}
-		{09877CF4-83B6-44FE-A2E2-629AA5C8093E} = {09877CF4-83B6-44FE-A2E2-629AA5C8093E}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmpparse", "xmpparse\xmpparse.vcproj", "{948E8E86-7F47-46B0-95B2-ED24805F3CAF}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-		{09877CF4-83B6-44FE-A2E2-629AA5C8093E} = {09877CF4-83B6-44FE-A2E2-629AA5C8093E}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmpparser-test", "xmpparser-test\xmpparser-test.vcproj", "{948E8E86-7F47-46B0-95B2-ED24805F3CBF}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-		{09877CF4-83B6-44FE-A2E2-629AA5C8093E} = {09877CF4-83B6-44FE-A2E2-629AA5C8093E}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stringto-test", "stringto-test\stringto-test.vcproj", "{156423D3-5FBB-45C6-A7CA-675B32F45C15}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prevtest", "prevtest\prevtest.vcproj", "{9D2A443C-93D3-4144-B911-D7CA7CD85DE7}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "organize", "organize\organize.vcproj", "{20B07B93-9177-407B-A111-24A9967183F8}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mmap-test", "mmap-test\mmap-test.vcproj", "{2F4235D0-B5F5-4C59-981D-BA006734B56E}"
-	ProjectSection(ProjectDependencies) = postProject
-		{831EF580-92C8-4CA8-B0CE-3D906280A54D} = {831EF580-92C8-4CA8-B0CE-3D906280A54D}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "convert-test", "convert-test
-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list