pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

leocad: Update to 23.03



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Sun Jun 4 17:30:47 2023 +1000
Changeset:	307881e7a47db85e7b8703d05d6d6e987f4462aa

Modified Files:
	leocad/Makefile
	leocad/distinfo

Log Message:
leocad: Update to 23.03

Changes:
    Added new timeline menu option to move selection to a new step.
    Place new pieces relative to the side of the piece under the mouse.
    Scan submodels when dragging a new piece into the model.
    Added support for trackpad pan gesture.
    Slow down mouse wheel zoom when the shift key is down.
    Added option to print from the instructions dialog.
    Weight vertex normals based on the angle of each face.
    Customizable object colors.
    Removed commas from descriptions in csv files.
    Added --export-csv command line option.
    Almost unlimited control points in synthesized pieces
    Fixed menus in fullscreen mode on Windows.
    Fixed missing steps at the end of instructions.
    Fixed submodels not being added to instructions.
    Fixed gradient background tiles.
    Fixed POV render issues with synth parts.
    Don't show invalid submodels in properties parts list.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=307881e7a47db85e7b8703d05d6d6e987f4462aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 leocad/Makefile | 2 +-
 leocad/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/leocad/Makefile b/leocad/Makefile
index 373733bb97..f0499cce62 100644
--- a/leocad/Makefile
+++ b/leocad/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		leocad-21.06
+DISTNAME=		leocad-23.03
 CATEGORIES=		cad
 MASTER_SITES=		${MASTER_SITE_GITHUB:=leozide/}
 GITHUB_PROJECT=		leocad
diff --git a/leocad/distinfo b/leocad/distinfo
index cadde7f56d..5476164bb2 100644
--- a/leocad/distinfo
+++ b/leocad/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (leocad-21.06.tar.gz) = fe510e60bddeba5b5ba7fe4f196fd86c6927b0ed826443052edc9f0546861e71
-SHA512 (leocad-21.06.tar.gz) = 6cc868d3da15f9fe003a70d3a8ebaf2b4e6562a8728652cb7fc9e3ab5ddd9a90c5e433fd4d37cc9f972dc314399b4edb34fe5d9cd47ad63bf7c5d71e04e3c662
-Size (leocad-21.06.tar.gz) = 2213955 bytes
+BLAKE2s (leocad-23.03.tar.gz) = 2196b8b6963e36894937a15ad9db7e8c917678215419c404e1b25240293e23b4
+SHA512 (leocad-23.03.tar.gz) = cacc98fe3e9797bd3d3a9c0ca7b0d5c1f4230810fff8c0a196d30e395419b2db5db1e27ac7e9f28da68de9cedfa6c2ab90d31b3970dcfc3c925948a673ef2547
+Size (leocad-23.03.tar.gz) = 2226953 bytes
 SHA1 (patch-common_lc__application.h) = 759bfb463074d0a9a585610dec09ef444c16ebe5
 SHA1 (patch-common_lc__collapsiblewidget.h) = 091d47c6777ead7720e4f9b566a6fdc17b5edf03
 SHA1 (patch-common_lc__edgecolordialog.cpp) = 9db39fda3ed607029d2bbc1041cd8be92b5f2c22


Home | Main Index | Thread Index | Old Index