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:
parent
16cb1a5054
commit
460952747a
@ -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) \
|
@ -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
3
gegl-0.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75
|
||||
size 5532682
|
17
gegl.changes
17
gegl.changes
@ -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
|
||||
|
||||
|
@ -41,13 +41,12 @@ Obsoletes: %{name}-orig-addon
|
||||
Provides: patched_subset
|
||||
%endif
|
||||
Url: http://gegl.org/
|
||||
Version: 0.1.6
|
||||
Release: 10
|
||||
Version: 0.1.8
|
||||
Release: 1
|
||||
License: GPLv3+ ; LGPLv3+
|
||||
Group: System/Libraries
|
||||
Summary: Generic Graphics Library
|
||||
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}
|
||||
|
||||
@ -125,7 +124,6 @@ input and output.
|
||||
%prep
|
||||
%setup -q
|
||||
# docs-build-fix.diff
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
|
Loading…
Reference in New Issue
Block a user