pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ipe ipe: Fix building with current version of...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7b58fab7072
branches: trunk
changeset: 442786:f7b58fab7072
user: nia <nia%pkgsrc.org@localhost>
date: Mon Nov 30 13:34:41 2020 +0000
description:
ipe: Fix building with current version of Qt.
diffstat:
graphics/ipe/distinfo | 3 ++-
graphics/ipe/patches/patch-ipecanvas_ipecanvas__qt.cpp | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 518009aa7fd5 -r f7b58fab7072 graphics/ipe/distinfo
--- a/graphics/ipe/distinfo Mon Nov 30 13:23:55 2020 +0000
+++ b/graphics/ipe/distinfo Mon Nov 30 13:34:41 2020 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.2 2019/01/01 16:34:09 wiz Exp $
+$NetBSD: distinfo,v 1.3 2020/11/30 13:34:41 nia Exp $
SHA1 (ipe-7.2.7-src.tar.gz) = 58410e29c04e7a7c3978bd9afe6d25a7924bd30d
RMD160 (ipe-7.2.7-src.tar.gz) = 6d68ad7831923d04ba07086f3dde2be9830d756a
SHA512 (ipe-7.2.7-src.tar.gz) = 01c855f77814e59c56198fd9216be61ac7b9b6de827eaa18cbd9464c6c5116ca11d2d3b64a71edee94aecafe0d731352455e476657c7d2e9a2237e0cfa1f7bf5
Size (ipe-7.2.7-src.tar.gz) = 1561350 bytes
SHA1 (patch-config.mak) = 29a5115e66b4e899692ecfe3c6a0438efb6d9cc2
+SHA1 (patch-ipecanvas_ipecanvas__qt.cpp) = abf7937e2860fd9ff0ba36ee92952d1a987190cd
SHA1 (patch-ipelib_ipeplatform.cpp) = 4d94deab1dbf9dcf40777651e8437a6b0af9b397
diff -r 518009aa7fd5 -r f7b58fab7072 graphics/ipe/patches/patch-ipecanvas_ipecanvas__qt.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ipe/patches/patch-ipecanvas_ipecanvas__qt.cpp Mon Nov 30 13:34:41 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ipecanvas_ipecanvas__qt.cpp,v 1.1 2020/11/30 13:34:41 nia Exp $
+
+include <QPainterPath> to fix build with current version of Qt.
+
+--- ipecanvas/ipecanvas_qt.cpp.orig 2016-12-09 14:09:05.000000000 +0000
++++ ipecanvas/ipecanvas_qt.cpp
+@@ -35,6 +35,7 @@
+ #include <cairo.h>
+
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPaintEvent>
+
+ using namespace ipe;
Home |
Main Index |
Thread Index |
Old Index