summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorminskim <minskim>2009-02-27 04:12:58 +0000
committerminskim <minskim>2009-02-27 04:12:58 +0000
commitd52833d6b9470cd5fe3fd43a7fdf89a730663e76 (patch)
treefbadf4278b69e7cdf39a312f4324e583a8a032bf /graphics
parent674da4fa575aa4a933fa32ef8a1dc0530a8c788f (diff)
downloadpkgsrc-d52833d6b9470cd5fe3fd43a7fdf89a730663e76.tar.gz
Import evas-svg-0.9.9.050 as graphics/evas-svg.
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 SVG image loader of Evas.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas-svg/DESCR5
-rw-r--r--graphics/evas-svg/Makefile18
-rw-r--r--graphics/evas-svg/PLIST4
3 files changed, 27 insertions, 0 deletions
diff --git a/graphics/evas-svg/DESCR b/graphics/evas-svg/DESCR
new file mode 100644
index 00000000000..6c60c5703af
--- /dev/null
+++ b/graphics/evas-svg/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 SVG image loader of Evas.
diff --git a/graphics/evas-svg/Makefile b/graphics/evas-svg/Makefile
new file mode 100644
index 00000000000..171b7528c80
--- /dev/null
+++ b/graphics/evas-svg/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 04:12:58 minskim Exp $
+
+PKGNAME= ${DISTNAME:S/evas/evas-svg/}
+
+COMMENT= Evas SVG image loader
+
+EVAS_IMAGE_LOADERS= svg
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS= src/modules/loaders/svg
+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/librsvg/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/evas-svg/PLIST b/graphics/evas-svg/PLIST
new file mode 100644
index 00000000000..ba3839716c0
--- /dev/null
+++ b/graphics/evas-svg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/27 04:12:58 minskim Exp $
+lib/evas/modules/loaders/svg/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/loaders/svg/${MODULE_ARCH}
+@dirrm lib/evas/modules/loaders/svg