2010-10-20 11:32:40 -04:00
|
|
|
$OpenBSD: patch-CMakeModules_FindPNG_cmake,v 1.3 2010/10/20 15:32:40 sthen Exp $
|
|
|
|
--- CMakeModules/FindPNG.cmake.orig Sat Sep 4 21:51:34 2010
|
|
|
|
+++ CMakeModules/FindPNG.cmake Sat Sep 4 21:51:35 2010
|
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
|
2010-10-20 11:32:40 -04:00
|
|
|
${SOURCE_BASE_DIR}/lpng142
|