From fb2fcbaf41a5e74bab4c3c65eef6b0b123db75a4 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 27 Feb 2009 04:12:58 +0000 Subject: 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. --- graphics/evas-svg/DESCR | 5 +++++ graphics/evas-svg/Makefile | 18 ++++++++++++++++++ graphics/evas-svg/PLIST | 4 ++++ 3 files changed, 27 insertions(+) create mode 100644 graphics/evas-svg/DESCR create mode 100644 graphics/evas-svg/Makefile create mode 100644 graphics/evas-svg/PLIST (limited to 'graphics/evas-svg') 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 -- cgit v1.2.3