Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 146929 Details for
Bug 223657
Review Request: PerceptualDiff - An image comparison utility
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
PerceptualDiff.spec I used
PerceptualDiff.spec (text/plain), 1.67 KB, created by
Mamoru TASAKA
on 2007-01-30 16:25:20 UTC
(
hide
)
Description:
PerceptualDiff.spec I used
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2007-01-30 16:25:20 UTC
Size:
1.67 KB
patch
obsolete
>Name: PerceptualDiff >Version: 1.0 >Release: 2.1%{?dist} >Summary: An image comparison utility > >Group: Applications/Multimedia >License: GPL >URL: http://pdiff.sourceforge.net >Source: http://downloads.sourceforge.net/pdiff/%{name}-%{version}.tar.gz >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: libtiff-devel, libpng10-devel, cmake > >%description >PerceptualDiff is an image comparison utility that makes use of a >computational model of the human visual system to compare two images. > >This software is released under the GNU General Public License. > >%prep >%setup -q >sed -i 's/\r//' gpl.txt >sed -i 's/\r//' README.txt > ># Switch to libpng -> libpng10 >sed -i.png10 \ > -e 's|png.h|libpng10/png.h|' \ > CMakeLists.txt RGBAImage.cpp >sed -i \ > 's|PNG_LIBRARY png|PNG_LIBRARY png10|' \ > CMakeLists.txt > >%build >cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} . >make VERBOSE=1 CXX_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} > >%install >rm -rf $RPM_BUILD_ROOT >make VERBOSE=1 install DESTDIR=$RPM_BUILD_ROOT > ># Fix permission so as to create debuginfo rpm >chmod 0755 $RPM_BUILD_ROOT%{_bindir}/* > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root,-) >%doc README.txt gpl.txt >%attr(755,root,root)%{_bindir}/perceptualdiff > > >%changelog >* Tue Jan 30 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 1.0-2.1 >- Switch libpng -> libpng10 >- Don't strip binaries >- Correctly pass optflags > >* Sun Jan 21 2007 Tobias Sauerwein <tsauerwein@aqsis.org> 1.0-2 >- BuildRequires fixed >- Excluded x86_64 > >* Thu Jan 18 2007 Tobias Sauerwein <tsauerwein@aqsis.org> 1.0-1 >- Update to 1.0 > >* Mon Dec 11 2006 Tobias Sauerwein <tsauerwein@aqsis.org> 0.9 >- Initial RPM/SPEC
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 223657
: 146929 |
146930