summaryrefslogtreecommitdiff
path: root/graphics/evas-png
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-02-26 19:09:07 +0000
committerminskim <minskim@pkgsrc.org>2009-02-26 19:09:07 +0000
commit6f8486078e34353493b982693273618c5d5c6857 (patch)
treef30eb3d511b62454ae23034769a0573c10e37526 /graphics/evas-png
parentdec27a302fe1a5164a5093801aa53b691a0af9d2 (diff)
downloadpkgsrc-6f8486078e34353493b982693273618c5d5c6857.tar.gz
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.
Diffstat (limited to 'graphics/evas-png')
-rw-r--r--graphics/evas-png/DESCR5
-rw-r--r--graphics/evas-png/Makefile18
-rw-r--r--graphics/evas-png/PLIST7
3 files changed, 30 insertions, 0 deletions
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