summaryrefslogtreecommitdiffstats
path: root/graphics-libs/vigra/DETAILS
blob: 8f98e99f24ae3680d89c1854a00c7c149ae66654 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
           SPELL=vigra
         VERSION=1.10.0
          SOURCE=${SPELL}-${VERSION}-src-with-docu.tar.gz
   SOURCE_URL[0]=https://github.com/ukoethe/vigra/releases/download/Version-${VERSION//./-}/${SOURCE}
     SOURCE_HASH=sha512:4c0edb9d5a05d341034b6fe504658525130ddf830b09af4e08d9080407dd10ec62355bed362c4876cb1504632202a5eb125dc50cb66b0617c28dd274b8367d4d
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