Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 4adc7d76e83336154cc3c5d9aae5141d > files > 3

imview-1.1.8-5mdv2008.0.src.rpm

Summary:   Image display and analysis
Name:      imview
Version:   1.1.8
Release:   %mkrel 5
License:   GPL
Group:     Graphics
Source:    http://experimental.act.cmis.csiro.au/imview/download/imview-src-%{version}.tar.bz2
# use www-browser instead of netscape to display docs
Patch0:    imview-www-browser.patch
URL: 	   http://www.cmis.csiro.au/hugues.talbot/imview
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: fltk-devel
BuildRequires: jpeg-devel
BuildRequires: libmagick-devel
BuildRequires: libxinerama-devel
BuildRequires: tiff-devel

%description
This application allows the user to display a variety of image formats
and to help analyse the content of images. It can perform as a general-
purpose image display program with some nice features, but it is
designed with the profesionnal image analysis/image processing person 
in mind.

%prep
%setup
%patch0

%build
# needed to build on x86_64
export CXXFLAGS="$RPM_BUILD_OPTS -fpermissive"

%configure --with-jpeg --with-tiff --with-magick
%make depend
%make

%install
make DESTDIR="$RPM_BUILD_ROOT" install-strip
# man dir is wrong
mv $RPM_BUILD_ROOT/usr/man $RPM_BUILD_ROOT/%{_mandir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%{_bindir}/imview
%{_datadir}/Imview
%{_mandir}/man*/*
%doc README COPYING ChangeLog



%changelog
* Mon May 07 2007 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 1.1.8-5mdv2008.0
+ Revision: 24865
- Added missing BuildRequires for libxinerama-devel.
- Rebuild with new libjasper.


* Fri Mar 24 2006 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 1.1.8-4mdk
- rebuild for new lib(64)Magick

* Mon Jan 02 2006 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 1.1.8-3mdk
- rebuild for new lib(64)Magick

* Mon Oct 31 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 1.1.8-2mdk
- fix build on x86_64

* Tue Sep 20 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 1.1.8-1mdk
- first contrib