From b56e76936604d38a9245e682bd1cd84ef4420023 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 27 Feb 2009 04:17:54 +0000 Subject: Import evas-tiff-0.9.9.050 as graphics/evas-tiff. 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 TIFF image loader of Evas. --- graphics/evas-tiff/DESCR | 5 +++++ graphics/evas-tiff/Makefile | 18 ++++++++++++++++++ graphics/evas-tiff/PLIST | 7 +++++++ 3 files changed, 30 insertions(+) create mode 100644 graphics/evas-tiff/DESCR create mode 100644 graphics/evas-tiff/Makefile create mode 100644 graphics/evas-tiff/PLIST (limited to 'graphics/evas-tiff') diff --git a/graphics/evas-tiff/DESCR b/graphics/evas-tiff/DESCR new file mode 100644 index 00000000000..f18658bc826 --- /dev/null +++ b/graphics/evas-tiff/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 TIFF image loader of Evas. diff --git a/graphics/evas-tiff/Makefile b/graphics/evas-tiff/Makefile new file mode 100644 index 00000000000..ebbeab19e89 --- /dev/null +++ b/graphics/evas-tiff/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 04:17:54 minskim Exp $ + +PKGNAME= ${DISTNAME:S/evas/evas-tiff/} + +COMMENT= Evas TIFF image loader + +EVAS_IMAGE_LOADERS= tiff + +.include "../../graphics/evas/Makefile.common" + +BUILD_DIRS= src/modules/loaders/tiff src/modules/savers/tiff +MAKE_FLAGS+= module_la_LIBADD="\$${jpeg_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" + +.include "../../fonts/fontconfig/buildlink3.mk" +.include "../../graphics/evas/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/evas-tiff/PLIST b/graphics/evas-tiff/PLIST new file mode 100644 index 00000000000..2736101d9c3 --- /dev/null +++ b/graphics/evas-tiff/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/27 04:17:54 minskim Exp $ +lib/evas/modules/loaders/tiff/${MODULE_ARCH}/module.la +lib/evas/modules/savers/tiff/${MODULE_ARCH}/module.la +@dirrm lib/evas/modules/savers/tiff/${MODULE_ARCH} +@dirrm lib/evas/modules/savers/tiff +@dirrm lib/evas/modules/loaders/tiff/${MODULE_ARCH} +@dirrm lib/evas/modules/loaders/tiff -- cgit v1.2.3