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


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

The following commit has been merged in the master branch:
commit 4ed7704f523066769034e36deb6a0fb3a0107311
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Feb 25 22:25:10 2015 +0000

    Update CMake documentation for Exiv2 v0.25.
---
 README-CMAKE | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/README-CMAKE b/README-CMAKE
index d7ef9bf..a6fbf64 100644
--- a/README-CMAKE
+++ b/README-CMAKE
@@ -3,19 +3,19 @@ NOTE:
 
 * CMake scripts are "work in progress".
   Use them only if you're prepared to fix them.
-  See TODO-CMAKE for pending tasks. 
+  See TODO-CMAKE for known pending tasks. 
 
-* The existing make, msvc and msvc64 build files will continue
-  to be supported by exiv2 until at least v0.25.
-  We will flag them as "deprecated" for at least one release cycle (about 6 months).
+* The existing automake (./configure), msvc2003 and msvc64 build files will continue
+  to be supported by exiv2 until at least v0.26.
+  We will flag them as "deprecated" for at least one release cycle (about 12 months).
   Our plan is to only support CMake when our scripts are feature-complete, stable and documented.
   
-  All help is appreciated - especially if you are willing to run
-  builds and tests on any platform.  Thanks for your help.
+  All help is appreciated.  If you know and understand CMake (especially with Visual Studio)
+  please consider contributing your time and skill to help Exiv2 and CMake work well together.
   
 Robin Mills
 robin at clanmills.com
-2012-06-01
+2015-02-23
 
 -------------------------------------------------------------------------------
 
@@ -27,7 +27,7 @@ TABLE OF CONTENTS
 
 1 CMake resources
 2 Building and Installing for Unix type systems
-3 Building and Installing for DevStudio Users
+3 Building and Installing for Visual Studio Users
 4 Building and Installing for other users (Xcode, Eclipse, Qt)
 
 1 CMake resources
@@ -101,10 +101,10 @@ b) Using the cmake GUI
 3 Building and installing for DevStudio Users
 =============================================
 
-exiv2 provides three build environment for users of DevStudio:
+exiv2 provides three build environment for users of Visual Studio:
 
-msvc:	32 bit build environment for MSVC 2003 (and 2005 and 2008)
-msvc64: 32 bit AND 64 bit build environment for MSVC 2005 (and 2008 and 2010)
+msvc2003: 32 bit build environment for MSVC 2003
+msvc2005: 32 bit AND 64 bit build environment for MSVC 2005 and later (2008/10/12/13)
 cmake:  This environment
 
 CMake doesn't build code.  It generates build environments.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list