2010-05-29 01:23:55 +00:00
|
|
|
$OpenBSD: patch-CMakeModules_FindPNG_cmake,v 1.2 2010/05/29 01:23:55 sthen Exp $
|
|
|
|
--- CMakeModules/FindPNG.cmake.orig Fri Sep 4 21:45:27 2009
|
|
|
|
+++ CMakeModules/FindPNG.cmake Fri Sep 4 21:45:27 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 11:18:40 +00: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
|
|
|
|
${wxWidgets_ROOT_DIR}/src/png
|