pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/hugin



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 12 08:08:36 UTC 2023

Modified Files:
        pkgsrc/graphics/hugin: Makefile PLIST distinfo

Log Message:
hugin: updated to 2022.0.0

Changes since 2021.0.0

Add simple edge fill option to fill black edges in panorama with homogenous color.
Simplified the assistant page with only the necessary GUI controls to make it more clear for beginners and casual users.
Several improvements to control points tab (e.g. magnifier displays now warped image for better judgement of wide angle/fisheye images).
Improved handling of duplicate control points when running cpfind.
Extended command line tools pto_mask (--delete-mask) and pano_modify (allow specifying crop relative to canvas size).
Several bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/graphics/hugin/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/hugin/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/hugin/distinfo

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

Modified files:

Index: pkgsrc/graphics/hugin/Makefile
diff -u pkgsrc/graphics/hugin/Makefile:1.123 pkgsrc/graphics/hugin/Makefile:1.124
--- pkgsrc/graphics/hugin/Makefile:1.123        Tue Jan  3 17:37:24 2023
+++ pkgsrc/graphics/hugin/Makefile      Thu Jan 12 08:08:36 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2023/01/03 17:37:24 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2023/01/12 08:08:36 adam Exp $
 
-DISTNAME=      hugin-2021.0.0
-PKGREVISION=   4
+DISTNAME=      hugin-2022.0.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hugin/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/graphics/hugin/PLIST
diff -u pkgsrc/graphics/hugin/PLIST:1.15 pkgsrc/graphics/hugin/PLIST:1.16
--- pkgsrc/graphics/hugin/PLIST:1.15    Tue May 31 09:09:38 2022
+++ pkgsrc/graphics/hugin/PLIST Thu Jan 12 08:08:36 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/05/31 09:09:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2023/01/12 08:08:36 adam Exp $
 bin/PTBatcherGUI
 bin/align_image_stack
 bin/autooptimiser
@@ -76,33 +76,33 @@ share/applications/PTBatcherGUI.desktop
 share/applications/calibrate_lens_gui.desktop
 share/applications/hugin.desktop
 share/applications/pto_gen.desktop
-share/hugin/data/blended_stacks.executor
+share/hugin/data/assistant/duallens.assistant
+share/hugin/data/assistant/multirow.assistant
+share/hugin/data/assistant/normal.assistant
+share/hugin/data/assistant/scanned.assistant
+share/hugin/data/assistant/scanned2.assistant
+share/hugin/data/assistant/stacked.assistant
 share/hugin/data/celeste.model
 share/hugin/data/default.setting
-share/hugin/data/duallens.assistant
 share/hugin/data/expressions.ini
-share/hugin/data/focus_stack.executor
-share/hugin/data/fused_layers.executor
-share/hugin/data/hdr_pano.executor
 share/hugin/data/hugin_exiftool_copy.arg
 share/hugin/data/hugin_exiftool_final_example.arg
 share/hugin/data/hugin_rt.pp3
-share/hugin/data/median_stack.executor
-share/hugin/data/multirow.assistant
-share/hugin/data/normal.assistant
-share/hugin/data/normal_enblend.executor
-share/hugin/data/normal_enblend_cubic.executor
-share/hugin/data/normal_layered_tiff.executor
-share/hugin/data/normal_smartblend.executor
+share/hugin/data/output/blended_stacks.executor
+share/hugin/data/output/focus_stack.executor
+share/hugin/data/output/fused_layers.executor
+share/hugin/data/output/hdr_pano.executor
+share/hugin/data/output/median_stack.executor
+share/hugin/data/output/normal_enblend.executor
+share/hugin/data/output/normal_enblend_cubic.executor
+share/hugin/data/output/normal_layered_tiff.executor
+share/hugin/data/output/normal_smartblend.executor
+share/hugin/data/output/zeronoise.executor
 share/hugin/data/plugins-templates/dual_use.py
 share/hugin/data/plugins-templates/plugin_skeleton.py
 share/hugin/data/plugins/README_woa.txt
 share/hugin/data/plugins/top_five.py
 share/hugin/data/plugins/woa.py
-share/hugin/data/scanned.assistant
-share/hugin/data/scanned2.assistant
-share/hugin/data/stacked.assistant
-share/hugin/data/zeronoise.executor
 share/hugin/xrc/about.xrc
 share/hugin/xrc/batch_frame.xrc
 share/hugin/xrc/batch_menu.xrc
@@ -508,6 +508,9 @@ share/hugin/xrc/data/intro.htm
 share/hugin/xrc/data/keyboard_pl.html
 share/hugin/xrc/data/list.png
 share/hugin/xrc/data/logo.png
+share/hugin/xrc/data/number1.png
+share/hugin/xrc/data/number2.png
+share/hugin/xrc/data/number3.png
 share/hugin/xrc/data/optimize.png
 share/hugin/xrc/data/output_blended_fused.png
 share/hugin/xrc/data/output_fused_blended.png

Index: pkgsrc/graphics/hugin/distinfo
diff -u pkgsrc/graphics/hugin/distinfo:1.28 pkgsrc/graphics/hugin/distinfo:1.29
--- pkgsrc/graphics/hugin/distinfo:1.28 Tue May 31 09:09:38 2022
+++ pkgsrc/graphics/hugin/distinfo      Thu Jan 12 08:08:36 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2022/05/31 09:09:38 adam Exp $
+$NetBSD: distinfo,v 1.29 2023/01/12 08:08:36 adam Exp $
 
-BLAKE2s (hugin-2021.0.0.tar.bz2) = 49a2080af6b884cbdeab29943b56fd8058f65ca623603f6aee2fb9f55ac24900
-SHA512 (hugin-2021.0.0.tar.bz2) = fb491af2543dda8c6d3c9d125936a32a04109eec39e3091347ef2856073d4e1f04017686acb8000e50e29a0ac8dcfe463b63613b277f8fb4aec0537f58a6c853
-Size (hugin-2021.0.0.tar.bz2) = 10333565 bytes
+BLAKE2s (hugin-2022.0.0.tar.bz2) = e6d9ce2ec7edee976ab29b8355e470850eb0f422ee3df464d7f01f684b89698c
+SHA512 (hugin-2022.0.0.tar.bz2) = 752bdaaea666a24bddc72b4aa4ccfbf366af30022102a2e74fad9c86045b3aeae50929a8a3eb27e296b27bdb487ecd60b6e363b23413e08af6ed944686569c97
+Size (hugin-2022.0.0.tar.bz2) = 10374360 bytes
 SHA1 (patch-CMakeLists.txt) = 94e087f3eeab899a6dad701cc4d8a95414a980df
 SHA1 (patch-CMakeModules_FindPNG.cmake) = 811fd3cf6f819b31129e1560cd8acd1f7ee6defc
 SHA1 (patch-doc_deghosting_mask.pod) = fe5462b10966420b0cf3fab004854d9dab3bfb4f



Home | Main Index | Thread Index | Old Index