Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2020 06:43:19 +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: r528901 - head/multimedia/mlt/files
Message-ID:  <202003220643.02M6hJEe060447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Mar 22 06:43:19 2020
New Revision: 528901
URL: https://svnweb.freebsd.org/changeset/ports/528901

Log:
  multimedia/mlt: prepare for Qt5 upgrade

Added:
  head/multimedia/mlt/files/
  head/multimedia/mlt/files/patch-src_modules_qt_filter__qtext.cpp   (contents, props changed)
  head/multimedia/mlt/files/patch-src_modules_qt_graph.cpp   (contents, props changed)
  head/multimedia/mlt/files/patch-src_modules_qt_kdenlivetitle__wrapper.cpp   (contents, props changed)
  head/multimedia/mlt/files/patch-src_modules_qt_producer__qtext.cpp   (contents, props changed)

Added: head/multimedia/mlt/files/patch-src_modules_qt_filter__qtext.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mlt/files/patch-src_modules_qt_filter__qtext.cpp	Sun Mar 22 06:43:19 2020	(r528901)
@@ -0,0 +1,10 @@
+--- src/modules/qt/filter_qtext.cpp.orig	2020-03-22 06:37:39 UTC
++++ src/modules/qt/filter_qtext.cpp
+@@ -21,6 +21,7 @@
+ #include <framework/mlt.h>
+ #include <framework/mlt_log.h>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QString>
+ 
+ static QRectF get_text_path( QPainterPath* qpath, mlt_properties filter_properties, const char* text, double scale )

Added: head/multimedia/mlt/files/patch-src_modules_qt_graph.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mlt/files/patch-src_modules_qt_graph.cpp	Sun Mar 22 06:43:19 2020	(r528901)
@@ -0,0 +1,10 @@
+--- src/modules/qt/graph.cpp.orig	2020-03-22 06:36:38 UTC
++++ src/modules/qt/graph.cpp
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include "graph.h"
++#include <QPainterPath>
+ #include <QVector>
+ #include <math.h>
+ 

Added: head/multimedia/mlt/files/patch-src_modules_qt_kdenlivetitle__wrapper.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mlt/files/patch-src_modules_qt_kdenlivetitle__wrapper.cpp	Sun Mar 22 06:43:19 2020	(r528901)
@@ -0,0 +1,10 @@
+--- src/modules/qt/kdenlivetitle_wrapper.cpp.orig	2020-03-22 06:37:07 UTC
++++ src/modules/qt/kdenlivetitle_wrapper.cpp
+@@ -28,6 +28,7 @@
+ #include <QGraphicsScene>
+ #include <QGraphicsTextItem>
+ #include <QGraphicsSvgItem>
++#include <QPainterPath>
+ #include <QSvgRenderer>
+ #include <QTextCursor>
+ #include <QTextDocument>

Added: head/multimedia/mlt/files/patch-src_modules_qt_producer__qtext.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/mlt/files/patch-src_modules_qt_producer__qtext.cpp	Sun Mar 22 06:43:19 2020	(r528901)
@@ -0,0 +1,10 @@
+--- src/modules/qt/producer_qtext.cpp.orig	2020-03-22 06:32:03 UTC
++++ src/modules/qt/producer_qtext.cpp
+@@ -26,6 +26,7 @@
+ #include <QImage>
+ #include <QColor>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QFont>
+ #include <QString>
+ #include <QTextCodec>



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