summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorminskim <minskim>2009-02-26 23:44:22 +0000
committerminskim <minskim>2009-02-26 23:44:22 +0000
commitb3b43d92b3a77c082d312e3869f151c52fc691ba (patch)
tree21fd591656128a9621a73f12e727d452d612c7ad /graphics
parentb9075ece84c436edb28a6d63db0c6f4bac4ddf20 (diff)
downloadpkgsrc-b3b43d92b3a77c082d312e3869f151c52fc691ba.tar.gz
Import evas-gif-0.9.9.050 as graphics/evas-gif.
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 GIF image loader of Evas.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas-gif/DESCR5
-rw-r--r--graphics/evas-gif/Makefile18
-rw-r--r--graphics/evas-gif/PLIST4
3 files changed, 27 insertions, 0 deletions
diff --git a/graphics/evas-gif/DESCR b/graphics/evas-gif/DESCR
new file mode 100644
index 00000000000..5e10cfbc9f1
--- /dev/null
+++ b/graphics/evas-gif/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 GIF image loader of Evas.
diff --git a/graphics/evas-gif/Makefile b/graphics/evas-gif/Makefile
new file mode 100644
index 00000000000..bb2afef309c
--- /dev/null
+++ b/graphics/evas-gif/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 23:44:22 minskim Exp $
+
+PKGNAME= ${DISTNAME:S/evas/evas-gif/}
+
+COMMENT= Evas GIF image loader
+
+EVAS_IMAGE_LOADERS= gif
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS= src/modules/loaders/gif
+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/libungif/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/evas-gif/PLIST b/graphics/evas-gif/PLIST
new file mode 100644
index 00000000000..d39424d63b7
--- /dev/null
+++ b/graphics/evas-gif/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 23:44:22 minskim Exp $
+lib/evas/modules/loaders/gif/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/loaders/gif/${MODULE_ARCH}
+@dirrm lib/evas/modules/loaders/gif