summaryrefslogtreecommitdiff
path: root/graphics/evas-jpeg
diff options
context:
space:
mode:
authorminskim <minskim>2009-02-26 19:06:55 +0000
committerminskim <minskim>2009-02-26 19:06:55 +0000
commit9f83c886dff56bca2c6a4e7ab0b863dbfbf05777 (patch)
tree3cb56ad86b05995692c1c219b6bd17fe2a514fb2 /graphics/evas-jpeg
parentb45be3c47812e55ede9a059fab379c1a2629993f (diff)
downloadpkgsrc-9f83c886dff56bca2c6a4e7ab0b863dbfbf05777.tar.gz
Import evas-jpeg-0.9.9.050 as graphics/evas-jpeg.
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 JPEG image loader of Evas.
Diffstat (limited to 'graphics/evas-jpeg')
-rw-r--r--graphics/evas-jpeg/DESCR5
-rw-r--r--graphics/evas-jpeg/Makefile18
-rw-r--r--graphics/evas-jpeg/PLIST7
3 files changed, 30 insertions, 0 deletions
diff --git a/graphics/evas-jpeg/DESCR b/graphics/evas-jpeg/DESCR
new file mode 100644
index 00000000000..80a7002eeb5
--- /dev/null
+++ b/graphics/evas-jpeg/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 JPEG image loader of Evas.
diff --git a/graphics/evas-jpeg/Makefile b/graphics/evas-jpeg/Makefile
new file mode 100644
index 00000000000..b7f3edadf9c
--- /dev/null
+++ b/graphics/evas-jpeg/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:06:55 minskim Exp $
+
+PKGNAME= ${DISTNAME:S/evas/evas-jpeg/}
+
+COMMENT= Evas JPEG image loader
+
+EVAS_IMAGE_LOADERS= jpeg
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS= src/modules/loaders/jpeg src/modules/savers/jpeg
+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/jpeg/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/evas-jpeg/PLIST b/graphics/evas-jpeg/PLIST
new file mode 100644
index 00000000000..350aa4f534d
--- /dev/null
+++ b/graphics/evas-jpeg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 19:06:55 minskim Exp $
+lib/evas/modules/loaders/jpeg/${MODULE_ARCH}/module.la
+lib/evas/modules/savers/jpeg/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/savers/jpeg/${MODULE_ARCH}
+@dirrm lib/evas/modules/savers/jpeg
+@dirrm lib/evas/modules/loaders/jpeg/${MODULE_ARCH}
+@dirrm lib/evas/modules/loaders/jpeg