pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/evas-tiff Import evas-tiff-0.9.9.050 as graph...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0c80ceed4fe
branches: trunk
changeset: 555293:a0c80ceed4fe
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Feb 27 04:17:54 2009 +0000
description:
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:
graphics/evas-tiff/DESCR | 5 +++++
graphics/evas-tiff/Makefile | 18 ++++++++++++++++++
graphics/evas-tiff/PLIST | 7 +++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r 3784c53954c4 -r a0c80ceed4fe graphics/evas-tiff/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-tiff/DESCR Fri Feb 27 04:17:54 2009 +0000
@@ -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 -r 3784c53954c4 -r a0c80ceed4fe graphics/evas-tiff/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-tiff/Makefile Fri Feb 27 04:17:54 2009 +0000
@@ -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 -r 3784c53954c4 -r a0c80ceed4fe graphics/evas-tiff/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-tiff/PLIST Fri Feb 27 04:17:54 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index