Name: gimp-rawphoto Version: 0.7 Release: 1.fdr Epoch: 0 Summary: This is beta code of the GIMP-2.0 plug-in for reading photos (images) in RAW file format from any digital camera supported by Dave's Coffin dcraw utility into gimp. Group: Applications/Multimedia License: GPL URL: http://ptj.rozeta.com.pl/Soft/rawphoto Source0: http://ptj.rozeta.com.pl/Soft/rawphoto/rawphoto-20040527.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gimp-devel >= 2.0 Requires: gimp >= 2.0 Requires: dcraw %description This is beta code of the GIMP-2.0 plug-in for reading photos (images) in RAW file format from any digital camera supported by Dave's Coffin dcraw utility into gimp. The plug-in is based in part on the code of the original Dave's plug-in but has quite different internal workflow. There is a preview in the dialog, and all color manipulations are made with 16 bit depth. There are separate gamma, brigtnes, white-balance (with colour temperature scale) and grean/magenta cast controls. This code is beta quality but seams functional. There are still somo rough edges and I'm still strugling with doing color handling corectly. I do welcome all feedback - especialy on this issue since there seams to be different approaches to the linear -> gamma corected, level adjusted image corection. The gimp algorithm seams to be different then the dcraw and "logical" approach. I'm still lerning, I guess... :) %prep mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins %setup -q -n rawphoto-20040527 %build make %install cp src/rawphoto %{buildroot}%{_libdir}/gimp/2.0/plug-ins/ %clean rm -rf $RPM_BUILD_ROOT %post %preun %postun %files %defattr(644,root,root,-) %doc README %attr(755,root,root) %{_libdir}/gimp/2.0/plug-ins/* %changelog * Mon Sep 13 2003 Casper Pedersen - 0:0.70-1 - Initial RPM release.