Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (739ff6c6b1067b535cd79ee00464529ca1fc86d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (739ff6c6b1067b535cd79ee00464529ca1fc86d7)
  • Date: Sun, 1 Oct 2006 16:15:08 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
graphics-libs/vigra/BUILD | 6 ++++++
graphics-libs/vigra/DEPENDS | 22 ++++++++++++++++++++++
graphics-libs/vigra/DETAILS | 19 +++++++++++++++++++
graphics-libs/vigra/HISTORY | 2 ++
graphics-libs/vigra/TRIGGERS | 1 +
6 files changed, 53 insertions(+)

New commits:
commit 739ff6c6b1067b535cd79ee00464529ca1fc86d7
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics-libs/vigra: new spell, computer vision library

diff --git a/ChangeLog b/ChangeLog
index 40d2246..dd68260 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-02 Pol Vinogradov <vin.public AT gmail.com>
+ * graphics-libs/vigra: new spell, computer vision library
+
2006-10-01 Ladislav Hagara <hgr AT vabo.cz>
* audio-drivers/alsa-plugins: new spell, alsa extra plugins

diff --git a/graphics-libs/vigra/BUILD b/graphics-libs/vigra/BUILD
new file mode 100755
index 0000000..5f3ec55
--- /dev/null
+++ b/graphics-libs/vigra/BUILD
@@ -0,0 +1,6 @@
+./configure --build=$BUILD \
+ --prefix=${INSTALL_ROOT}/usr \
+ --docdir=${INSTALL_ROOT}/usr/share/doc/${SPELL} \
+ $OPTS &&
+make
+
diff --git a/graphics-libs/vigra/DEPENDS b/graphics-libs/vigra/DEPENDS
new file mode 100755
index 0000000..1a95c47
--- /dev/null
+++ b/graphics-libs/vigra/DEPENDS
@@ -0,0 +1,22 @@
+depends g++ &&
+
+optional_depends fftw \
+ "--with-fftw" \
+ "--without-fftw" \
+ "to support fast Fourier transforms" &&
+optional_depends jpeg \
+ "--with-jpeg" \
+ "--without-jpeg" \
+ "for jpeg support" &&
+optional_depends libpng \
+ "--with-png" \
+ "--without-png" \
+ "for png support" &&
+optional_depends tiff \
+ "--with-tiff" \
+ "--without-tiff" \
+ "for tiff support" &&
+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for using zlib compression library"
diff --git a/graphics-libs/vigra/DETAILS b/graphics-libs/vigra/DETAILS
new file mode 100755
index 0000000..1265b06
--- /dev/null
+++ b/graphics-libs/vigra/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=vigra
+ VERSION=1.4.0
+ SOURCE=${SPELL}${VERSION}.tar.gz
+
SOURCE_URL[0]=http://kogs-www.informatik.uni-hamburg.de/~koethe/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:a8c39d205051a8f8abaecb7a6fdc0c2c37baf5eee2a082af8819555f442dab525649b86cae569048357eb1e6e651deff4b62183de417e15b403e1ac09c40ba7b
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}${VERSION}
+ WEB_SITE=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
+
LICENSE[0]=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/LICENSE
+ ENTERED=20061002
+ DOCS="README LICENSE"
+ KEYWORDS="graphics libs"
+ SHORT="VIGRA is a computer vision library"
+cat << EOF
+What's VIGRA? VIGRA stands for "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
diff --git a/graphics-libs/vigra/HISTORY b/graphics-libs/vigra/HISTORY
new file mode 100644
index 0000000..b6d6623
--- /dev/null
+++ b/graphics-libs/vigra/HISTORY
@@ -0,0 +1,2 @@
+2006-10-02 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, TRIGGERS: created spell
diff --git a/graphics-libs/vigra/TRIGGERS b/graphics-libs/vigra/TRIGGERS
new file mode 100755
index 0000000..c83574f
--- /dev/null
+++ b/graphics-libs/vigra/TRIGGERS
@@ -0,0 +1 @@
+on_cast zlib cast_self



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (739ff6c6b1067b535cd79ee00464529ca1fc86d7), Pol Vinogradov, 10/01/2006

Archive powered by MHonArc 2.6.24.

Top of Page