packages: pfscalibration/pfscalibration-opt.patch (NEW), pfscalibration/pfs...

qboosh qboosh at pld-linux.org
Sat Feb 4 07:23:23 CET 2012


Author: qboosh                       Date: Sat Feb  4 06:23:23 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/pfscalibration:
   pfscalibration-opt.patch (NONE -> 1.1)  (NEW), pfscalibration.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/pfscalibration/pfscalibration-opt.patch
diff -u /dev/null packages/pfscalibration/pfscalibration-opt.patch:1.1
--- /dev/null	Sat Feb  4 07:23:23 2012
+++ packages/pfscalibration/pfscalibration-opt.patch	Sat Feb  4 07:23:17 2012
@@ -0,0 +1,11 @@
+--- pfscalibration-1.5/configure.ac.orig	2011-03-11 11:32:24.000000000 +0100
++++ pfscalibration-1.5/configure.ac	2012-02-04 07:09:20.523781656 +0100
+@@ -13,7 +13,7 @@
+ dnl
+ dnl Default setup
+ dnl
+-CXXFLAGS="-O3 -funroll-loops -fstrength-reduce -fschedule-insns2 -felide-constructors -frerun-loop-opt -fexceptions -fno-strict-aliasing -fexpensive-optimizations -ffast-math -pipe"
++CXXFLAGS="$CXXFLAGS -fstrength-reduce -frerun-loop-opt -fno-strict-aliasing -ffast-math -pipe"
+ 
+ dnl
+ dnl Templates for autoheader defines

================================================================
Index: packages/pfscalibration/pfscalibration.spec
diff -u /dev/null packages/pfscalibration/pfscalibration.spec:1.1
--- /dev/null	Sat Feb  4 07:23:23 2012
+++ packages/pfscalibration/pfscalibration.spec	Sat Feb  4 07:23:17 2012
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+Summary:	PFS calibration package
+Summary(pl.UTF-8):	Pakiet do kalibracji PFS
+Name:		pfscalibration
+Version:	1.5
+Release:	1
+License:	GPL v2+
+Group:		Applications/Graphics
+Source0:	http://downloads.sourceforge.net/pfstools/%{name}-%{version}.tar.gz
+# Source0-md5:	532efe0a6bf563d36d4bdec8dbe3e5a8
+Patch0:		%{name}-opt.patch
+URL:		http://pfstools.sourceforge.net/pfscalibration.html
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
+BuildRequires:	pfstools-devel >= 1.0
+BuildRequires:	pkgconfig
+Requires:	pfstools >= 1.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PFS calibration package provides an implementation of the Robertson et
+al. 2003 and Mitsunaga and Nayar 1999 methods for the photometric
+calibration of cameras and for the recovery of high dynamic range
+(HDR) images from the set of low dynamic range (LDR) exposures.
+
+%description -l pl.UTF-8
+Pakiet do kalibracji PFS zawiera implementację metod Robertsona i in.
+z 2003 oraz Mitsunagi i Nayara z 1999 roku do fotometrycznej
+kalibracji aparatów oraz odtwarzania obrazów o wysokim zakresie
+dynamiki (HDR) ze zbioru ekspozycji o niskim zakresie dynamiki (LDR).
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	%{?debug:--enable-debug}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/dcraw2hdrgen
+%attr(755,root,root) %{_bindir}/jpeg2hdrgen
+%attr(755,root,root) %{_bindir}/pfshdrcalibrate
+%attr(755,root,root) %{_bindir}/pfsinhdrgen
+%attr(755,root,root) %{_bindir}/pfsinme
+%attr(755,root,root) %{_bindir}/pfsmergehdr
+%attr(755,root,root) %{_bindir}/pfsplotresponse
+%{_mandir}/man1/dcraw2hdrgen.1*
+%{_mandir}/man1/jpeg2hdrgen.1*
+%{_mandir}/man1/pfshdrcalibrate.1*
+%{_mandir}/man1/pfsinhdrgen.1*
+%{_mandir}/man1/pfsinme.1*
+%{_mandir}/man1/pfsplotresponse.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/02/04 06:23:17  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list