pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a91f54d15ffe
branches:  trunk
changeset: 555294:a91f54d15ffe
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Feb 27 04:20:48 2009 +0000

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

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

diffstat:

 graphics/evas-xpm/DESCR    |   5 +++++
 graphics/evas-xpm/Makefile |  18 ++++++++++++++++++
 graphics/evas-xpm/PLIST    |   4 ++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r a0c80ceed4fe -r a91f54d15ffe graphics/evas-xpm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-xpm/DESCR   Fri Feb 27 04:20:48 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 XPM image loader of Evas.
diff -r a0c80ceed4fe -r a91f54d15ffe graphics/evas-xpm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-xpm/Makefile        Fri Feb 27 04:20:48 2009 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 04:20:48 minskim Exp $
+
+PKGNAME=       ${DISTNAME:S/evas/evas-xpm/}
+
+COMMENT=       Evas XPM image loader
+
+EVAS_IMAGE_LOADERS=    xpm
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS=    src/modules/loaders/xpm
+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/xpm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a0c80ceed4fe -r a91f54d15ffe graphics/evas-xpm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-xpm/PLIST   Fri Feb 27 04:20:48 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/27 04:20:48 minskim Exp $
+lib/evas/modules/loaders/xpm/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/loaders/xpm/${MODULE_ARCH}
+@dirrm lib/evas/modules/loaders/xpm



Home | Main Index | Thread Index | Old Index