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:
parent
b56e769366
commit
cb515e9888
3 changed files with 27 additions and 0 deletions
5
graphics/evas-xpm/DESCR
Normal file
5
graphics/evas-xpm/DESCR
Normal 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.
|
18
graphics/evas-xpm/Makefile
Normal file
18
graphics/evas-xpm/Makefile
Normal 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
4
graphics/evas-xpm/PLIST
Normal 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
|
Loading…
Reference in a new issue