[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:38:18 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=742af56
The following commit has been merged in the master branch:
commit 742af56f71f35dc4a246ab51416bde4788dcadaa
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Wed Feb 21 16:36:24 2007 +0000
Added dependencies section
---
README | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/README b/README
index b2116d9..5a24bf3 100644
--- a/README
+++ b/README
@@ -28,10 +28,6 @@ If you downloaded the source code from the subversion repository, you
won't have a configure script. Run 'make config' to generate it and see
the section "Hacking" below.
-zlib (http://www.zlib.net/) is required for PNG support, so you'll need
-to have the zlib library and header files installed or run configure with
-the --without-zlib flag.
-
The default install locations are /usr/local/lib for the library,
/usr/local/bin for the exiv2 utility and /usr/local/include/exiv2 for the
header files. Use the --prefix=directory option of the configure script to
@@ -44,6 +40,25 @@ To uninstall Exiv2 from a UNIX-like system, run:
$ make uninstall
+Dependencies
+============
+
+The following features are enabled by default and may require external
+libraries. They can be controlled through configure options.
+
+Feature Package Configure options
+------------------------- ------- ----------------------------
+PNG image support zlib --without-zlib
+ --with-zlib=DIR
+National language support gettext --disable-nls
+Decoding Windows XP tags iconv --without-libiconv-prefix
+ --with-libiconv-prefix[=DIR]
+
+zlib http://www.zlib.net/
+gettext http://www.gnu.org/software/gettext/
+iconv http://www.gnu.org/software/libiconv/
+
+
Troubleshooting
===============
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list