summaryrefslogtreecommitdiffstats
path: root/graphics/autopano-sift-c/DETAILS
blob: 154a5dff65ac9e8ec4d088dfb39c65ea3c7a1e6c (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.0
          SOURCE=autopano-sift-C-$VERSION.tar.gz
   SOURCE_URL[0]=$SOURCEFORGE_URL/hugin/$SOURCE
     SOURCE_HASH=sha512:779bf6c74201228fb1821d5d52eeaa67f50b4844624a56ad449aaae807b0577f9a287bc3edf9ec9a0905574c22d52a424f67b850e376b42c6bb62bf78dc95713 
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