openbsd-ports/graphics/hugin/patches/patch-src_celeste_Utilities_cpp
sthen 77eaced791 import graphics/hugin: this port was made possible by Emmanuel Viaud's
work on enblend-enfuse, big thanks!

Goal: an easy to use cross-platform panoramic imaging toolchain
based on the Panorama Tools library.

With hugin you can assemble a mosaic of photographs into a
complete immersive panorama, stitch any series of overlapping
pictures and much more.

This package contains the following programs:

 - hugin, The main program, a GUI for the panorama tools suite
   and some programs included here.

 - nona, a simple replacement for PTStitcher (doesn't support most
   features of PTStitcher, but is faster, opensource and
   will be extended in the future).
 
 - nona_gui, nona with a graphical progress bar.

 - autooptimiser, optimise a panorama pairwise, starting from an
   anchor image. cmd line version of the pairwise mode in hugin

will be hooked to the build after tests on additional arch.
2009-04-19 11:18:40 +00:00

12 lines
327 B
Plaintext

$OpenBSD: patch-src_celeste_Utilities_cpp,v 1.1.1.1 2009/04/19 11:18:40 sthen Exp $
--- src/celeste/Utilities.cpp.orig Sat Apr 18 00:26:18 2009
+++ src/celeste/Utilities.cpp Sat Apr 18 00:26:26 2009
@@ -5,6 +5,7 @@
*/
#include <math.h>
+#include <unistd.h>
#include <stdlib.h>
#include "Utilities.h"
#include <Config.h>