]> git.pld-linux.org Git - packages/gegl.git/blobdiff - gegl.spec
- updated BRs/Rs, pass CPPFLAGS to detect UMFPACK
[packages/gegl.git] / gegl.spec
index 94fb50fabc172adc01811e86d4afd90e8f75416e..138efb59e3a11419761059a3c8331463e9489fff 100644 (file)
--- a/gegl.spec
+++ b/gegl.spec
 Summary:       Generic image processing library
 Summary(pl.UTF-8):     Ogólna biblioteka przetwarzania obrazu
 Name:          gegl
-Version:       0.1.2
-Release:       2
+Version:       0.1.6
+Release:       1
 License:       LGPL v3+
 Group:         Libraries
-Source0:       ftp://ftp.gtk.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
-# Source0-md5: d35ffe17dc042652eca3205488ece262
+Source0:       ftp://ftp.gimp.org/pub/gegl/0.1//%{name}-%{version}.tar.bz2
+# Source0-md5: af5e5a7d3c7ddfaa2b3414de2a7e9113
 Patch0:                %{name}-lua.patch
 Patch1:                %{name}-ffmpeg.patch
 Patch2:                %{name}-ffmpeg-0.8.patch
 URL:           http://www.gegl.org/
 BuildRequires: OpenEXR-devel
 BuildRequires: SDL-devel
+BuildRequires: UMFPACK-devel
 BuildRequires: asciidoc
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
-BuildRequires: babl-devel >= 0.1.2
+BuildRequires: babl-devel >= 0.1.4
 BuildRequires: cairo-devel
 BuildRequires: enscript
+BuildRequires: exiv2-devel
 BuildRequires: ffmpeg-devel >= 0.8
-BuildRequires: gdk-pixbuf2-devel >= 2.12.0
+BuildRequires: gdk-pixbuf2-devel >= 2.18.0
 BuildRequires: glib2-devel >= 1:2.22.0
 BuildRequires: graphviz
 BuildRequires: gtk-doc >= 1.0
+BuildRequires: jasper-devel >= 1.900.1
 BuildRequires: libjpeg-devel
 BuildRequires: libopenraw-devel >= 0.0.5
 BuildRequires: libpng-devel
@@ -47,8 +50,10 @@ BuildRequires:       pango-devel >= 1:1.10
 BuildRequires: perl-base
 BuildRequires: pkgconfig
 BuildRequires: ruby
-Requires:      babl >= 0.1.2
+Requires:      babl >= 0.1.4
 Requires:      glib2 >= 1:2.22.0
+Requires:      gdk-pixbuf2 >= 2.18.0
+Requires:      jasper >= 1.900.1
 Requires:      libopenraw >= 0.0.5
 Requires:      librsvg >= 1:2.14.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,7 +80,7 @@ Summary:      Header files for gegl library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki gegl
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      babl-devel >= 0.0.20
+Requires:      babl-devel >= 0.1.4
 Requires:      glib2-devel >= 1:2.22.0
 
 %description devel
@@ -116,11 +121,12 @@ Dokumentacja API biblioteki gegl.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
+       CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack" \
        --enable-docs%{!?with_doc:=no} \
        %{!?with_mmx:--disable-mmx} \
        %{!?with_sse:--disable-sse} \
This page took 0.074082 seconds and 4 git commands to generate.