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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:19 UTC 2017


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

The following commit has been merged in the master branch:
commit 70adbba7599e3e1a0cf2cd57350ddc811c9550d4
Author: Robin Mills <robin at clanmills.com>
Date:   Fri May 8 20:54:02 2015 +0000

    msvc2005/configure.py - ready!  Updated msvc2005/ReadMe.txt.  Added tools/python
---
 msvc2005/ReadMe.txt             |  71 ++++++++++++++++++----
 msvc2005/configure.py           |  69 ++++++++++++++--------
 msvc2005/tools/python/depend.py |  84 ++++++++++++++++++++++++++
 msvc2005/tools/python/tee.py    | 127 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 316 insertions(+), 35 deletions(-)

diff --git a/msvc2005/ReadMe.txt b/msvc2005/ReadMe.txt
index 67a053c..990680d 100644
--- a/msvc2005/ReadMe.txt
+++ b/msvc2005/ReadMe.txt
@@ -8,7 +8,7 @@ exiv2\msvc2005\ReadMe.txt
 |          with Visual Studio 2003/5/8                      |
 +-----------------------------------------------------------+
 
-Updated: 2015-02-11
+Updated: 2015-05-08
 
 Robin Mills
 http://clanmills.com
@@ -21,9 +21,10 @@ T A B L E  o f  C O N T E N T S
 1.1  Tools
 1.2  Install zlib and expat sources.
 1.3  Open exiv2\msvc2005\exiv2.sln
-1.4  Building with and without webready
-1.5  What is build
-1.6  Express editions of DevStudio (or 32 bit only builds, or 64 bit only builds)
+1.4  Configuring build options (such as video and webready)
+1.5  Building with exiv2-webready.sln
+1.6  What is build
+1.7  Express editions of DevStudio (or 32 bit only builds, or 64 bit only builds)
 
 2    Design
 2.1  Architecture
@@ -57,6 +58,11 @@ T A B L E  o f  C O N T E N T S
      You need a DOS version of perl to build openssl.  Not the cygwin version.
      I use ActiveState Perl.
 
+     configure.bat is used to configure "non-standard" version of exiv2
+     configure.bat requires a python3 interpreter.  I use ActivePython.
+     ActivePython 3.4.1.0 (ActiveState Software Inc.) based on
+     Python 3.4.1 (default, Aug  7 2014, 13:09:27) [MSC v.1600 64 bit (AMD64)] on win32
+
      You need Cygwin to run the test suite because it is written in bash.
 
 1.2  Install zlib and expat sources.
@@ -99,9 +105,9 @@ T A B L E  o f  C O N T E N T S
      - 36 projects      (zlib, expat, xmpsdk, exiv2lib, exiv2, addmoddel etc)
      x 2 Platforms      (x64|Win32)
      x 4 Configurations (Debug|Release|DebugDLL|ReleaseDLL)
-     = 36x2x4 = 288 builds.
+     = 38x2x4 = 304 builds.
 
-     When building with webready, you add 5 libraries for a total of 328 builds.
+     When building with webready, you add 5 libraries for a total of 344 builds.
 
      If you haven't installed the x64 compiler, don't select the 64 bit configurations!
      You may have to hand-edit the vcproj and sln files to hide the 64 bit information.
@@ -109,9 +115,52 @@ T A B L E  o f  C O N T E N T S
 
      Build time is 20 minutes on a 2.2GHz Duo Core and consumes 3.0 gBytes of disk space.
      Build time with webready is of the order of one hour as we add 5 libraries.
-     (libcurl, libeay32, ssleay32,libssh,openssl)
+     (libcurl, libeay32, ssleay32, libssh, openssl)
+
+1.4  Configuring build options (such as video and webready)
+
+     The batch file configure.bat is used to reconfigure for various options.
+     You will need a python3 interpreter.  I personally use ActivePython 3.4.1
+
+	 C:
-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list