Accepting request 93852 from home:dimstar:branches:graphics

Update to 0.1.8

OBS-URL: https://build.opensuse.org/request/show/93852
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=21
This commit is contained in:
Klaas Freitag 2011-11-27 15:51:17 +00:00 committed by Git OBS Bridge
parent 16cb1a5054
commit 460952747a
5 changed files with 22 additions and 18 deletions

View File

@ -1,11 +0,0 @@
--- gegl-0.1.6/docs/Makefile.in.orig 2011-02-13 19:15:29.000000000 +0100
+++ gegl-0.1.6/docs/Makefile.in 2011-06-19 20:43:33.052542851 +0200
@@ -345,7 +345,7 @@ SUBDIRS = gallery
# The patterns used for html creation in the gegl build system
# is very small, and should probably be documented in a tutorial.
#
-gtkdochtmldir = $(DESTDIR)$(datadir)/gtk-doc/html/gegl
+gtkdochtmldir = $(datadir)/gtk-doc/html/gegl
HTML_FILES = operations.html class-hierarchy.html $(am__append_1) \
$(am__append_3) $(am__append_5)
GTKDOC_FILES = operations.html gegl.css gegl.devhelp $(am__append_2) \

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a166225625eebfb57fd417c88cf1fa6e29b1d308d50ac3bd9ef30bad9f3726d1
size 4118465

3
gegl-0.1.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75
size 5532682

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Nov 27 14:39:21 UTC 2011 - dimstar@opensuse.org
- Update to version 0.1.8:
+ New operations: spread, vignette, map-relative,
noise-reduction, plasma, fractal-trace, exr-save, lens-correct,
emboss, cubism, ripple, color-to-alpha, color-rotate,
red-eye-removal, convolution-matrix, deinterlace,
polar-coordinates, lens-distortion, pixelise.
+ Split GeglView GTK Widget into separate utility library
+ build/test improvements.
+ Buffer:
- Added lohalo resampler, API and infrastructure for doing non
affine resamplings.
- Clean spec-file using spec-cleaner.
- Drop docs-build-fix.diff: fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 20 09:42:30 UTC 2011 - jw@novell.com Mon Jun 20 09:42:30 UTC 2011 - jw@novell.com

View File

@ -41,13 +41,12 @@ Obsoletes: %{name}-orig-addon
Provides: patched_subset Provides: patched_subset
%endif %endif
Url: http://gegl.org/ Url: http://gegl.org/
Version: 0.1.6 Version: 0.1.8
Release: 10 Release: 1
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/0.1/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
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}
@ -125,7 +124,6 @@ input and output.
%prep %prep
%setup -q %setup -q
# docs-build-fix.diff # docs-build-fix.diff
%patch2 -p1
%build %build
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"