From: Jakub Bogusz Date: Sun, 23 Jul 2017 18:46:27 +0000 (+0200) Subject: - updated to 0.3.18 X-Git-Tag: auto/th/gegl-0.3.18-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fgegl.git;a=commitdiff_plain;h=11e6080ad21653a3be9d1065a261a47b0d77a400 - updated to 0.3.18 - removed obsolete G_LOG_DOMAIN patch --- diff --git a/G_LOG_DOMAIN.patch b/G_LOG_DOMAIN.patch deleted file mode 100644 index 140ac32..0000000 --- a/G_LOG_DOMAIN.patch +++ /dev/null @@ -1,39 +0,0 @@ -commit 81fb956b221e4b1f919788d8a5f6a3a5462b86ae -Author: Øyvind Kolås -Date: Thu Mar 23 14:59:28 2017 +0100 - - build: move G_LOG_DOMAIN define to a Makefile.am as suggested in glib docs... - -diff --git a/configure.ac b/configure.ac -index 41ed17e1..36e8e2a1 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1269,8 +1269,6 @@ done - # We should support this at some point if possible - #LDFLAGS="-Wl,-z,defs" - --CFLAGS="$CFLAGS -DG_LOG_DOMAIN=\\\"GEGL\\\"" -- - dnl bin/node-editors/Makefile - AC_CONFIG_FILES([ - Makefile -diff --git a/gegl/Makefile.am b/gegl/Makefile.am -index 2030ebbe..b5f70d88 100644 ---- a/gegl/Makefile.am -+++ b/gegl/Makefile.am -@@ -12,6 +12,7 @@ endif - - SUBDIRS = buffer graph module operation process property-types opencl - -+ - CLEANFILES = - - AM_CPPFLAGS = \ -@@ -31,6 +32,7 @@ AM_CPPFLAGS = \ - -I$(top_builddir)/gegl/property-types \ - -I$(top_srcdir)/gegl/property-types \ - -DLIBDIR=\""$(libdir)"\" \ -+ -DG_LOG_DOMAIN=\"GEGL\" \ - -DGEGL_LOCALEDIR=\""$(GEGL_LOCALEDIR)"\" - - AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS) diff --git a/gegl.spec b/gegl.spec index 25597aa..0bdfcb4 100644 --- a/gegl.spec +++ b/gegl.spec @@ -19,16 +19,15 @@ Summary: Generic image processing library Summary(pl.UTF-8): Ogólna biblioteka przetwarzania obrazu Name: gegl -Version: 0.3.14 -Release: 2 +Version: 0.3.18 +Release: 1 License: LGPL v3+ Group: Libraries -Source0: http://ftp.gimp.org/pub/gegl/0.3/%{name}-%{version}.tar.bz2 -# Source0-md5: 0c4fbdc68d9bcebb21898379a438b862 +Source0: https://download.gimp.org/pub/gegl/0.3/%{name}-%{version}.tar.bz2 +# Source0-md5: 6e5c6f229261478dc436a38c84405b2a Patch2: %{name}-ruby1.9.patch Patch3: %{name}-build.patch Patch5: umfpack.patch -Patch6: G_LOG_DOMAIN.patch URL: http://www.gegl.org/ BuildRequires: OpenEXR-devel BuildRequires: SDL-devel @@ -65,7 +64,7 @@ BuildRequires: libv4l-devel >= 1.0.1 BuildRequires: libwebp-devel BuildRequires: lua51-devel >= 5.1.5-2 BuildRequires: mrg-devel >= 0-0.20160310 -BuildRequires: pango-devel >= 1:1.10 +BuildRequires: pango-devel >= 1:1.38.0 BuildRequires: perl-base BuildRequires: pkgconfig BuildRequires: python >= 1:2.5.0 @@ -84,6 +83,7 @@ Requires: libraw >= 0.15.4 Requires: librsvg >= 1:2.14.0 Requires: libtiff >= 4.0.0 Requires: mrg-libs >= 0-0.20160310 +Requires: pango >= 1:1.38.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -164,7 +164,6 @@ API języka Vala dla biblioteki gegl. %patch2 -p1 %patch3 -p1 %patch5 -p1 -%patch6 -p1 %build %{__libtoolize}