[Lunar-commits] r20773 - in moonbase/trunk/graphics: . enblend hugin libpano12

Jens Luedicke perldude at lunar-linux.org
Fri Jul 21 18:29:49 UTC 2006


Author: perldude
Date: 2006-07-21 18:29:48 +0000 (Fri, 21 Jul 2006)
New Revision: 20773

Added:
   moonbase/trunk/graphics/enblend/
   moonbase/trunk/graphics/enblend/DEPENDS
   moonbase/trunk/graphics/enblend/DETAILS
   moonbase/trunk/graphics/hugin/
   moonbase/trunk/graphics/hugin/BUILD
   moonbase/trunk/graphics/hugin/DEPENDS
   moonbase/trunk/graphics/hugin/DETAILS
   moonbase/trunk/graphics/libpano12/
   moonbase/trunk/graphics/libpano12/DEPENDS
   moonbase/trunk/graphics/libpano12/DETAILS
Log:
add modules for libpano12, hugin and enblend.



Added: moonbase/trunk/graphics/enblend/DEPENDS
===================================================================
--- moonbase/trunk/graphics/enblend/DEPENDS	                        (rev 0)
+++ moonbase/trunk/graphics/enblend/DEPENDS	2006-07-21 18:29:48 UTC (rev 20773)
@@ -0,0 +1,2 @@
+depends boost &&
+depends tiff

Added: moonbase/trunk/graphics/enblend/DETAILS
===================================================================
--- moonbase/trunk/graphics/enblend/DETAILS	                        (rev 0)
+++ moonbase/trunk/graphics/enblend/DETAILS	2006-07-21 18:29:48 UTC (rev 20773)
@@ -0,0 +1,16 @@
+           MODULE=enblend
+          VERSION=2.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/enblend/
+      SOURCE_VFY=sha1:c622cde8614f7e2b3bdfcf7f34a5c75f4e7fee04
+        WEB_SITE=http://enblend.sourceforge.net
+      MAINTAINER=perldude at lunar-linux.org
+         ENTERED=20060720
+         UPDATED=20060720
+        SHORT="Enblend is a tool for compositing images."
+
+cat << EOF
+Enblend is a tool for compositing images. Given a set of images that overlap in some
+irregular way, Enblend overlays them in such a way that the seam between the images
+is invisible, or at least very difficult to see.
+EOF

Added: moonbase/trunk/graphics/hugin/BUILD
===================================================================
--- moonbase/trunk/graphics/hugin/BUILD	                        (rev 0)
+++ moonbase/trunk/graphics/hugin/BUILD	2006-07-21 18:29:48 UTC (rev 20773)
@@ -0,0 +1,8 @@
+(
+  ./configure  --prefix=/usr      \
+               --disable-desktop  \
+               $OPTS             &&
+
+  default_make
+ 
+) > $C_FIFO 2>&1

Added: moonbase/trunk/graphics/hugin/DEPENDS
===================================================================
--- moonbase/trunk/graphics/hugin/DEPENDS	                        (rev 0)
+++ moonbase/trunk/graphics/hugin/DEPENDS	2006-07-21 18:29:48 UTC (rev 20773)
@@ -0,0 +1,2 @@
+depends wxGTK &&
+depends libpano12

Added: moonbase/trunk/graphics/hugin/DETAILS
===================================================================
--- moonbase/trunk/graphics/hugin/DETAILS	                        (rev 0)
+++ moonbase/trunk/graphics/hugin/DETAILS	2006-07-21 18:29:48 UTC (rev 20773)
@@ -0,0 +1,16 @@
+           MODULE=hugin
+          VERSION=0.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/hugin/
+      SOURCE_VFY=sha1:721dfe916179abae106fae5ae9daac58aa01262f
+        WEB_SITE=http://hugin.sourceforge.net
+      MAINTAINER=perldude at lunar-linux.org
+         ENTERED=20060720
+         UPDATED=20060720
+        SHORT="an easy to use cross-platform GUI for Panorama Tools"
+
+cat << EOF
+With hugin you can assemble a mosaic of photographs into
+a complete immersive panorama, stitch any series of overlapping pictures and much more.
+EOF
+

Added: moonbase/trunk/graphics/libpano12/DEPENDS
===================================================================
--- moonbase/trunk/graphics/libpano12/DEPENDS	                        (rev 0)
+++ moonbase/trunk/graphics/libpano12/DEPENDS	2006-07-21 18:29:48 UTC (rev 20773)
@@ -0,0 +1,3 @@
+depends jpeg   &&
+depends libpng &&
+depends tiff

Added: moonbase/trunk/graphics/libpano12/DETAILS
===================================================================
--- moonbase/trunk/graphics/libpano12/DETAILS	                        (rev 0)
+++ moonbase/trunk/graphics/libpano12/DETAILS	2006-07-21 18:29:48 UTC (rev 20773)
@@ -0,0 +1,22 @@
+           MODULE=libpano12
+          VERSION=2.8.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/panotools/
+      SOURCE_VFY=sha1:90584b1629103344b23d25a729cc35f4b5639228
+        WEB_SITE=http://panotools.sourceforge.net
+      MAINTAINER=perldude at lunar-linux.org
+         ENTERED=20060720
+         UPDATED=20060720
+        SHORT="The cross-platform library behind Panorama Tools and many other GUI photo stitchers"
+
+cat << EOF
+This is the backend library used by many applications. Also included are:
+
+    * PTOptimizer, a utility for optimising control points.
+    * panoinfo a utility for querying the library version.
+    * PTmender a replacement for PTStitcher.
+    * PTblender implements just the colour and brightness correction of PTmender.
+    * PTtiff2psd Converts a set of TIFF files into a PSD file.
+    * PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files.
+EOF
+



More information about the Lunar-commits mailing list