Import evas-xpm-0.9.9.050 as graphics/evas-xpm.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.

This is the XPM image loader of Evas.
This commit is contained in:
minskim 2009-02-27 04:20:48 +00:00
parent b56e769366
commit cb515e9888
3 changed files with 27 additions and 0 deletions

5
graphics/evas-xpm/DESCR Normal file
View file

@ -0,0 +1,5 @@
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects, and more.
This is the XPM image loader of Evas.

View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 04:20:48 minskim Exp $
PKGNAME= ${DISTNAME:S/evas/evas-xpm/}
COMMENT= Evas XPM image loader
EVAS_IMAGE_LOADERS= xpm
.include "../../graphics/evas/Makefile.common"
BUILD_DIRS= src/modules/loaders/xpm
MAKE_FLAGS+= module_la_LIBADD="\$${PNG_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/evas/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

4
graphics/evas-xpm/PLIST Normal file
View file

@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/27 04:20:48 minskim Exp $
lib/evas/modules/loaders/xpm/${MODULE_ARCH}/module.la
@dirrm lib/evas/modules/loaders/xpm/${MODULE_ARCH}
@dirrm lib/evas/modules/loaders/xpm