parent
60efbdbc9b
commit
056998947a
@ -1 +1 @@
|
|||||||
d051906c8339e1913a30a379ee5a86bf6e76ddf8 SOURCES/gegl-0.4.48.tar.xz
|
7b210d06268eb2419ed07e48dd847ed2b5c8240b SOURCES/gegl-0.4.52.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
SOURCES/gegl-0.4.48.tar.xz
|
SOURCES/gegl-0.4.52.tar.xz
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
From cf7e328c931a46997fbc4a40540afccd2da8f1e9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Simon McVittie <smcv@debian.org>
|
|
||||||
Date: Thu, 9 Sep 2021 13:00:36 +0100
|
|
||||||
Subject: [PATCH] docs: Don't scan ctx.h with gtk-doc
|
|
||||||
|
|
||||||
ctx.h contains both declarations and implementation, causing gtk-doc to
|
|
||||||
fail. It isn't part of GEGL's public API anyway, so don't try to
|
|
||||||
document it as such.
|
|
||||||
|
|
||||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
|
||||||
---
|
|
||||||
docs/reference/meson.build | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
|
|
||||||
index 8193a25ba..2348cec92 100644
|
|
||||||
--- a/docs/reference/meson.build
|
|
||||||
+++ b/docs/reference/meson.build
|
|
||||||
@@ -12,6 +12,7 @@ if gtkdoc_scan.found()
|
|
||||||
project_source_root / 'gegl',
|
|
||||||
project_build_root / 'gegl',
|
|
||||||
],
|
|
||||||
+ ignore_headers: ['ctx.h'],
|
|
||||||
fixxref_args: [
|
|
||||||
'--html-dir=@0@'.format(gegl_gtk_docdir),
|
|
||||||
'--extra-dir=@0@'.format(glib_gtk_docdir),
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
Index: gegl-0.4.30/operations/external/exr-save.cc
|
|
||||||
===================================================================
|
|
||||||
--- gegl-0.4.30.orig/operations/external/exr-save.cc
|
|
||||||
+++ gegl-0.4.30/operations/external/exr-save.cc
|
|
||||||
@@ -39,6 +39,7 @@ extern "C" {
|
|
||||||
} /* extern "C" */
|
|
||||||
|
|
||||||
#include <exception>
|
|
||||||
+#include <ImfFrameBuffer.h>
|
|
||||||
#include <ImfTiledOutputFile.h>
|
|
||||||
#include <ImfOutputFile.h>
|
|
||||||
#include <ImfChannelList.h>
|
|
Loading…
Reference in new issue