2009-06-03 09:45:14 -04:00
|
|
|
$OpenBSD: patch-CMakeLists_txt,v 1.3 2009/06/03 13:45:14 sthen Exp $
|
|
|
|
--- CMakeLists.txt.orig Mon Jun 1 21:56:11 2009
|
|
|
|
+++ CMakeLists.txt Wed Jun 3 02:22:10 2009
|
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 07:18:40 -04:00
|
|
|
@@ -106,6 +106,7 @@ ENDIF(WIN32)
|
|
|
|
# finding the wxWidgets distributions of those packages (Win32 only).
|
|
|
|
|
2009-05-09 15:28:55 -04:00
|
|
|
SET(wxWidgets_USE_LIBS base core xrc html xml adv gl net)
|
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 07:18:40 -04:00
|
|
|
+SET(wxWidgets_INCLUDE_DIRS_NO_SYSTEM 1)
|
|
|
|
FIND_PACKAGE(wxWidgets REQUIRED)
|
2009-06-03 09:45:14 -04:00
|
|
|
|
|
|
|
# hugin requires wxwidgets 2.7.0 or above
|
|
|
|
@@ -246,6 +247,7 @@ ENDIF(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
|
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 07:18:40 -04:00
|
|
|
SET(HUGINDATADIR share/hugin)
|
|
|
|
SET(DATADIR share)
|
|
|
|
SET(BINDIR bin)
|
|
|
|
+SET(MANDIR man)
|
|
|
|
SET(LOCALEDIR share/locale)
|
|
|
|
SET(ICONDIR share/icons)
|
|
|
|
SET(LINKDIR share/applications)
|