Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 0bf84404d5ead079dd27b29e2824a4e2 > files > 2

autopano-sift-C-2.5.1-1plf2010.1.src.rpm

%define name    autopano-sift-C
%define version 2.5.1
%define release %mkrel 1

%define destdir %{_libdir}/%{name}

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        SIFT Feature Detection implementation
License:        GPL
Group:          Graphics
Url:            http://hugin.sourceforge.net/
Source0:        http://sourceforge.net/projects/hugin/files/autopano-sift-C/autopano-sift-C-%{version}/autopano-sift-C-%{version}.tar.gz
BuildRequires:  cmake
BuildRequires:  pano13-devel
BuildRequires:  libpng-devel
BuildRequires:  libtiff-devel
BuildRequires:  libjpeg-devel
BuildRequires:  zlib-devel
BuildRequires:  libxml2-devel
Obsoletes:      autopano-sift
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
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. The output is created as project file for the hugin
panorama stitching software, which is available at http://hugin.sf.net/

This package is in PLF because the SIFT alogorithm is patented.

%prep
%setup -q 

%build
%cmake
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root)
%doc LICENSE README README.1ST ChangeLog
%{_mandir}/man?/*
%{_bindir}/*

%changelog
* Sat Feb 13 2010 Guillaume Rousse <guillomovitch@zarb.org> 2.5.1-1plf
- first PLF release