[Lunar-commits] <moonbase-other> hugin: Adjusting the BUILD, make fails on a non-ascii character in the docs.
stumbles
stumbles at lunar-linux.org
Thu Jul 25 14:17:28 CEST 2013
commit c750dcafadb3b1d546a9bb1f5b8dcbf063ccc00a
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 25 Jul 2013 05:16:51 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c750dcafadb3b1d546a9bb1f5b8dcbf063ccc00a
hugin: Adjusting the BUILD, make fails on a non-ascii character in the docs.
---
graphics/hugin/BUILD | +3/-7
graphics/hugin/DEPENDS | +8/-8
2 files changed, 11 insertions(+), 15 deletions(-)
--- a/graphics/hugin/BUILD
+++ b/graphics/hugin/BUILD
@@ -1,10 +1,6 @@
-(
-# if ! in_depends wxGTK mesa-lib ; then
-# message "${PROBLEM_COLOR}Error: ${DEFAULT_COLOR}Compile wxGTK with OpenGL support"
-# exit 1;
-# fi &&
+# The make barfs on some non-ascii character, don't know what it should be
+# but just delete the offender.
+ sedit "90d" doc/deghosting_mask.pod &&
default_cmake_build
-
-) > $C_FIFO 2>&1
--- a/graphics/hugin/DEPENDS
+++ b/graphics/hugin/DEPENDS
@@ -1,17 +1,17 @@
+depends zlib
depends tclap
+depends tiff
+depends glew
depends wxGTK
depends libpano13
depends boost
depends openexr
depends enblend-enfuse
-optional_depends autopano-sift-C \
- "" \
- "" \
- "in order to use [Create ctrl points]"
+optional_depends lapack "-DENABLE_LAPACK=ON" "-DENABLE_LAPACK=OFF" "for lapack support"
+optional_depends lensfun "" "" "for lensfun support"
+optional_depends flann "" "" "for fann support"
+optional_depends autopano-sift-C "" "" "in order to use [Create ctrl points]"
#do not force autopano-tools as it requires mono
-optional_depends autopano-sift \
- "" \
- "" \
- "in order to use [Create ctrl points], requires mono"
+optional_depends autopano-sift "" "" "in order to use [Create ctrl points], requires mono"
More information about the Lunar-commits
mailing list