diff options
author | Greg Lehey <grog@FreeBSD.org> | 2020-01-16 04:56:31 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2020-01-16 04:56:31 +0000 |
commit | 9719bb3961c83dd2ace94987906fda09cdb0f7c4 (patch) | |
tree | 11f52864d33a5e0880c9915d355caa2e7ef8e126 /graphics/hugin | |
parent | devel/py-oci: Update to 2.10.0 (diff) |
Update to 2019.2.0 release.
Notes
Notes:
svn path=/head/; revision=523197
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 6 | ||||
-rw-r--r-- | graphics/hugin/distinfo | 6 | ||||
-rw-r--r-- | graphics/hugin/files/patch-src_hugin1_hugin_RawImport.cpp | 14 | ||||
-rw-r--r-- | graphics/hugin/files/patch-src_hugin__base_panodata_SrcPanoImage.cpp | 13 | ||||
-rw-r--r-- | graphics/hugin/pkg-plist | 2 |
5 files changed, 6 insertions, 35 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 4f39991882e8..187605079c37 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= hugin -PORTVERSION= 2019.0.0 -PORTREVISION= 5 +PORTVERSION= 2019.2.0 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -50,7 +50,7 @@ AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c PYTHON_DESC= Python Scripting Interface -PYTHON_USES= python:2.7 +PYTHON_USES= python:3.6 PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 PYTHON_BINARY_ALIAS= swig=swig3.0 PYTHON_CMAKE_ON= -DBUILD_HSI=ON diff --git a/graphics/hugin/distinfo b/graphics/hugin/distinfo index a6db4e9220c5..98db4f7e3e5a 100644 --- a/graphics/hugin/distinfo +++ b/graphics/hugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554606311 -SHA256 (hugin-2019.0.0.tar.bz2) = f94717c5035b776a552163bac5815916e0662008fabefafd790fa54b352e22d1 -SIZE (hugin-2019.0.0.tar.bz2) = 10297887 +TIMESTAMP = 1578804282 +SHA256 (hugin-2019.2.0.tar.bz2) = 8ba6bdfea246313f142f17f42e066c6888f51b72e4f8814b5e1c84ff56a95a3e +SIZE (hugin-2019.2.0.tar.bz2) = 10335030 diff --git a/graphics/hugin/files/patch-src_hugin1_hugin_RawImport.cpp b/graphics/hugin/files/patch-src_hugin1_hugin_RawImport.cpp deleted file mode 100644 index 6dde1324baa3..000000000000 --- a/graphics/hugin/files/patch-src_hugin1_hugin_RawImport.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/hugin1/hugin/RawImport.cpp.orig 2019-07-07 08:40:09 UTC -+++ src/hugin1/hugin/RawImport.cpp -@@ -35,10 +35,7 @@ - // workaround for a conflict between exiv2 and wxWidgets/CMake built - #define HAVE_PID_T 1 - #endif --#include <exiv2/exif.hpp> --#include <exiv2/image.hpp> --#include <exiv2/easyaccess.hpp> --#include <exiv2/xmpsidecar.hpp> -+#include <exiv2/exiv2.hpp> - #ifdef __WXMSW__ - #include <wx/msw/registry.h> - #endif diff --git a/graphics/hugin/files/patch-src_hugin__base_panodata_SrcPanoImage.cpp b/graphics/hugin/files/patch-src_hugin__base_panodata_SrcPanoImage.cpp deleted file mode 100644 index 26e0aa6a2ad4..000000000000 --- a/graphics/hugin/files/patch-src_hugin__base_panodata_SrcPanoImage.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/hugin_base/panodata/SrcPanoImage.cpp.orig 2019-07-07 08:31:01 UTC -+++ src/hugin_base/panodata/SrcPanoImage.cpp -@@ -40,9 +40,7 @@ - #include <vigra/diff2d.hxx> - #include <vigra/imageinfo.hxx> - #include <hugin_utils/utils.h> --#include <exiv2/exif.hpp> --#include <exiv2/image.hpp> --#include <exiv2/easyaccess.hpp> -+#include <exiv2/exiv2.hpp> - #include <lensdb/LensDB.h> - #include "Exiv2Helper.h" - diff --git a/graphics/hugin/pkg-plist b/graphics/hugin/pkg-plist index a88c9dae68fb..6420cbdeb96d 100644 --- a/graphics/hugin/pkg-plist +++ b/graphics/hugin/pkg-plist @@ -97,8 +97,6 @@ share/applications/pto_gen.desktop %%DATADIR%%/data/plugins-templates/dual_use.py %%DATADIR%%/data/plugins-templates/plugin_skeleton.py %%DATADIR%%/data/plugins/README_woa.txt -%%DATADIR%%/data/plugins/crop_cp.py -%%DATADIR%%/data/plugins/shooting_pattern.py %%DATADIR%%/data/plugins/top_five.py %%DATADIR%%/data/plugins/woa.py %%DATADIR%%/data/scanned.assistant |