Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2019 08:08:47 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495106 - in head/graphics/photivo: . files
Message-ID:  <201903090808.x2988lOx075177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar  9 08:08:47 2019
New Revision: 495106
URL: https://svnweb.freebsd.org/changeset/ports/495106

Log:
  graphics/photivo: prepare for exiv2-0.27
  
  PR:		235943

Added:
  head/graphics/photivo/files/patch-Sources_ptImageHelper.h   (contents, props changed)
  head/graphics/photivo/files/patch-Sources_ptMainWindow.h   (contents, props changed)
Modified:
  head/graphics/photivo/Makefile

Modified: head/graphics/photivo/Makefile
==============================================================================
--- head/graphics/photivo/Makefile	Sat Mar  9 08:07:31 2019	(r495105)
+++ head/graphics/photivo/Makefile	Sat Mar  9 08:08:47 2019	(r495106)
@@ -3,7 +3,7 @@
 
 PORTNAME=	photivo
 PORTVERSION=	0.0.2015.03.21
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/${PORTNAME}/
 DISTNAME=	source-archive
@@ -25,7 +25,8 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 USES=		cmake compiler:c++11-lib desktop-file-utils dos2unix \
 		gettext-runtime gnome jpeg pkgconfig zip
 USE_GNOME=	glib20
-DOS2UNIX_FILES=	Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h
+DOS2UNIX_FILES=	Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h \
+		Sources/ptImageHelper.h Sources/ptMainWindow.h
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Added: head/graphics/photivo/files/patch-Sources_ptImageHelper.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/photivo/files/patch-Sources_ptImageHelper.h	Sat Mar  9 08:08:47 2019	(r495106)
@@ -0,0 +1,13 @@
+Fix build against exiv2-0.27
+
+--- Sources/ptImageHelper.h.orig	2019-03-09 08:02:50 UTC
++++ Sources/ptImageHelper.h
+@@ -30,7 +30,7 @@
+ #include <QString>
+ #include <QImage>
+ #include <exiv2/iptc.hpp>
+-#include <exiv2/xmp.hpp>
++#include <exiv2/exiv2.hpp>
+ 
+ //==============================================================================
+ 

Added: head/graphics/photivo/files/patch-Sources_ptMainWindow.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/photivo/files/patch-Sources_ptMainWindow.h	Sat Mar  9 08:08:47 2019	(r495106)
@@ -0,0 +1,12 @@
+Fix build against exiv2-0.27
+
+--- Sources/ptMainWindow.h.orig	2019-03-09 08:00:46 UTC
++++ Sources/ptMainWindow.h
+@@ -42,6 +42,7 @@
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+ #include <exiv2/image.hpp>
+ #pragma GCC diagnostic pop
++#include <exiv2/exiv2.hpp>
+ 
+ #include <memory>
+ using std::unique_ptr;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903090808.x2988lOx075177>