[Lunar-commits] <moonbase> hugin: update
Samuel Verstraete
elangelo at lunar-linux.org
Sat Sep 13 09:40:39 CEST 2008
commit 16844ef259a2bb82bbb73a7a7770c0a1c7e3c196
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Sat Sep 13 09:40:39 2008 +0200
hugin: update
---
graphics/hugin/BUILD | 12 ++++++++----
graphics/hugin/DEPENDS | 9 ++++-----
graphics/hugin/DETAILS | 9 +++++----
3 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/graphics/hugin/BUILD b/graphics/hugin/BUILD
index 443104a..a4be084 100644
--- a/graphics/hugin/BUILD
+++ b/graphics/hugin/BUILD
@@ -1,10 +1,14 @@
(
- sedit s at for\ BC\ in\ \"-gcc\"@for\ BC\ in\ \"-gcc42\"@g configure &&
+# sedit s at for\ BC\ in\ \"-gcc\"@for\ BC\ in\ \"-gcc42\"@g configure &&
- ./configure --prefix=/usr \
- --disable-desktop \
- $OPTS &&
+# ./configure --prefix=/usr \
+# --disable-desktop \
+# $OPTS &&
+#
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr &&
+ sedit s at CMAKE_EXE_LINKER_FLAGS:STRING=@CMAKE_EXE_LINKER_FLAGS:STRING=-lpthread@ CMakeCache.txt &&
default_make
diff --git a/graphics/hugin/DEPENDS b/graphics/hugin/DEPENDS
index d5973d8..9a6e0af 100644
--- a/graphics/hugin/DEPENDS
+++ b/graphics/hugin/DEPENDS
@@ -1,9 +1,8 @@
-depends wxGTK &&
-depends libpano12 &&
-depends boost &&
+depends wxGTK
+depends libpano12
+depends boost
+depends OpenEXR
-#run-time depedencies
-depends enblend &&
#do not force autopano-tools as it requires mono
optional_depends autopano-sift \
"" \
diff --git a/graphics/hugin/DETAILS b/graphics/hugin/DETAILS
index 64d8e27..5e6ae0b 100644
--- a/graphics/hugin/DETAILS
+++ b/graphics/hugin/DETAILS
@@ -1,12 +1,13 @@
MODULE=hugin
- VERSION=0.7_beta4
- SOURCE=$MODULE-$VERSION.tar.bz2
+ VERSION=0.7.0_rc5
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/hugin-0.7.0
SOURCE_URL=$SFORGE_URL/hugin/
- SOURCE_VFY=sha1:66cbc8ef3db986c4b877a52b6291dafaa6d37ef0
+ SOURCE_VFY=sha1:919a701e045e3620e33d2c7176752f1a800a2bf3
WEB_SITE=http://hugin.sourceforge.net
MAINTAINER=perldude at lunar-linux.org
ENTERED=20060720
- UPDATED=20070722
+ UPDATED=20080912
SHORT="an easy to use cross-platform GUI for Panorama Tools"
cat << EOF
More information about the Lunar-commits
mailing list