[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:47 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=5c88be9
The following commit has been merged in the master branch:
commit 5c88be9861da858485abf81ede6cdeca3217af38
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sun Jun 27 10:11:55 2010 +0000
Added exiv2.hpp as a wrapper to easily include all objects published in the Exiv2 namespace.
---
src/{mn.hpp => exiv2.hpp} | 48 ++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 41 insertions(+), 7 deletions(-)
diff --git a/src/mn.hpp b/src/exiv2.hpp
similarity index 57%
copy from src/mn.hpp
copy to src/exiv2.hpp
index 95f4aca..fb8de97 100644
--- a/src/mn.hpp
+++ b/src/exiv2.hpp
@@ -19,27 +19,61 @@
* Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
*/
/*!
- @file mn.hpp
- @brief Include all makernote header files. Makes sure that the static
- variable used to register makernotes is instantiated.
+ @file exiv2.hpp
+ @brief Include all Exiv2 header files.
@version $Rev$
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
- @date 28-May-05, ahu: created
+ @date 21-Jun-10, ahu: created
*/
-#ifndef MN_HPP_
-#define MN_HPP_
+#ifndef EXIV2_HPP_
+#define EXIV2_HPP_
// *****************************************************************************
// included header files
+#include "basicio.hpp"
+#include "bmpimage.hpp"
#include "canonmn.hpp"
+#include "convert.hpp"
+#include "cr2image.hpp"
+#include "crwimage.hpp"
+#include "datasets.hpp"
+#include "easyaccess.hpp"
+#include "error.hpp"
+#include "exif.hpp"
+#include "exiv2.hpp"
#include "fujimn.hpp"
+#include "futils.hpp"
+#include "gifimage.hpp"
+#include "image.hpp"
+#include "iptc.hpp"
+#include "jp2image.hpp"
+#include "jpgimage.hpp"
+#include "metadatum.hpp"
#include "minoltamn.hpp"
+#include "mn.hpp"
+#include "mrwimage.hpp"
#include "nikonmn.hpp"
#include "olympusmn.hpp"
+#include "orfimage.hpp"
#include "panasonicmn.hpp"
#include "pentaxmn.hpp"
+#include "pgfimage.hpp"
+#include "pngimage.hpp"
+#include "preview.hpp"
+#include "properties.hpp"
+#include "psdimage.hpp"
+#include "rafimage.hpp"
+#include "rw2image.hpp"
#include "sigmamn.hpp"
#include "sonymn.hpp"
+#include "tags.hpp"
+#include "tgaimage.hpp"
+#include "tiffimage.hpp"
+#include "types.hpp"
+#include "value.hpp"
+#include "version.hpp"
+#include "xmp.hpp"
+#include "xmpsidecar.hpp"
-#endif // #ifndef MN_HPP_
+#endif // #ifndef EXIV2_HPP_
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list