[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:39 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9a1b7df
The following commit has been merged in the master branch:
commit 9a1b7df0ed746505711bca849f6c6a6a1824106e
Author: Robin Mills <robin at clanmills.com>
Date: Thu Aug 27 10:50:26 2015 +0000
#1110. Adding notes.
---
xcode/ReadMe.txt | 25 +++++++++++++++++++++++++
xcode/exiv2.xcodeproj/project.pbxproj | 4 ++++
2 files changed, 29 insertions(+)
diff --git a/xcode/ReadMe.txt b/xcode/ReadMe.txt
new file mode 100644
index 0000000..4b07bbb
--- /dev/null
+++ b/xcode/ReadMe.txt
@@ -0,0 +1,25 @@
+Exiv2 xcode/ReadMe.txt
+--------------------------------------
+See http://dev.exiv2.org/issues/1110
+
+exiv2.xcodeproj is a "no thrills" wrapper for the autotools:
+
+Target Command
+config make config
+configure ./configure
+exiv2 make CXXFLAGS=-ggdb
+install sudo make install
+samples make samples
+tests make tests
+exiv2json make exiv2json
+
+About executables:
+
+When you add an executable to the "run" command, use:
+
+bin/.libs/exiv2 As this uses the build library (without having to run install)
+
+For all sample applications, including exiv2json, you will have to run install when you make library changes.
+
+Robin Mills
+robin at clanmills.com
diff --git a/xcode/exiv2.xcodeproj/project.pbxproj b/xcode/exiv2.xcodeproj/project.pbxproj
index d48dc19..243bbc6 100644
--- a/xcode/exiv2.xcodeproj/project.pbxproj
+++ b/xcode/exiv2.xcodeproj/project.pbxproj
@@ -166,6 +166,7 @@
A10C3F4717DE241F008DC351 /* version.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = version.hpp; sourceTree = "<group>"; };
A10C3F4817DE241F008DC351 /* xmp.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = xmp.hpp; sourceTree = "<group>"; };
A10C3F4917DE241F008DC351 /* xmpsidecar.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = xmpsidecar.hpp; sourceTree = "<group>"; };
+ A1467F9B1B8F1B0400A2E7CD /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };
A17533341B8E7C63003247E0 /* path-test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = "path-test"; path = "../bin/path-test"; sourceTree = "<group>"; };
A17533351B8E7C63003247E0 /* metacopy */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = metacopy; path = ../bin/metacopy; sourceTree = "<group>"; };
A17533361B8E7C63003247E0 /* geotag */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = geotag; path = ../bin/geotag; sourceTree = "<group>"; };
@@ -265,6 +266,7 @@
A10C3EB117DE224C008DC351 = {
isa = PBXGroup;
children = (
+ A1467F9B1B8F1B0400A2E7CD /* ReadMe.txt */,
A17533331B8E7C12003247E0 /* bin */,
A10C3EFE17DE241F008DC351 /* include */,
A1C107F417DF042500DB5F0F /* samples */,
@@ -1195,6 +1197,7 @@
A14E159A1B8F04F8006F2E61 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
A14E159D1B8F0755006F2E61 /* Build configuration list for PBXLegacyTarget "configure" */ = {
isa = XCConfigurationList;
@@ -1203,6 +1206,7 @@
A14E159F1B8F0755006F2E61 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
A17533751B8E7DA9003247E0 /* Build configuration list for PBXLegacyTarget "tests" */ = {
isa = XCConfigurationList;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list