c9a90cf851
* 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.
18 lines
625 B
Makefile
18 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/05/01 00:08:22 joerg Exp $
|
|
|
|
PKGNAME= evas-jpeg-${EVAS_VERSION}
|
|
COMMENT= Evas JPEG image loader
|
|
|
|
EVAS_IMAGE_LOADERS= jpeg
|
|
|
|
.include "../../graphics/evas/Makefile.common"
|
|
|
|
BUILD_DIRS= src/modules/loaders/jpeg src/modules/savers/jpeg
|
|
MAKE_FLAGS+= module_la_LIBADD="\$${eavs_image_loader_jpeg_libs} \$${EINA_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \
|
|
module_la_DEPENDENCIES=
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/evas/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|