SHA256
1
0
forked from pool/gegl

Accepting request 18840 from graphics

Copy from graphics/gegl based on submit request 18840 from user sbrabec

OBS-URL: https://build.opensuse.org/request/show/18840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=7
This commit is contained in:
OBS User autobuild
2009-08-26 13:09:14 +00:00
committed by Git OBS Bridge
parent b496b096ce
commit 7e6f9eaf3f
5 changed files with 51 additions and 411 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package gegl (Version 0.0.22)
# spec file for package gegl (Version 0.1.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,7 +22,9 @@ Name: gegl
# Patched code is built by default.
# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
# Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched build plus original as addon.
BuildRequires: ImageMagick OpenEXR-devel SDL-devel asciidoc babl-devel enscript gcc-c++ graphviz gtk2-devel libjpeg-devel libpng-devel librsvg-devel libstdc++-devel lua-devel ruby
BuildRequires: ImageMagick OpenEXR-devel SDL-devel asciidoc babl-devel enscript gcc-c++ graphviz gtk2-devel libjpeg-devel libpng-devel librsvg-devel libstdc++-devel lua-devel
# FIXME: add back with next release after 0.1.0, when gobj2dot.rb will be there
# BuildRequires: ruby
BuildRequires: glib2-devel >= 2.16.1
BuildRequires: libopenraw-devel >= 0.0.5
# Only for directory ownership:
@@ -39,14 +41,12 @@ Obsoletes: %{name}-orig-addon
Provides: patched_subset
%endif
Url: http://gegl.org/
Version: 0.0.22
Release: 2
License: GPL v3 or later; LGPL v3 or later
Version: 0.1.0
Release: 1
License: GPL v3 or later ; LGPL v3 or later
Group: System/Libraries
Summary: Generic Graphics Library
Source: ftp://ftp.gimp.org/pub/gegl/v0.0/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gegl-babl_api_change.patch vuntz@novell.com -- Taken from Fedora
Patch0: gegl-babl_api_change.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libgegl-0_0-0 = %{version}-%{release}
@@ -95,7 +95,7 @@ Authors:
Jakub Steiner
%package 0_0
License: GPL v3 or later; LGPL v3 or later
License: GPL v3 or later ; LGPL v3 or later
Summary: Generic Graphics Library
Group: System/Libraries
@@ -147,7 +147,7 @@ Authors:
%if 0%{?BUILD_ORIG_ADDON}
%package 0_0-orig-addon
License: GPL v3 or later; LGPL v3 or later
License: GPL v3 or later ; LGPL v3 or later
Summary: Generic Graphics Library
Group: System/Libraries
Supplements: packageand(%{name}-0_0:%(cd %{_libdir} ; rpm -qf --queryformat=%%{NAME} `readlink %{_libdir}/libavcodec.so` ))
@@ -200,7 +200,7 @@ Authors:
%endif
%package -n libgegl-0_0-0
License: GPL v3 or later; LGPL v3 or later
License: GPL v3 or later ; LGPL v3 or later
Summary: Generic Graphics Library
Group: System/Libraries
Recommends: %{name}-0_0 >= %{version}
@@ -250,7 +250,7 @@ Authors:
Jakub Steiner
%package devel
License: GPL v3 or later; LGPL v3 or later
License: GPL v3 or later ; LGPL v3 or later
Summary: Generic Graphics Library
Group: System/Libraries
Requires: libgegl-0_0-0 = %{version} babl-devel glib2-devel glibc-devel pcre-devel
@@ -300,7 +300,7 @@ Authors:
Jakub Steiner
%package doc
License: GPL v3 or later; LGPL v3 or later
License: GPL v3 or later ; LGPL v3 or later
Summary: Generic Graphics Library
Group: System/Libraries
Requires: libgegl-0_0-0 = %{version}
@@ -351,7 +351,6 @@ Authors:
%prep
%setup -q
%patch0 -p0
%build
%configure\
@@ -412,46 +411,3 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/gegl
%changelog
* Thu Jun 11 2009 vuntz@novell.com
- Add gegl-babl_api_change.patch to make gegl build with babl
0.1.0. Patch taken from Fedora.
- Remove autoreconf call.
- Do not make gegl0_0 explicitly Requires libbabl-0_0-0.
* Wed Dec 31 2008 hfiguiere@suse.de
- Update to 0.0.22
* GeglOperation
- operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix.
- gegl:opacity - combine value and aux mask input when both are available.
- gegl:src-in - deal correctly with extens.
- gegl:path - new op covering the stroke/fill needs of SVG.
- deprecated gegl:shift, the affine familiy of operations now
uses the same fast code paths for integer translations.
* GeglBuffer
- Profiling motivated speed ups in data reading/writing.
- Remove left-over swapfiles from dead processes at startup.
* GeglNode
- made gegl_node_add_child and gegl_node_remove_child public API. (bgo#507298)
* GeglPath: Vector path representation infrastructure,
- Remove gegl-64bit-warning.diff
* Mon Oct 06 2008 hfiguiere@suse.de
- Update to 0.0.20
* libopenraw support
* Linear buffer support, amongst other things enabling GeglBuffer API access
to external linear buffers in memory.
* Reworked samplers using a shared caching neighbourhood infrastructure.
* YAFR - a new resampler contributed by Nicolas Robidoux.
* Marked user visible strings for translation.
* Added a fill operation (might be a bit fragile) that allows rendering
SVG like paths backed by a GeglVector.
- Remove gegl-strict-compile-fix.diff
- Added gegl-64bit-warning.diff
* Address a fatal warning on 64bits
* Wed Oct 01 2008 hfiguiere@suse.de
- Add patch gegl-strict-compile-fix.diff:
*Fix header for stricter compilation
- enable workshop at compile time
* Mon Sep 29 2008 sbrabec@suse.cz
- Fixed dependencies.
- Fixed permissions of documentation.
* Mon Jul 21 2008 sbrabec@suse.cz
- New SuSE package.