[arch-commits] Commit in luminancehdr/trunk (PKGBUILD exiv2-0.27.patch)

Evangelos Foutras foutrelis at archlinux.org
Sat May 18 18:26:11 UTC 2019


    Date: Saturday, May 18, 2019 @ 18:26:10
  Author: foutrelis
Revision: 467884

exiv2 0.27 re-rebuild

Added:
  luminancehdr/trunk/exiv2-0.27.patch
Modified:
  luminancehdr/trunk/PKGBUILD

------------------+
 PKGBUILD         |    5 ++++-
 exiv2-0.27.patch |   22 ++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-18 17:20:59 UTC (rev 467883)
+++ PKGBUILD	2019-05-18 18:26:10 UTC (rev 467884)
@@ -4,7 +4,7 @@
 
 pkgname=luminancehdr
 pkgver=2.5.1
-pkgrel=15
+pkgrel=16
 pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging'
 arch=('x86_64')
 url='http://qtpfsgui.sourceforge.net/'
@@ -16,12 +16,15 @@
 changelog=$pkgname.changelog
 options=('!emptydirs')
 source=(https://sourceforge.net/projects/qtpfsgui/files/luminance/$pkgver/luminance-hdr-$pkgver.tar.bz2
+        exiv2-0.27.patch
         qt-5.11.patch)
 sha256sums=('a8986e0afba434a2e9da7e8aed19cdb763fedc8de2655bdb496c4ee9d3f41696'
+            '1fcc5dd8a832d3f1eecc9ebf0881734b7badd7f098276c3c6f7aac6e330a0274'
             '08f8c279d42581d7fb14b781491f2d989fff1816a32e943a834591ac20088ebd')
 
 prepare() {
   cd "${srcdir}"/luminance-hdr-$pkgver
+  patch -Np1 -i ../exiv2-0.27.patch
   patch -Np1 -i ../qt-5.11.patch
 }
 

Added: exiv2-0.27.patch
===================================================================
--- exiv2-0.27.patch	                        (rev 0)
+++ exiv2-0.27.patch	2019-05-18 18:26:10 UTC (rev 467884)
@@ -0,0 +1,22 @@
+diff -upr luminance-hdr-2.5.1.orig/src/Exif/ExifOperations.cpp luminance-hdr-2.5.1/src/Exif/ExifOperations.cpp
+--- luminance-hdr-2.5.1.orig/src/Exif/ExifOperations.cpp	2017-05-10 22:14:06.000000000 +0300
++++ luminance-hdr-2.5.1/src/Exif/ExifOperations.cpp	2019-05-18 21:23:42.896523088 +0300
+@@ -35,6 +35,7 @@
+ #include <boost/assign/list_of.hpp>
+ 
+ #include <exif.hpp>
++#include <exiv2/exiv2.hpp>
+ #include <image.hpp>
+ 
+ #include "ExifOperations.h"
+diff -upr luminance-hdr-2.5.1.orig/src/TransplantExif/TransplantExifDialog.cpp luminance-hdr-2.5.1/src/TransplantExif/TransplantExifDialog.cpp
+--- luminance-hdr-2.5.1.orig/src/TransplantExif/TransplantExifDialog.cpp	2017-05-10 22:14:06.000000000 +0300
++++ luminance-hdr-2.5.1/src/TransplantExif/TransplantExifDialog.cpp	2019-05-18 21:23:22.738689726 +0300
+@@ -26,6 +26,7 @@
+ #include <QFileInfo>
+ #include <image.hpp>
+ #include <exif.hpp>
++#include <exiv2/exiv2.hpp>
+ 
+ #include "Common/global.h"
+ #include "Common/config.h"



More information about the arch-commits mailing list