pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/evas-pmaps Import evas-pmaps-0.9.9.050 as gra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b92f2922730
branches:  trunk
changeset: 555289:4b92f2922730
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 26 23:52:31 2009 +0000

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

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

diffstat:

 graphics/evas-pmaps/DESCR    |   5 +++++
 graphics/evas-pmaps/Makefile |  17 +++++++++++++++++
 graphics/evas-pmaps/PLIST    |   4 ++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 1559276247da -r 4b92f2922730 graphics/evas-pmaps/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-pmaps/DESCR Thu Feb 26 23:52:31 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 PMAPS image loader of Evas.
diff -r 1559276247da -r 4b92f2922730 graphics/evas-pmaps/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-pmaps/Makefile      Thu Feb 26 23:52:31 2009 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 23:52:31 minskim Exp $
+
+PKGNAME=       ${DISTNAME:S/evas/evas-pmaps/}
+
+COMMENT=       Evas PMAPS image loader
+
+EVAS_IMAGE_LOADERS=    pmaps
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS=    src/modules/loaders/pmaps
+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 "../../mk/bsd.pkg.mk"
diff -r 1559276247da -r 4b92f2922730 graphics/evas-pmaps/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-pmaps/PLIST Thu Feb 26 23:52:31 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 23:52:31 minskim Exp $
+lib/evas/modules/loaders/pmaps/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/loaders/pmaps/${MODULE_ARCH}
+@dirrm lib/evas/modules/loaders/pmaps



Home | Main Index | Thread Index | Old Index