]> git.pld-linux.org Git - packages/gegl.git/blobdiff - gegl.spec
noarch vala subpackage
[packages/gegl.git] / gegl.spec
index 930957c2a85534c18ad94b355aa820de046bf7c5..6ad4a3d458796ac5763df1ecc2a54862511ebb78 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.3.0
-Release:       1
+Version:       0.3.6
+Release:       2
 License:       LGPL v3+
 Group:         Libraries
 Source0:       http://ftp.gimp.org/pub/gegl/0.3/%{name}-%{version}.tar.bz2
-# Source0-md5: 6d71daab78377d5074a74651bbf7a76a
-Patch0:                %{name}-lua.patch
-Patch1:                %{name}-build.patch
-Patch2:                umfpack.patch
+# Source0-md5: e6b4eb720ef541aab8c9b12b1a517a78
+Patch1:                %{name}-format.patch
+Patch2:                %{name}-ruby1.9.patch
+Patch3:                %{name}-build.patch
+Patch5:                umfpack.patch
 URL:           http://www.gegl.org/
-#%{?with_introspection:BuildRequires:  /usr/share/gir-1.0/Babl-0.1.gir}
 BuildRequires: OpenEXR-devel
 BuildRequires: SDL-devel
 BuildRequires: UMFPACK-devel
 BuildRequires: asciidoc
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake >= 1:1.11
-BuildRequires: babl-devel >= 0.1.12
+BuildRequires: babl-devel >= 0.1.14
 BuildRequires: cairo-devel
 BuildRequires: enscript
 BuildRequires: exiv2-devel
-# libavformat >= 53.0.0, libavcodec >= 53.0.0
-BuildRequires: ffmpeg-devel >= 0.8
+# libavformat >= 55.48.100, libavcodec >= 55.69.100, libswscale >= 2.6.100
+BuildRequires: ffmpeg-devel >= 2.3
 BuildRequires: gdk-pixbuf2-devel >= 2.18.0
 BuildRequires: gettext-tools
+BuildRequires: gexiv2-devel
 BuildRequires: glib2-devel >= 1:2.36.0
 %{?with_introspection:BuildRequires:   gobject-introspection-devel >= 1.32.0}
 BuildRequires: graphviz
@@ -54,30 +55,35 @@ BuildRequires:      json-glib-devel
 BuildRequires: lcms2-devel >= 2.2
 BuildRequires: lensfun-devel >= 0.2.5
 BuildRequires: libjpeg-devel
-BuildRequires: libopenraw-devel >= 0.0.5
 BuildRequires: libpng-devel
+BuildRequires: libraw-devel >= 0.15.4
 BuildRequires: librsvg-devel >= 1:2.14.0
 BuildRequires: libspiro-devel
+BuildRequires: libtiff-devel >= 4.0.0
 BuildRequires: libtool >= 2:2.2
 BuildRequires: libv4l-devel >= 1.0.1
 BuildRequires: libwebp-devel
-BuildRequires: lua51-devel >= 5.1.0
+BuildRequires: lua51-devel >= 5.1.5-2
+BuildRequires: mrg-devel >= 0-0.20160310
 BuildRequires: pango-devel >= 1:1.10
 BuildRequires: perl-base
 BuildRequires: pkgconfig
 BuildRequires: python >= 1:2.5.0
+# either one?
 #BuildRequires:        python-pygobject-devel >= 2.26
 BuildRequires: python-pygobject3-devel >= 3.2
-#BuildRequires:        poly2tri-c-devel
+BuildRequires: poly2tri-c-devel
 BuildRequires: ruby >= 1.9
 %{?with_vala:BuildRequires:    vala >= 2:0.20.0}
-Requires:      babl >= 0.1.12
+Requires:      babl >= 0.1.14
 Requires:      gdk-pixbuf2 >= 2.18.0
 Requires:      glib2 >= 1:2.36.0
 Requires:      jasper-libs >= 1.900.1
 Requires:      lensfun >= 0.2.5
-Requires:      libopenraw >= 0.0.5
+Requires:      libraw >= 0.15.4
 Requires:      librsvg >= 1:2.14.0
+Requires:      libtiff >= 4.0.0
+Requires:      mrg-libs >= 0-0.20160310
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -102,7 +108,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.1.12
+Requires:      babl-devel >= 0.1.14
 Requires:      glib2-devel >= 1:2.36.0
 
 %description devel
@@ -143,6 +149,9 @@ Summary:    Vala API for gegl library
 Summary(pl.UTF-8):     API języka Vala dla biblioteki gegl
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description -n vala-gegl
 Vala API for gegl library.
@@ -152,9 +161,10 @@ API języka Vala dla biblioteki gegl.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch5 -p1
 
 %build
 %{__libtoolize}
@@ -187,8 +197,6 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with static_libs}
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/gegl-0.3/*.a
 %endif
-# examples with too common names
-%{__rm} $RPM_BUILD_ROOT%{_bindir}/{hello-world,sdl-draw}
 
 %find_lang %{name}-0.3
 
@@ -201,14 +209,9 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}-0.3.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/2geglbuffer
 %attr(755,root,root) %{_bindir}/gegl
-%attr(755,root,root) %{_bindir}/gegl-convert
 %attr(755,root,root) %{_bindir}/gegl-imgcmp
-%attr(755,root,root) %{_bindir}/gegl-slicer
 %attr(755,root,root) %{_bindir}/gegl-tester
-%attr(755,root,root) %{_bindir}/geglbuffer-add-image
-%attr(755,root,root) %{_bindir}/geglbuffer-clock
 %attr(755,root,root) %{_libdir}/libgegl-0.3.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgegl-0.3.so.0
 %attr(755,root,root) %{_libdir}/libgegl-npd-0.3.so
This page took 0.387467 seconds and 4 git commands to generate.