From db032688dfff0df0cd92849f13033b28a8b1b1f2 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Sun, 25 Mar 2018 17:09:05 +0000 Subject: Update multimedia/mythtv and related ports to 29.1 [1] Convert multimedia/mythtv-frontend to a slave port of multimedia/mythtv which should make future updates much easier. Upstream security patches have been added to address known vulnerabilities in the bundled ffmpeg 3.2. PR: 225652 (initial patches to update to 29.0) [1] Submitted by: [1] Differential Revision: https://reviews.freebsd.org/D14563 --- .../mythtv/files/patch-libs_libmythui_mythgesture.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp (limited to 'multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp') diff --git a/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp b/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp deleted file mode 100644 index 48fae3f107b6..000000000000 --- a/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- libs/libmythui/mythgesture.cpp.orig 2015-06-16 16:03:30 UTC -+++ libs/libmythui/mythgesture.cpp -@@ -28,6 +28,7 @@ - - #include "mythgesture.h" - -+#include - #include - #include - #include -@@ -284,7 +285,7 @@ bool MythGesture::record(const QPoint & p) - int dely = p.y() - points.back().y(); - - /* step by the greatest delta direction */ -- if (abs(delx) > abs(dely)) -+ if (std::abs(delx) > std::abs(dely)) - { - float iy = points.back().y(); - -- cgit v1.2.3