Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 09:24:00 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db82c0063176 - main - graphics/photoflow: prepare for glib 2.68.3
Message-ID:  <202107240924.16O9O0S1011311@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db82c0063176e6c3ae1a77aaed436320530cff99

commit db82c0063176e6c3ae1a77aaed436320530cff99
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-24 09:16:52 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-07-24 09:20:38 +0000

    graphics/photoflow: prepare for glib 2.68.3
    
    Remove last remnant of cimg_funcs.h
    
    The cimg functionality in graphics/vips was removed in 2014 in in
           https://github.com/libvips/libvips/commit/927b2d795448eb676d4c1680f07b54d61bb4dd7c
    The header was completely removed in
           https://github.com/libvips/libvips/commit/221a5f7e8bfd11797f1bef5a29a928bc0f03e311
    
    PR:             256200
---
 .../patch-fix-glib_2.68.3-remove_cimg_func-usage     | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/graphics/photoflow/files/patch-fix-glib_2.68.3-remove_cimg_func-usage b/graphics/photoflow/files/patch-fix-glib_2.68.3-remove_cimg_func-usage
new file mode 100644
index 000000000000..4ebd40e868f5
--- /dev/null
+++ b/graphics/photoflow/files/patch-fix-glib_2.68.3-remove_cimg_func-usage
@@ -0,0 +1,20 @@
+Remove last remnant of cimg_funcs.h
+
+The cimg functionality was removed in 2014 in
+	https://github.com/libvips/libvips/commit/927b2d795448eb676d4c1680f07b54d61bb4dd7c
+The header was completely removed in
+	https://github.com/libvips/libvips/commit/221a5f7e8bfd11797f1bef5a29a928bc0f03e311
+
+This fixes the build against glib-2.68.3
+
+--- src/operations/denoise.cc.orig	2021-07-24 09:04:04 UTC
++++ src/operations/denoise.cc
+@@ -27,7 +27,7 @@
+ 
+  */
+ 
+-#include <vips/cimg_funcs.h>
++// #include <vips/cimg_funcs.h>
+ 
+ #include "../base/new_operation.hh"
+ #include "convert_colorspace.hh"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107240924.16O9O0S1011311>