summaryrefslogtreecommitdiff
path: root/graphics/evas/Makefile.common
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-01 00:08:22 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-01 00:08:22 +0000
commit4957507434e3b33dc305363d342b15c4835ff234 (patch)
tree3bd23780bd4fbfb07048c2e9f56c4dbcb9988671 /graphics/evas/Makefile.common
parent98268c4888efca1cd6dcfdd7ff230cab4a9ae8c4 (diff)
downloadpkgsrc-4957507434e3b33dc305363d342b15c4835ff234.tar.gz
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.
Diffstat (limited to 'graphics/evas/Makefile.common')
-rw-r--r--graphics/evas/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/evas/Makefile.common b/graphics/evas/Makefile.common
index 87f7fc5b32c..8977e39bcae 100644
--- a/graphics/evas/Makefile.common
+++ b/graphics/evas/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2019/11/02 22:37:55 rillig Exp $
+# $NetBSD: Makefile.common,v 1.18 2020/05/01 00:08:22 joerg Exp $
# used by graphics/evas-buffer/Makefile
# used by graphics/evas-edb/Makefile
@@ -13,10 +13,10 @@
# used by graphics/evas-tiff/Makefile
# used by graphics/evas-xpm/Makefile
-EVAS_VERSION= 1.7.7
+EVAS_VERSION= 1.7.10
DISTNAME= evas-${EVAS_VERSION}
CATEGORIES= graphics
-MASTER_SITES= http://download.enlightenment.org/releases/
+MASTER_SITES= https://download.enlightenment.org/att/releases/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org