From 6f8486078e34353493b982693273618c5d5c6857 Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 26 Feb 2009 19:09:07 +0000 Subject: Import evas-png-0.9.9.050 as graphics/evas-png. 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 PNG image loader of Evas. --- graphics/evas-png/DESCR | 5 +++++ graphics/evas-png/Makefile | 18 ++++++++++++++++++ graphics/evas-png/PLIST | 7 +++++++ 3 files changed, 30 insertions(+) create mode 100644 graphics/evas-png/DESCR create mode 100644 graphics/evas-png/Makefile create mode 100644 graphics/evas-png/PLIST (limited to 'graphics/evas-png') diff --git a/graphics/evas-png/DESCR b/graphics/evas-png/DESCR new file mode 100644 index 00000000000..87fbcdbc4fe --- /dev/null +++ b/graphics/evas-png/DESCR @@ -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 PNG image loader of Evas. diff --git a/graphics/evas-png/Makefile b/graphics/evas-png/Makefile new file mode 100644 index 00000000000..f6736bea7d9 --- /dev/null +++ b/graphics/evas-png/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:09:07 minskim Exp $ + +PKGNAME= ${DISTNAME:S/evas/evas-png/} + +COMMENT= Evas PNG image loader + +EVAS_IMAGE_LOADERS= png + +.include "../../graphics/evas/Makefile.common" + +BUILD_DIRS= src/modules/loaders/png src/modules/savers/png +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/png/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/evas-png/PLIST b/graphics/evas-png/PLIST new file mode 100644 index 00000000000..ee75070d9f7 --- /dev/null +++ b/graphics/evas-png/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 19:09:07 minskim Exp $ +lib/evas/modules/loaders/png/${MODULE_ARCH}/module.la +lib/evas/modules/savers/png/${MODULE_ARCH}/module.la +@dirrm lib/evas/modules/savers/png/${MODULE_ARCH} +@dirrm lib/evas/modules/savers/png +@dirrm lib/evas/modules/loaders/png/${MODULE_ARCH} +@dirrm lib/evas/modules/loaders/png -- cgit v1.2.3