summaryrefslogtreecommitdiff
path: root/manualPorts/hugin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-03 07:27:48 +0100
committerErich Eckner <git@eckner.net>2020-01-03 07:27:48 +0100
commitaaae243b4c306235ab5d8956514e8fda928ec5c8 (patch)
tree43538b61f272e0278f5e2bef925a4fe753024ad5 /manualPorts/hugin
parent3c9bb61b5193cf58e00510db043924f6a083d8fd (diff)
downloadcrux-ports-aaae243b4c306235ab5d8956514e8fda928ec5c8.tar.xz
hugin: 2019.0.0-1 -> 2019.2.0-1
Diffstat (limited to 'manualPorts/hugin')
-rw-r--r--manualPorts/hugin/.md5sum3
-rw-r--r--manualPorts/hugin/.signature7
-rw-r--r--manualPorts/hugin/Pkgfile6
-rw-r--r--manualPorts/hugin/hugin-exiv2-0.27.1.patch93
4 files changed, 6 insertions, 103 deletions
diff --git a/manualPorts/hugin/.md5sum b/manualPorts/hugin/.md5sum
index 50b2801..b3b4f21 100644
--- a/manualPorts/hugin/.md5sum
+++ b/manualPorts/hugin/.md5sum
@@ -1,2 +1 @@
-4ca039f96bfc592c4adcebe27b98fee3 hugin-2019.0.0.tar.bz2
-25d8c0822cdc3e801c52ca7af4c1581b hugin-exiv2-0.27.1.patch
+3409c3a84e1881145b5b556df63de73c hugin-2019.2.0.tar.bz2
diff --git a/manualPorts/hugin/.signature b/manualPorts/hugin/.signature
index 8bb784d..2741fc6 100644
--- a/manualPorts/hugin/.signature
+++ b/manualPorts/hugin/.signature
@@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGuntKcDfIUTEfiVrbzobzXHb+iDb0+kZx68qqx68npfgdU3KDzYdvDIqS92Liu430VZVgdqOapU7ku0ytBD+SwE=
-SHA256 (Pkgfile) = 41908df79566d4e6e2ba431a9e265a1feff1d7667f88a3b48a301332478fd976
+RWQxCptPusLGGnfVW3nl25BSyRE6TAIsbXVV6CYbzh9tKMfy5t00ZIyIlMxTo8rUPYQa/ZylrnTYr+LM18vj8GlTioUbpfcuvAU=
+SHA256 (Pkgfile) = d4866eb15f0130d42e0f6439df2f86d4505b7e9e355677b63fcdb6484264ebdc
SHA256 (.footprint) = 745f65f86dbfe1f5bdd8b012c95ebb317ea20d0b00d04e1ed37b93c48074f43f
-SHA256 (hugin-2019.0.0.tar.bz2) = f94717c5035b776a552163bac5815916e0662008fabefafd790fa54b352e22d1
-SHA256 (hugin-exiv2-0.27.1.patch) = 93ade29aa894ebc0186570b8eb24c4849001fdf7781a9a95beb661e3ccd3533f
+SHA256 (hugin-2019.2.0.tar.bz2) = 8ba6bdfea246313f142f17f42e066c6888f51b72e4f8814b5e1c84ff56a95a3e
diff --git a/manualPorts/hugin/Pkgfile b/manualPorts/hugin/Pkgfile
index 7fccc2e..e33d414 100644
--- a/manualPorts/hugin/Pkgfile
+++ b/manualPorts/hugin/Pkgfile
@@ -4,15 +4,13 @@
# Depends on: wxgtk enblend-enfuse exiv2 libpano13 python glew desktop-file-utils swig
name=hugin
-version=2019.0.0
+version=2019.2.0
release=1
-source=("https://downloads.sourceforge.net/project/${name}/${name}/${name}-${version%.*}/${name}-${version}.tar.bz2"
- hugin-exiv2-0.27.1.patch)
+source=("https://downloads.sourceforge.net/project/${name}/${name}/${name}-${version%.*}/${name}-${version}.tar.bz2")
build() {
cd "${SRC}/${name}-${version}"
- patch -p1 -i ../hugin-exiv2-0.27.1.patch
install -d build
cd build
cmake .. \
diff --git a/manualPorts/hugin/hugin-exiv2-0.27.1.patch b/manualPorts/hugin/hugin-exiv2-0.27.1.patch
deleted file mode 100644
index 2d765ba..0000000
--- a/manualPorts/hugin/hugin-exiv2-0.27.1.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/AboutDialog.cpp
---- a/src/hugin1/hugin/AboutDialog.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hugin/AboutDialog.cpp Wed May 15 17:47:40 2019 +0200
-@@ -42,7 +42,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include "exiv2/exiv2.hpp"
-+#include <exiv2/exiv2.hpp>
- #include "lensdb/LensDB.h"
- #include "sqlite3.h"
- #include <lcms2.h>
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/PanoOperation.cpp
---- a/src/hugin1/hugin/PanoOperation.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hugin/PanoOperation.cpp Wed May 15 17:47:40 2019 +0200
-@@ -36,8 +36,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/exiv2.hpp>
- #include "base_wx/LensTools.h"
- #include "base_wx/wxLensDB.h"
- #include "hugin/ResetDialog.h"
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/RawImport.cpp
---- a/src/hugin1/hugin/RawImport.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hugin/RawImport.cpp Wed May 15 17:47:40 2019 +0200
-@@ -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 -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/TextureManager.cpp
---- a/src/hugin1/hugin/TextureManager.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hugin/TextureManager.cpp Wed May 15 17:47:40 2019 +0200
-@@ -65,8 +65,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include "exiv2/exiv2.hpp"
--#include "exiv2/preview.hpp"
-+#include <exiv2/exiv2.hpp>
-
- TextureManager::TextureManager(HuginBase::Panorama *pano, ViewState *view_state_in)
- {
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/ptbatcher/FindPanoDialog.cpp
---- a/src/hugin1/ptbatcher/FindPanoDialog.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/ptbatcher/FindPanoDialog.cpp Wed May 15 17:47:40 2019 +0200
-@@ -36,8 +36,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include "exiv2/exiv2.hpp"
--#include "exiv2/preview.hpp"
-+#include <exiv2/exiv2.hpp>
- #ifdef _WIN32
- #include <commctrl.h>
- #endif
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin_base/panodata/Exiv2Helper.cpp
---- a/src/hugin_base/panodata/Exiv2Helper.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin_base/panodata/Exiv2Helper.cpp Wed May 15 17:47:40 2019 +0200
-@@ -28,8 +28,7 @@
- #include "Exiv2Helper.h"
- #include "hugin_math/hugin_math.h"
- #include "hugin_utils/utils.h"
--#include "exiv2/easyaccess.hpp"
--#include "exiv2/version.hpp"
-+#include <exiv2/exiv2.hpp>
-
- namespace HuginBase
- {
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin_base/panodata/SrcPanoImage.cpp
---- a/src/hugin_base/panodata/SrcPanoImage.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin_base/panodata/SrcPanoImage.cpp Wed May 15 17:47:40 2019 +0200
-@@ -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"
-