[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:57 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=098715e
The following commit has been merged in the master branch:
commit 098715ee83b9e0f721254d0cf014595415a518e2
Author: Robin Mills <robin at clanmills.com>
Date: Tue Nov 24 11:03:42 2015 +0000
#1041 rename build.cmd as cmakeBuild.cmd and setenv.cmd as cmakeDefaults.cmd
I'm giving up on CMake/Visual Studio. Works OK with exiv2/zlib/expat. Hopeless for webready.
CMake cannot build openssl with VS
CMake/VS/curl is poor (issues a warning)
CMake/VS/libssh is broken (bug and fix reported)
---
contrib/cmake/msvc/ReadMe.txt | 10 ++---
contrib/cmake/msvc/{build.cmd => cmakeBuild.cmd} | 51 ++++++++++++++--------
.../cmake/msvc/{setenv.cmd => cmakeDefaults.cmd} | 0
3 files changed, 38 insertions(+), 23 deletions(-)
diff --git a/contrib/cmake/msvc/ReadMe.txt b/contrib/cmake/msvc/ReadMe.txt
index c4c8ab3..294874e 100755
--- a/contrib/cmake/msvc/ReadMe.txt
+++ b/contrib/cmake/msvc/ReadMe.txt
@@ -27,26 +27,26 @@ How to use this
cd <exiv2dir>
mkdir ..uild
- Ensure that build.cmd and setenv.cmd are on your path (eg your build directory)
+ Ensure that cmakeBuild.cmd and cmakeDefaults.cmd are on your path (eg your build directory)
copy contrib
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list