SPECS: ufraw.spec - lensfun support, by Michal Kochanowicz <michal at michal.w...

sparky sparky at pld-linux.org
Wed Nov 19 19:53:33 CET 2008


Author: sparky                       Date: Wed Nov 19 18:53:33 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- lensfun support, by Michal Kochanowicz <michal at michal.waw.pl>

---- Files affected:
SPECS:
   ufraw.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/ufraw.spec
diff -u SPECS/ufraw.spec:1.30 SPECS/ufraw.spec:1.31
--- SPECS/ufraw.spec:1.30	Tue Oct 21 13:47:33 2008
+++ SPECS/ufraw.spec	Wed Nov 19 19:53:28 2008
@@ -2,11 +2,14 @@
 # TODO:
 # - manual page for ufraw-batch?
 #
+# Conditional build:
+%bcond_with	lensfun		# build with lensfun support
+
 Summary:	RAW photo loader
 Summary(pl.UTF-8):	Narzędzie do wczytywania zdjęć w formacie RAW
 Name:		ufraw
 Version:	0.14.1
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications/Graphics
 Source0:	http://dl.sourceforge.net/ufraw/%{name}-%{version}.tar.gz
@@ -18,6 +21,7 @@
 BuildRequires:	libexif-devel >= 1:0.6.13
 BuildRequires:	libjpeg-devel
 BuildRequires:	libtiff-devel
+%{?with_lensfun:BuildRequires:	lensfun-devel}
 Requires(post,preun):	GConf2 >= 2.16.0
 Requires(post,postun):	desktop-file-utils
 Requires(post,postun):	shared-mime-info >= 0.21
@@ -31,6 +35,11 @@
 images using Dave Coffin's raw conversion utility DCRaw. And it
 supports basic color management using Little CMS, allowing the user to
 apply color profiles.
+%if %{with lensfun}
+NOTE: This package has been compiled with lensfun support which is
+considered experimental. Please read http://ufraw.sourceforge.net/lensfun.html
+for information about problems with current implementation.
+%endif
 
 %description -l pl.UTF-8
 UFRaw to narzędzie do czytania i przetwarzania zdjęć w formacie RAW różnych
@@ -38,6 +47,12 @@
 GIMP. Zdjęcia w formacie RAW są wczytywane za pomocą programu DCRaw Dave'a
 Coffina. Użytkownik ma możliwość stosowania profili kolorów dzięki
 bibliotece Little CMS.
+%if %{with lensfun}
+UWAGA: Ten pakiet został skompilowany ze wsparciem dla lensfun, które
+jest w fazie eksperymentalnej. Proszę zapoznać się z dokumenem
+http://ufraw.sourceforge.net/lensfun.html w którym opisane są problemy
+z obecną wersją.
+%endif
 
 %package -n gimp-plugin-ufraw
 Summary:	RAW photo loader GIMP plugin
@@ -68,7 +83,9 @@
 %configure \
 	--enable-mime \
 	--with-exiv2 \
-	--with-libexif
+	--with-libexif \
+	%{?with_lensfun:--with-lensfun}
+
 %{__make}
 
 %install
@@ -122,6 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2008/11/19 18:53:28  sparky
+- lensfun support, by Michal Kochanowicz <michal at michal.waw.pl>
+
 Revision 1.30  2008/10/21 11:47:33  hawk
 - locale fix: no -> nb
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ufraw.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list