]> git.pld-linux.org Git - packages/ufraw.git/commitdiff
- version of required lensfun-devel
authorKacper Kornet <draenog@pld-linux.org>
Tue, 29 Jun 2010 14:39:24 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- support for hotpixels, exiv2, lensfun is now build by default;
  remove not existing configure options

Changed files:
    ufraw.spec -> 1.44

ufraw.spec

index af5dd9a79cd50adc1265ea5a4d79d0d340d6bf34..23ba3fc02b1dec75831026b84916c4fdcb296775 100644 (file)
@@ -1,9 +1,6 @@
 # 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
@@ -23,7 +20,7 @@ BuildRequires:        gettext-devel
 BuildRequires: gimp-devel >= 2.6
 BuildRequires: gtkimageview-devel >= 1.3
 BuildRequires: lcms-devel
-%{?with_lensfun:BuildRequires: lensfun-devel}
+BuildRequires: lensfun-devel >=0.2.5}
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: libtiff-devel
@@ -110,12 +107,9 @@ cp -f /usr/share/automake/mkinstalldirs .
        --enable-contrast \
        --enable-dst-correction \
        --enable-extras \
-       --enable-hotpixels \
        --enable-mime \
        --with-gtk \
-       --with-gimp \
-       --with-exiv2 \
-       %{?with_lensfun:--with-lensfun}
+       --with-gimp 
 
 %{__make}
 
This page took 0.128272 seconds and 4 git commands to generate.