2012-10-12 17:44:51 -04:00
|
|
|
$OpenBSD: patch-CMakeModules_FindPNG_cmake,v 1.4 2012/10/12 21:44:51 sthen Exp $
|
|
|
|
--- CMakeModules/FindPNG.cmake.orig Tue Oct 9 02:08:28 2012
|
|
|
|
+++ CMakeModules/FindPNG.cmake Tue Oct 9 02:08:28 2012
|
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
|
|
|
@@ -22,6 +22,7 @@ SET(PNG_FOUND "NO")
|
|
|
|
|
|
|
|
IF (ZLIB_FOUND)
|
|
|
|
FIND_PATH(PNG_INCLUDE_DIR png.h
|
|
|
|
+ ${LOCALBASE}/include/libpng
|
|
|
|
/usr/local/include
|
|
|
|
/usr/include
|
2012-10-12 17:44:51 -04:00
|
|
|
${SOURCE_BASE_DIR}/libpng/include
|