- 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.

OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2011-09-16 13:26:57 +00:00 committed by Git OBS Bridge
parent dd7aeac452
commit 16cb1a5054
2 changed files with 14 additions and 7 deletions

View File

@ -1,7 +1,16 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 20 09:42:30 UTC 2011 - jw@novell.com 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) - remove upstreamed patches bgo609706 bgo610680 (thanks, Vincent)
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -46,8 +46,8 @@ Release: 10
License: GPLv3+ ; LGPLv3+ License: GPLv3+ ; LGPLv3+
Group: System/Libraries Group: System/Libraries
Summary: Generic Graphics Library Summary: Generic Graphics Library
Source: ftp://ftp.gimp.org/pub/gegl/v0.0/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
Patch2: docs-build-fix.diff Patch2: docs-build-fix.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libgegl-0_1-0 = %{version}-%{release} %define debug_package_requires libgegl-0_1-0 = %{version}-%{release}
@ -128,15 +128,13 @@ input and output.
%patch2 -p1 %patch2 -p1
%build %build
## nice idea, but it does not work. Rpmlint still complains about not useing rpm-opt-flags. export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS"
## do not use autogen.sh, it intentionally fails, if there is no ruby. ## do not use autogen.sh, it intentionally fails, if there is no ruby.
## so why use autogen, when you do not want portability? ## so why use autogen, when you do not want portability?
# ./autogen.sh # ./autogen.sh
%configure\ %configure\
--enable-workshop=yes\ --enable-workshop=yes\
--disable-static --disable-static --disable-silent-rules
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}
%install %install