From dfe311caa1ed61e8e940abfeef26a90447422678 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Sun, 19 Dec 2021 03:07:04 +0100 Subject: [PATCH 2/2] graphics/hugin: update to 2021.0.0 Relevant upstream changes: - updated several translations - fix possible crash in autocrop algorithm when using extreme large canvas sizes - fast preview window can be panned in zoomed state with middle mouse button - new overview mode: inside panorama sphere (similar to a interactive panorama viewer) - several bug fixes --- graphics/hugin/Makefile | 4 +++- graphics/hugin/distinfo | 6 +++--- graphics/hugin/pkg-plist | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 2b781aa1415c..4908b425ccc2 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,7 +1,7 @@ # Created by: Carlos Eduardo G. Carvalho PORTNAME= hugin -PORTVERSION= 2020.0.0 +DISTVERSION= 2021.0.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -31,6 +31,8 @@ USE_GL= gl glew glu glut USE_WX= 3.0+ USE_XORG= x11 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}.0 + SHEBANG_FILES= src/hugin_script_interface/hpi.py \ src/hugin_script_interface/plugins/*.py \ src/hugin_script_interface/plugins-dev/*.py diff --git a/graphics/hugin/distinfo b/graphics/hugin/distinfo index 49df422fb817..fc18a602f3fb 100644 --- a/graphics/hugin/distinfo +++ b/graphics/hugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631023500 -SHA256 (hugin-2020.0.0.tar.bz2) = 283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb -SIZE (hugin-2020.0.0.tar.bz2) = 10371301 +TIMESTAMP = 1640875897 +SHA256 (hugin-2021.0.0.tar.bz2) = 047aea8a7fa47844b34ef27c19d3b697e84939dcb1fdbbeb2c204621b66eead9 +SIZE (hugin-2021.0.0.tar.bz2) = 10333565 diff --git a/graphics/hugin/pkg-plist b/graphics/hugin/pkg-plist index 106c30458c81..4747b9807505 100644 --- a/graphics/hugin/pkg-plist +++ b/graphics/hugin/pkg-plist @@ -80,6 +80,7 @@ share/applications/pto_gen.desktop %%DATADIR%%/data/default.setting %%DATADIR%%/data/duallens.assistant %%DATADIR%%/data/expressions.ini +%%DATADIR%%/data/focus_stack.executor %%DATADIR%%/data/fused_layers.executor %%DATADIR%%/data/hdr_pano.executor %%DATADIR%%/data/hugin_exiftool_copy.arg @@ -562,7 +563,6 @@ share/applications/pto_gen.desktop %%DATADIR%%/xrc/pref_dialog.xrc %%DATADIR%%/xrc/preview_frame.xrc %%DATADIR%%/xrc/reset_dialog.xrc -share/icons/gnome/48x48/mimetypes/application-x-ptoptimizer-script.png share/icons/hicolor/128x128/apps/hugin.png share/icons/hicolor/128x128/apps/ptbatcher.png share/icons/hicolor/16x16/apps/hugin.png @@ -573,6 +573,7 @@ share/icons/hicolor/32x32/apps/hugin.png share/icons/hicolor/32x32/apps/ptbatcher.png share/icons/hicolor/48x48/apps/hugin.png share/icons/hicolor/48x48/apps/ptbatcher.png +share/icons/hicolor/48x48/mimetypes/application-x-ptoptimizer-script.png share/icons/hicolor/scalable/apps/hugin.svg share/icons/hicolor/scalable/apps/ptbatcher.svg share/locale/ca_ES/LC_MESSAGES/hugin.mo -- 2.32.0