]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- updated to 0.3.18
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Jul 2017 18:46:27 +0000 (20:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Jul 2017 18:46:27 +0000 (20:46 +0200)
- removed obsolete G_LOG_DOMAIN patch

G_LOG_DOMAIN.patch [deleted file]
gegl.spec

diff --git a/G_LOG_DOMAIN.patch b/G_LOG_DOMAIN.patch
deleted file mode 100644 (file)
index 140ac32..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-commit 81fb956b221e4b1f919788d8a5f6a3a5462b86ae
-Author: Øyvind Kolås <pippin@gimp.org>
-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)
index 25597aa9076eedea68bf775671c791b823b969e0..0bdfcb4944eabde44ab7107575e657a29f1dd7a8 100644 (file)
--- a/gegl.spec
+++ b/gegl.spec
 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}
This page took 0.476844 seconds and 4 git commands to generate.