summaryrefslogtreecommitdiffstats
path: root/graphics/autopano-sift-c/DETAILS
blob: bbabb5bafe77284a11cb63f8579cd104e24dd109 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
           SPELL=autopano-sift-c
if [ "$ASC_DEVEL" == "y" ]; then
    if [ "$ASC_AUTOUPDATE" == "y" ] ; then
         VERSION=$(date +%Y%m%d)
    else
         VERSION=svn
    fi
          SOURCE=$SPELL-svn.tar.bz2
   SOURCE_URL[0]=svn_http://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk/:$SOURCE_DIRECTORY
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
else
         VERSION=2.5.1
          SOURCE=autopano-sift-C-$VERSION.tar.gz
   SOURCE_URL[0]=$SOURCEFORGE_URL/hugin/$SOURCE
     SOURCE_HASH=sha512:4f3c9e8738c7bc29ff6284033b7b813de61ef440c3d544755be8c4ad715a6e4175801ee4c02642df5e05bac82929c5554d85a5c488a2c27da1e5e81d3cd72931
SOURCE_DIRECTORY=$BUILD_DIRECTORY/autopano-sift-C-$VERSION
fi

        WEB_SITE="http://wiki.panotools.org/Autopano-sift-C"
      LICENSE[0]=GPL
         ENTERED=20080722
           SHORT="C port of autopano-sift"
cat << EOF
autopano-sift-C is a C port of the C#-based panorama image generator.
It is somewhat faster and doesn't require a C# runtime.
Additionally, autopano-sift-C has experimental modifications 
to perform feature identification in conformal image space, 
this helps with wide angle or fisheye Projection photographs. 
EOF