Up to [cvs.netbsd.org] / pkgsrc / graphics / autopano-sift-C
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:16 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 29 21:07:12 2012 UTC (3 months, 3 weeks ago) by marino
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
graphics/autopano-sift-C: Fix indirect linking error on DragonFly
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 13 13:37:55 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:33 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 15 10:27:51 2010 UTC (20 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Revbump after libpano13 update
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 15 09:42:23 2010 UTC (23 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.5: +5 -1
lines
Diff to previous 1.5 (colored)
work-around finding libpng
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:26 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:56 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 22 18:34:30 2009 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
Changes 2.5.1: * Fix for crash when input specified with a project file contains file paths with spaces. * Major memory leak in autopano-sift-c command-line tool fixed. * Other minor improvements including: a fix for a possible crash, inlined functions and cpack support for rpm and deb packaging.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:35 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
bump revision because of graphics/jpeg update
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Aug 20 20:24:28 2009 UTC (2 years, 9 months ago) by adam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
The SIFT algorithm provides the capability to identify key feature points within arbitrary images. It further extracts highly distinct information for each such point and allows to characterize the point invariant to a number of modifications to the image. It is invariant to contrast/brightness changes, to rotation, scaling and partially invariant to other kinds of transformations. The algorithm can be flexibly used to create input data for image matching, object identification and other computer vision related algorithms. This package provides an implementation of the SIFT algorithm and a set of utilities to utilize the algorithm to match two or more images. As output, a number of control points are created, which specify one and the same image location in two images.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 20 20:24:28 2009 UTC (2 years, 9 months ago) by adam
Branch: MAIN
Initial revision