[Lunar-commits] <moonbase-other> vigra: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Mon Jul 23 14:17:00 CEST 2012
commit 451b5100172ca1f8de601faae3fd0279c091edbf
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 23 Jul 2012 05:17:00 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/451b5100172ca1f8de601faae3fd0279c091edbf
vigra: Readding to moonbase.
---
graphics/vigra/BUILD +5/-0
graphics/vigra/DEPENDS +11/-0
graphics/vigra/DETAILS +18/-0
3 files changed, 34 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/graphics/vigra/BUILD
@@ -0,0 +1,5 @@
+(
+
+ default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/graphics/vigra/DEPENDS
@@ -0,0 +1,11 @@
+depends cmake
+
+optional_depends "hdf5" "-DWITH_HDF5=ON" "-DWITH_HDF5=OFF" "For data model, library, and file format support"
+optional_depends "fftw3" "" "" "fast C FFT library"
+optional_depends "nose" "" "" "for test discovery unittest"
+optional_depends "zlib" "" "" "compression support"
+optional_depends "libpng" "" "" "for png support"
+optional_depends "%JPEG" "" "" "for jpeg support"
+optional_depends "openMotif" "" "" "for tiff support"
+optional_depends "boost" "" "" "for boost support"
+optional_depends "Sphinx" "-DPYTHON_SPHINX=ON" "-DPYTHON_SPHINX=OFF" "for document generation support"
--- /dev/null
+++ b/graphics/vigra/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=vigra
+ VERSION=1.8.0
+ SOURCE=$MODULE-$VERSION-src.tar.gz
+ SOURCE_URL=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra
+ SOURCE_VFY=sha1:09f1d506c2748ebeb7d9f1c77ce387f9e7b837d2
+ WEB_SITE=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
+ ENTERED=20061218
+ UPDATED=20111009
+ SHORT="Vision with Generic Algorithms"
+
+cat << EOF
+Vision with Generic Algorithms
+It's a novel computer vision library that puts its main emphasize on
+customizable algorithms and data structures. By using template
+techniques similar to those in the C++ Standard Template Library,
+you can easily adapt any VIGRA component to the needs of your
+application, without thereby giving up execution speed.
+EOF
More information about the Lunar-commits
mailing list