Hi,

I've spotted this in the current macppc bulk while building eog:

> eog-3.36.2/meson.build:198:2: ERROR: Invalid version of dependency,
> need 'librsvg-2.0' ['>= 2.44.0'] found '2.40.21'.

Since newer versions require rust, i'm proposing to not trying to build
eog on !rust archs.

Comments/feedback are welcome,

Charlène.


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gnome/eog/Makefile,v
retrieving revision 1.156
diff -u -p -u -p -r1.156 Makefile
--- Makefile    14 May 2020 15:11:18 -0000      1.156
+++ Makefile    11 Jun 2020 11:32:28 -0000
@@ -1,5 +1,8 @@
 # $OpenBSD: Makefile,v 1.156 2020/05/14 15:11:18 jasper Exp $
 
+# Need librsvg>=2.44.0 that is rust only
+ONLY_FOR_ARCHS=                ${RUST_ARCHS}
+
 COMMENT=               Eye of GNOME, image viewing and cataloging program
 
 GNOME_PROJECT=         eog

Reply via email to