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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:46 UTC 2017


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

The following commit has been merged in the master branch:
commit 3a808e8d666031dcd9cba7afaab0f36ce578b563
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Sep 8 14:48:37 2011 +0000

    Updated README.
---
 README | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/README b/README
index 1558144..87142c9 100644
--- a/README
+++ b/README
@@ -19,21 +19,24 @@ Building and Installing
 
 You can build the libraries in the following ways:
 
-1 Linux, Mac, Cygwin, Msys (autoconf tools)
+1 UNIX-like systems (including GNU/Linux, Mac OS X, Cygwin, MinGW)
   - general notes follow
-  - FAQ concerning Cygwin/MSYS and MacOSX http://dev.exiv2.org/projects/exiv2/wiki/FAQ
-  
+  - FAQ concerning Cygwin/MSYS and Mac OS X:
+    http://dev.exiv2.org/projects/exiv2/wiki/FAQ
+
 2 Microsoft Visual C++
-  - see msvc/README-MSVC.txt (32bit build            VC7.1/2003 and up)
-  - see msvc64/ReadMe.txt    (32bit and 64 bit build VC8/2005   and up)
+  - see msvc/README-MSVC.txt (32bit build           VC7.1/2003 and up)
+  - see msvc64/ReadMe.txt    (32bit and 64bit build VC8/2005   and up)
 
 3 CMake (experimental support for cmake on all platforms)
   - see README-CMAKE for more information
 
-On UNIX-like systems (including GNU/Linux, Mac OS X, MinGW), use the 
-GNU configure script. Run the following commands from the top directory 
-(containing this file) to configure, build and install the library and 
-utility:
+To build a commercial version of the Exiv2 library, see also section 
+"Commercial version" at the end of this file.
+
+On UNIX-like systems, use the GNU configure script. Run the following
+commands from the top directory (containing this file) to configure,
+build and install the library and utility:
 
     $ ./configure
     $ make
@@ -52,9 +55,6 @@ To uninstall Exiv2 from a UNIX-like system, run:
 
     $ make uninstall
 
-To build a commercial version of the Exiv2 library, see also section 
-"Commercial version" at the end of this file.
-
 
 Dependencies
 ============
@@ -175,8 +175,7 @@ the conversion of Nikon lens data to readable lens names to build a
 commercial version of the Exiv2 library.
 
 To do this on Windows, compile the library with the preprocessor
-symbol EXV_COMMERCIAL_VERSION defined in msvc\include\exv_msvc.h.
-On UNIX-like systems, run the configure script with the options
---enable-commercial --disable-nls --disable-lensdata.
-
-
+symbol EXV_COMMERCIAL_VERSION defined in msvc\include\exv_msvc.h or
+msvc64\include\exv_msvc.h. On UNIX-like systems, run the configure
+script with the options --enable-commercial --disable-nls 
+--disable-lensdata.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list