pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/evas-png Import evas-png-0.9.9.050 as graphic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59f103789a08
branches:  trunk
changeset: 555263:59f103789a08
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 26 19:09:07 2009 +0000

description:
Import evas-png-0.9.9.050 as graphics/evas-png.

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 PNG image loader of Evas.

diffstat:

 graphics/evas-png/DESCR    |   5 +++++
 graphics/evas-png/Makefile |  18 ++++++++++++++++++
 graphics/evas-png/PLIST    |   7 +++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 8fde80a8476f -r 59f103789a08 graphics/evas-png/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-png/DESCR   Thu Feb 26 19:09:07 2009 +0000
@@ -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 PNG image loader of Evas.
diff -r 8fde80a8476f -r 59f103789a08 graphics/evas-png/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-png/Makefile        Thu Feb 26 19:09:07 2009 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:09:07 minskim Exp $
+
+PKGNAME=       ${DISTNAME:S/evas/evas-png/}
+
+COMMENT=       Evas PNG image loader
+
+EVAS_IMAGE_LOADERS=    png
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS=    src/modules/loaders/png src/modules/savers/png
+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/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8fde80a8476f -r 59f103789a08 graphics/evas-png/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-png/PLIST   Thu Feb 26 19:09:07 2009 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 19:09:07 minskim Exp $
+lib/evas/modules/loaders/png/${MODULE_ARCH}/module.la
+lib/evas/modules/savers/png/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/savers/png/${MODULE_ARCH}
+@dirrm lib/evas/modules/savers/png
+@dirrm lib/evas/modules/loaders/png/${MODULE_ARCH}
+@dirrm lib/evas/modules/loaders/png



Home | Main Index | Thread Index | Old Index