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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:12 UTC 2017


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

The following commit has been merged in the master branch:
commit b7035753891ee4d6b1b25a9550023e26ef0742c0
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Jan 10 19:02:38 2016 +0000

    #1149.  Added fff.h (from plir.com) and code strengthening.
---
 src/fff.h        | 409 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/jpgimage.cpp |  28 +++-
 2 files changed, 435 insertions(+), 2 deletions(-)

diff --git a/src/fff.h b/src/fff.h
new file mode 100644
index 0000000..ee0652a
--- /dev/null
+++ b/src/fff.h
@@ -0,0 +1,409 @@
+/***********************************************************************
+ *
+ * Description of file:
+ *   Definition of FFF fileformat
+ *
+ ***********************************************************************/
+#ifndef FFF_H
+#define FFF_H
+
+/*=====================================================================*/
+
+#define FLIR_FILE_FORMAT           0x46464600               // FFF

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list