Skip to content

Commit

Permalink
graphics/hugin: Update to 2022.0.0
Browse files Browse the repository at this point in the history
This introduces a new dependency on math/flann.

ChangeLog:	https://hugin.sourceforge.io/releases/2022.0.0/en.shtml
PR:		268465
  • Loading branch information
clausecker authored and nunotexbsd committed Dec 24, 2022
1 parent 09c25d3 commit f6660b5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 69 deletions.
7 changes: 4 additions & 3 deletions graphics/hugin/Makefile
@@ -1,6 +1,5 @@
PORTNAME= hugin
DISTVERSION= 2021.0.0
PORTREVISION= 2
DISTVERSION= 2022.0.0
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}

Expand All @@ -19,7 +18,9 @@ LIB_DEPENDS= libOpenEXR.so:graphics/openexr \
libpano13.so:graphics/libpano13 \
libvigraimpex.so:graphics/vigra \
libpng.so:graphics/png \
libtiff.so:graphics/tiff
libtiff.so:graphics/tiff \
libflann.so:math/flann \
liblz4.so:archivers/liblz4
# gmake is really needed at _runtime_. Do not remove it from this list.
RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \
exiftool:graphics/p5-Image-ExifTool \
Expand Down
6 changes: 3 additions & 3 deletions graphics/hugin/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1640875897
SHA256 (hugin-2021.0.0.tar.bz2) = 047aea8a7fa47844b34ef27c19d3b697e84939dcb1fdbbeb2c204621b66eead9
SIZE (hugin-2021.0.0.tar.bz2) = 10333565
TIMESTAMP = 1671372561
SHA256 (hugin-2022.0.0.tar.bz2) = 97c8562a0ba9a743e0b955a43dfde048b1c60cd9e5f2ee2b69de1a81646e05a7
SIZE (hugin-2022.0.0.tar.bz2) = 10374360
47 changes: 0 additions & 47 deletions graphics/hugin/files/patch-CMakeModules_FindOpenEXR.cmake

This file was deleted.

35 changes: 19 additions & 16 deletions graphics/hugin/pkg-plist
Expand Up @@ -75,33 +75,33 @@ share/applications/PTBatcherGUI.desktop
share/applications/calibrate_lens_gui.desktop
share/applications/hugin.desktop
share/applications/pto_gen.desktop
%%DATADIR%%/data/blended_stacks.executor
%%DATADIR%%/data/assistant/duallens.assistant
%%DATADIR%%/data/assistant/multirow.assistant
%%DATADIR%%/data/assistant/normal.assistant
%%DATADIR%%/data/assistant/scanned.assistant
%%DATADIR%%/data/assistant/scanned2.assistant
%%DATADIR%%/data/assistant/stacked.assistant
%%DATADIR%%/data/celeste.model
%%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
%%DATADIR%%/data/hugin_exiftool_final_example.arg
%%DATADIR%%/data/hugin_rt.pp3
%%DATADIR%%/data/median_stack.executor
%%DATADIR%%/data/multirow.assistant
%%DATADIR%%/data/normal.assistant
%%DATADIR%%/data/normal_enblend.executor
%%DATADIR%%/data/normal_enblend_cubic.executor
%%DATADIR%%/data/normal_layered_tiff.executor
%%DATADIR%%/data/normal_smartblend.executor
%%DATADIR%%/data/output/blended_stacks.executor
%%DATADIR%%/data/output/focus_stack.executor
%%DATADIR%%/data/output/fused_layers.executor
%%DATADIR%%/data/output/hdr_pano.executor
%%DATADIR%%/data/output/median_stack.executor
%%DATADIR%%/data/output/normal_enblend.executor
%%DATADIR%%/data/output/normal_enblend_cubic.executor
%%DATADIR%%/data/output/normal_layered_tiff.executor
%%DATADIR%%/data/output/normal_smartblend.executor
%%DATADIR%%/data/output/zeronoise.executor
%%DATADIR%%/data/plugins-templates/dual_use.py
%%DATADIR%%/data/plugins-templates/plugin_skeleton.py
%%DATADIR%%/data/plugins/README_woa.txt
%%DATADIR%%/data/plugins/top_five.py
%%DATADIR%%/data/plugins/woa.py
%%DATADIR%%/data/scanned.assistant
%%DATADIR%%/data/scanned2.assistant
%%DATADIR%%/data/stacked.assistant
%%DATADIR%%/data/zeronoise.executor
%%DATADIR%%/xrc/about.xrc
%%DATADIR%%/xrc/batch_frame.xrc
%%DATADIR%%/xrc/batch_menu.xrc
Expand Down Expand Up @@ -507,6 +507,9 @@ share/applications/pto_gen.desktop
%%DATADIR%%/xrc/data/keyboard_pl.html
%%DATADIR%%/xrc/data/list.png
%%DATADIR%%/xrc/data/logo.png
%%DATADIR%%/xrc/data/number1.png
%%DATADIR%%/xrc/data/number2.png
%%DATADIR%%/xrc/data/number3.png
%%DATADIR%%/xrc/data/optimize.png
%%DATADIR%%/xrc/data/output_blended_fused.png
%%DATADIR%%/xrc/data/output_fused_blended.png
Expand Down

0 comments on commit f6660b5

Please sign in to comment.