From 16cb1a50546edc0549c3ab183aa8e2488cc828c1f266c30dc8ad64765bf708b8 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 16 Sep 2011 13:26:57 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.1.6=20(see=20NEWS)=20=20?= =?UTF-8?q?=E2=80=A2=20New=20operations:=20max-rgb,=20pixelise,=20motion?= =?UTF-8?q?=20blur.=20=20=E2=80=A2=20Fixed=20a=20bugs=20in=20matting-levin?= =?UTF-8?q?=20that=20made=20GEGL=20halt=20due=20to=20errors=20=20=20=20det?= =?UTF-8?q?ected=20by=20babl=20sanity=20code,=20this=20made=200.1.4=20be?= =?UTF-8?q?=20unusable=20if=20you=20had=20=20=20=20all=20dependendency=20w?= =?UTF-8?q?hen=20building.=20=20=E2=80=A2=20build/test=20improvements.=20?= =?UTF-8?q?=20=E2=80=A2=20Buffer:=20=20=20=20=20Added=20API=20to=20use=20e?= =?UTF-8?q?xternal=20tile=20backends,=20allowing=20to=20plug-in=20alien=20?= =?UTF-8?q?=20=20=20=20tilebackends,=20for=20GIMP/Krita/OSM=20or=20similar?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=18 --- gegl.changes | 11 ++++++++++- gegl.spec | 10 ++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/gegl.changes b/gegl.changes index 4444bba..e2454be 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,7 +1,16 @@ ------------------------------------------------------------------- Mon Jun 20 09:42:30 UTC 2011 - jw@novell.com -- update to 0.1.6 (gimp-2.7.2 needs this version) +- update to 0.1.6 (see NEWS) + • New operations: max-rgb, pixelise, motion blur. + + • Fixed a bugs in matting-levin that made GEGL halt due to errors + detected by babl sanity code, this made 0.1.4 be unusable if you had + all dependendency when building. + • build/test improvements. + • Buffer: + Added API to use external tile backends, allowing to plug-in alien + tilebackends, for GIMP/Krita/OSM or similar. - remove upstreamed patches bgo609706 bgo610680 (thanks, Vincent) ------------------------------------------------------------------- diff --git a/gegl.spec b/gegl.spec index dc12a99..72486fd 100644 --- a/gegl.spec +++ b/gegl.spec @@ -46,8 +46,8 @@ Release: 10 License: GPLv3+ ; LGPLv3+ Group: System/Libraries Summary: Generic Graphics Library -Source: ftp://ftp.gimp.org/pub/gegl/v0.0/%{name}-%{version}.tar.bz2 -Patch2: docs-build-fix.diff +Source: ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2 +Patch2: docs-build-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libgegl-0_1-0 = %{version}-%{release} @@ -128,15 +128,13 @@ input and output. %patch2 -p1 %build -## nice idea, but it does not work. Rpmlint still complains about not useing rpm-opt-flags. -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -export CXXFLAGS="$CFLAGS" +export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ## do not use autogen.sh, it intentionally fails, if there is no ruby. ## so why use autogen, when you do not want portability? # ./autogen.sh %configure\ --enable-workshop=yes\ - --disable-static + --disable-static --disable-silent-rules make %{?jobs:-j%jobs} %install