Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37489219
en ru br
ALT Linux repos
S:1.1.1-alt1.qa1
5.0: 1.0.2-alt2
4.1: 1.0.1-alt1
4.0: 1.0.1-alt1

Group :: Graphics
RPM: perceptualdiff

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define archname PerceptualDiff

Name: perceptualdiff
Version: 1.0.1
Release: alt1

Summary: An image comparison utility
License: GPL
Group: Graphics

URL: http://pdiff.sourceforge.net/
Source: http://dl.sourceforge.net/pdiff/%archname-%version.tar.gz

# Automatically added by buildreq on Fri Jun 08 2007

BuildRequires: cmake gcc-c++ libpng-devel libtiff-devel

%description
PerceptualDiff is an image comparison utility that makes use of a
computational model of the human visual system to compare two images.

%prep
%setup -q -n %archname-%version

%build
export CC=gcc
cmake -DCMAKE_INSTALL_PREFIX:PATH=%_prefix .
%make_build VERBOSE=1

%install
%make_install DESTDIR=%buildroot install

# Weird makefile :)

chmod 755 %buildroot%_bindir/perceptualdiff

%files
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin