summaryrefslogtreecommitdiff
path: root/graphics/hugin/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-10-14 12:41:04 +0000
committeradam <adam@pkgsrc.org>2009-10-14 12:41:04 +0000
commit45ab090f9e38bb556a94a97ee3d1807e04ac006e (patch)
tree6eaa62a0ebcc28387b97af5144f0d22b50738c9d /graphics/hugin/patches
parent3c49cf23078d355067264acd9e06b5126bbeb0d2 (diff)
downloadpkgsrc-45ab090f9e38bb556a94a97ee3d1807e04ac006e.tar.gz
Changes 2009.2.0:
The last release in July 2009 introduced several major new features, but took a long time to arrive. This release follows quickly with the intention of tracking development better with more frequent releases, even so we still have some great new features and smaller improvements: * Hardware accelerated stitching * Control point creator presets * Exposure layer fusion * Visual control points * EXIF metadata display
Diffstat (limited to 'graphics/hugin/patches')
-rw-r--r--graphics/hugin/patches/patch-aa6
-rw-r--r--graphics/hugin/patches/patch-ab23
-rw-r--r--graphics/hugin/patches/patch-ac16
3 files changed, 32 insertions, 13 deletions
diff --git a/graphics/hugin/patches/patch-aa b/graphics/hugin/patches/patch-aa
index e9a3fc7ded4..79e080b4bae 100644
--- a/graphics/hugin/patches/patch-aa
+++ b/graphics/hugin/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/08/21 18:08:46 adam Exp $
+$NetBSD: patch-aa,v 1.2 2009/10/14 12:41:04 adam Exp $
---- src/hugin1/hugin/config_defaults.h.orig 2009-08-21 19:36:01.000000000 +0200
+--- src/hugin1/hugin/config_defaults.h.orig 2009-09-21 03:04:06.000000000 +0200
+++ src/hugin1/hugin/config_defaults.h
-@@ -148,7 +148,7 @@
+@@ -131,7 +131,7 @@
#endif
diff --git a/graphics/hugin/patches/patch-ab b/graphics/hugin/patches/patch-ab
index cc541799b25..cfe2602aaec 100644
--- a/graphics/hugin/patches/patch-ab
+++ b/graphics/hugin/patches/patch-ab
@@ -1,12 +1,15 @@
-$NetBSD: patch-ab,v 1.1.1.1 2009/08/21 18:08:46 adam Exp $
+$NetBSD: patch-ab,v 1.2 2009/10/14 12:41:04 adam Exp $
---- doc/CMakeLists.txt.orig 2009-08-21 19:49:55.000000000 +0200
-+++ doc/CMakeLists.txt
-@@ -3,6 +3,6 @@ IF (WIN32)
- INSTALL(FILES fulla.html DESTINATION doc)
- INSTALL(FILES nona.txt DESTINATION doc)
- ELSE (WIN32)
--INSTALL(FILES align_image_stack.1 autooptimiser.1 celeste_standalone.1 fulla.1 hugin.1 hugin_hdrmerge.1 hugin_stitch_project.1 nona.1 nona_gui.1 PTBatcherGUI.1 pto2mk.1 tca_correct.1 vig_optimize.1 DESTINATION share/man/man1)
-+INSTALL(FILES align_image_stack.1 autooptimiser.1 celeste_standalone.1 fulla.1 hugin.1 hugin_hdrmerge.1 hugin_stitch_project.1 nona.1 nona_gui.1 PTBatcherGUI.1 pto2mk.1 tca_correct.1 vig_optimize.1 DESTINATION man/man1)
- ENDIF(WIN32)
+--- src/hugin_base/vigra_ext/ImageTransforms.h.orig 2009-10-01 11:13:30.000000000 +0200
++++ src/hugin_base/vigra_ext/ImageTransforms.h
+@@ -42,9 +42,7 @@
+ #include "MultiThreadOperations.h"
+ #include <boost/thread/thread.hpp>
+ #include <boost/bind.hpp>
+-#ifdef __APPLE__
+- #include <boost/function.hpp>
+-#endif
++#include <boost/function.hpp>
+
+ namespace vigra_ext
diff --git a/graphics/hugin/patches/patch-ac b/graphics/hugin/patches/patch-ac
new file mode 100644
index 00000000000..8252c067a94
--- /dev/null
+++ b/graphics/hugin/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2009/10/14 12:41:04 adam Exp $
+
+--- CMakeLists.txt.orig 2009-09-30 23:05:05.000000000 +0200
++++ CMakeLists.txt
+@@ -268,10 +268,8 @@ SET(BINDIR bin)
+
+ IF("$ENV{MANDIR}")
+ SET (MANDIR "$ENV{MANDIR}")
+-ELSEIF(CMAKE_SYSTEM_NAME=="FreeBSD")
+- SET (MANDIR "man")
+ ELSE("$ENV{MANDIR}")
+- SET (MANDIR "share/man")
++ SET (MANDIR "man")
+ ENDIF("$ENV{MANDIR}")
+
+ SET(LOCALEDIR share/locale)