diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-26 19:06:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-26 19:06:55 +0000 |
commit | dec27a302fe1a5164a5093801aa53b691a0af9d2 (patch) | |
tree | 3cb56ad86b05995692c1c219b6bd17fe2a514fb2 /graphics/evas-jpeg | |
parent | 4269d85f71fb0f60808cb748fa8faf6dd06fc3ea (diff) | |
download | pkgsrc-dec27a302fe1a5164a5093801aa53b691a0af9d2.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/DESCR | 5 | ||||
-rw-r--r-- | graphics/evas-jpeg/Makefile | 18 | ||||
-rw-r--r-- | graphics/evas-jpeg/PLIST | 7 |
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 |