Import evas-edb-0.9.9.050 as graphics/evas-edb.
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 Edb image loader of Evas.
This commit is contained in:
parent
55a97c340a
commit
bd51d0321d
3 changed files with 30 additions and 0 deletions
5
graphics/evas-edb/DESCR
Normal file
5
graphics/evas-edb/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 Edb image loader of Evas.
|
18
graphics/evas-edb/Makefile
Normal file
18
graphics/evas-edb/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 21:13:43 minskim Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/evas/evas-edb/}
|
||||
|
||||
COMMENT= Evas Edb image loader
|
||||
|
||||
EVAS_IMAGE_LOADERS= edb
|
||||
|
||||
.include "../../graphics/evas/Makefile.common"
|
||||
|
||||
BUILD_DIRS= src/modules/loaders/edb src/modules/savers/edb
|
||||
MAKE_FLAGS+= module_la_LIBADD="\$${PNG_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
|
||||
|
||||
.include "../../databases/edb/buildlink3.mk"
|
||||
.include "../../fonts/fontconfig/buildlink3.mk"
|
||||
.include "../../graphics/evas/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
graphics/evas-edb/PLIST
Normal file
7
graphics/evas-edb/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 21:13:43 minskim Exp $
|
||||
lib/evas/modules/loaders/edb/${MODULE_ARCH}/module.la
|
||||
lib/evas/modules/savers/edb/${MODULE_ARCH}/module.la
|
||||
@dirrm lib/evas/modules/savers/edb/${MODULE_ARCH}
|
||||
@dirrm lib/evas/modules/savers/edb
|
||||
@dirrm lib/evas/modules/loaders/edb/${MODULE_ARCH}
|
||||
@dirrm lib/evas/modules/loaders/edb
|
Loading…
Reference in a new issue