summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-02-09 17:01:04 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-02-09 17:01:04 +0700
commitb44e163652e4fa7046843f3bd4ee25ba14f52caf (patch)
tree46da6aec328f4aa1dda40e9daa04cbb29b8b3ec5 /sci-visualization/veusz/files
parentdev-python/cmd2: amd64 stable wrt bug #708770 (diff)
downloadgentoo-b44e163652e4fa7046843f3bd4ee25ba14f52caf.tar.gz
gentoo-b44e163652e4fa7046843f3bd4ee25ba14f52caf.tar.bz2
gentoo-b44e163652e4fa7046843f3bd4ee25ba14f52caf.zip
sci-visualization/veusz: cleaning old
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-visualization/veusz/files')
-rw-r--r--sci-visualization/veusz/files/fix_spline.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-visualization/veusz/files/fix_spline.patch b/sci-visualization/veusz/files/fix_spline.patch
deleted file mode 100644
index a7d6bd85c48b..000000000000
--- a/sci-visualization/veusz/files/fix_spline.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# Upstream patch that fixes spline interpolation:
-# https://github.com/veusz/veusz/commit/b4223800744034880fd1ca1165853636b31e576c
-diff -Naur old/veusz/helpers/src/qtloops/beziers.cpp new/veusz/helpers/src/qtloops/beziers.cpp
---- old/veusz/helpers/src/qtloops/beziers.cpp 2017-09-23 11:10:46.000000000 +0300
-+++ new/veusz/helpers/src/qtloops/beziers.cpp 2018-08-04 21:27:01.000000000 +0300
-@@ -1013,8 +1013,8 @@
- return 0;
- }
-
-- // factor of 0.1 introduced by JSS to stop more hooks
-- double const allowed = L2(b - a)*0.1 + tolerance;
-+ // factor of 0.2 introduced by JSS to stop more hooks
-+ double const allowed = L2(b - a)*0.2 + tolerance;
- return dist / allowed;
- /** \todo
- * effic: Hooks are very rare. We could start by comparing