Received: by mail.netbsd.org (Postfix, from userid 605) id DEEEB84DDA; Tue, 1 Oct 2019 22:44:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6734684DD5 for ; Tue, 1 Oct 2019 22:44:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yWa4lse05Esg for ; Tue, 1 Oct 2019 22:44:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BB27A84CDA for ; Tue, 1 Oct 2019 22:44:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8E39FBF4; Tue, 1 Oct 2019 22:44:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569969888168610" MIME-Version: 1.0 Date: Tue, 1 Oct 2019 22:44:48 +0000 From: "Yorick Hardy" Subject: CVS commit: pkgsrc/editors/xournal To: pkgsrc-changes@NetBSD.org Reply-To: yhardy@netbsd.org X-Mailer: log_accum Message-Id: <20191001224448.B8E39FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1569969888168610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: yhardy Date: Tue Oct 1 22:44:48 UTC 2019 Modified Files: pkgsrc/editors/xournal: distinfo Log Message: editors/xournal: add a patch to smooth out "steps" on NetBSD On NetBSD, absolute coordinate changes are reported as an X value followed by a Y value, which (when moving quickly) leads to a "stepping" effect. Using a Bezier curve fitting for the points yields a smooth curve in most cases, and does not seem to adversely affect the user experience (even with a conventional mouse). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/xournal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569969888168610 Content-Disposition: inline Content-Length: 914 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/xournal/distinfo diff -u pkgsrc/editors/xournal/distinfo:1.5 pkgsrc/editors/xournal/distinfo:1.6 --- pkgsrc/editors/xournal/distinfo:1.5 Sat Aug 10 06:53:28 2019 +++ pkgsrc/editors/xournal/distinfo Tue Oct 1 22:44:48 2019 @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.5 2019/08/10 06:53:28 yhardy Exp $ +$NetBSD: distinfo,v 1.6 2019/10/01 22:44:48 yhardy Exp $ SHA1 (xournal-0.4.8.2016.tar.gz) = a08d0fde395ea95570e560295df5f97be3c3a6e2 RMD160 (xournal-0.4.8.2016.tar.gz) = 36a0b2bb848d4801e2b00cf2cd58c8f847488c5d SHA512 (xournal-0.4.8.2016.tar.gz) = 1426d5c9ba3486fbe342d49fc19fcc162965cd6a7b7754f79665e43fe0e60e6f42f61969405ace78fdaa7b99cbb3d4b07b7fb5df246d68a329b52084b6eec76e Size (xournal-0.4.8.2016.tar.gz) = 646082 bytes +SHA1 (patch-src_xo-paint.c) = 2a46e9fb2d0b06e1431e30ae186d01b2d30ec6a8 SHA1 (patch-src_xo-shapes.c) = ab5a56780dd6fa37a3b51f89468c6100137454f3 --_----------=_1569969888168610--