From 4957507434e3b33dc305363d342b15c4835ff234 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 1 May 2020 00:08:22 +0000 Subject: Update to evas 1.7.10 including plugins: * Correctly detect if a loader support asynchronous preloading. * Fix memory leak in evas textgrid * Evas: Fix evas_common_convert_yuv_42* functions to actually return the converted data. * Evas textblock: Fixed issue when parsing formats with quotes. * Evas textblock: Make the ellipsis format the same as the surrounding. * evas/wayland_egl: Skip makecurrent if re->win is NULL. * Evas textblock: Added proper size adjustments for "high" shaped texts. * Evas bidi: Fixed a bug causing BiDi not to work in some cases. * Evas textblock: fixed an issue with markup_get and markup_to_utf8 behaving differently (markup_get was misbehaving). * evas/wayland_egl: Do not create a new surface if we already have one. * Fixed the textblock format to be drawn according to the glyph's horizontal advance width. * Evas textblock: Fixed order of tags inserted with markup_app/prepend. * Evas textblock: Fixed wrapping of lines ending with whites. --- graphics/evas-software-x11/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/evas-software-x11') diff --git a/graphics/evas-software-x11/Makefile b/graphics/evas-software-x11/Makefile index d32b2846336..5ce60c8e31d 100644 --- a/graphics/evas-software-x11/Makefile +++ b/graphics/evas-software-x11/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/01/18 21:49:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2020/05/01 00:08:23 joerg Exp $ PKGNAME= evas-software-x11-${EVAS_VERSION} -PKGREVISION= 5 COMMENT= Evas software X11 engine EVAS_ENGINES= software-xlib -- cgit v1.2.3