]> git.pld-linux.org Git - packages/enblend-enfuse.git/blobdiff - enblend-enfuse.spec
- renamed gomp bcond to compiler-agnostic openmp
[packages/enblend-enfuse.git] / enblend-enfuse.spec
index 0bbddd239ff917d58d292da5569249345f0b5299..60eaf65386008817c2092606f44cde9990c7ac3b 100644 (file)
@@ -1,13 +1,13 @@
 # NOTE: g++ eats 700+MB of memory
 #
 # Conditional build:
-%bcond_with    gomp    # OpenMP support (incompatible with image-cache)
+%bcond_with    openmp  # OpenMP support (incompatible with image-cache)
 #
 Summary:       Image blending with multiresolution splines
 Summary(pl.UTF-8):     Łączenie zdjęć przy użyciu splajnów wielokrotnej rozdzielczości
 Name:          enblend-enfuse
 Version:       4.1.2
-Release:       2
+Release:       13
 License:       GPL v2+
 Group:         Applications/Graphics
 Source0:       http://downloads.sourceforge.net/enblend/%{name}-%{version}.tar.gz
@@ -21,12 +21,13 @@ BuildRequires:      OpenGL-glut-devel
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: boost-devel >= 1.35.0
-%{?with_gomp:BuildRequires:    gcc-c++ >= 6:4.2}
+%{?with_openmp:BuildRequires:  gcc-c++ >= 6:4.2}
 BuildRequires: glew-devel
 BuildRequires: gsl-devel
 BuildRequires: help2man
+BuildRequires: gnuplot
 BuildRequires: lcms2-devel >= 2
-%{?with_gomp:BuildRequires:    libgomp-devel}
+%{?with_openmp:BuildRequires:  libgomp-devel}
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel >= 5:3.4
@@ -34,6 +35,7 @@ BuildRequires:        libtiff-devel
 BuildRequires: libxmi-devel
 BuildRequires: pkgconfig
 BuildRequires: texinfo
+BuildRequires: tidy
 BuildRequires: transfig
 BuildRequires: vigra-devel >= 1.8
 BuildRequires: zlib-devel
@@ -69,7 +71,7 @@ przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje zdjęć
 %{__automake}
 %{__autoconf}
 %configure \
-       %{?with_gomp:--enable-openmp --disable-image-cache}
+       %{?with_openmp:--enable-openmp --disable-image-cache}
 %{__make}
 
 %install
This page took 0.099692 seconds and 4 git commands to generate.