diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-27 04:17:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-27 04:17:54 +0000 |
commit | b56e76936604d38a9245e682bd1cd84ef4420023 (patch) | |
tree | 58e8e7eaec090e8fc2f1d977f2201ed0672956a7 /graphics/evas-tiff | |
parent | 07e20d7ee7f63b95a4e551697b7a1796e5e07e5d (diff) | |
download | pkgsrc-b56e76936604d38a9245e682bd1cd84ef4420023.tar.gz |
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.
Diffstat (limited to 'graphics/evas-tiff')
-rw-r--r-- | graphics/evas-tiff/DESCR | 5 | ||||
-rw-r--r-- | graphics/evas-tiff/Makefile | 18 | ||||
-rw-r--r-- | graphics/evas-tiff/PLIST | 7 |
3 files changed, 30 insertions, 0 deletions
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 |