pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/evas-software-16-x11 Import evas-software-16-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40dda8bca8aa
branches:  trunk
changeset: 555265:40dda8bca8aa
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 26 19:26:52 2009 +0000

description:
Import evas-software-16-x11-0.9.9.050 as graphics/evas-software-16-x11.

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 software 16-bit X11 rendering backend of Evas.

diffstat:

 graphics/evas-software-16-x11/DESCR    |   5 +++++
 graphics/evas-software-16-x11/Makefile |  28 ++++++++++++++++++++++++++++
 graphics/evas-software-16-x11/PLIST    |   6 ++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r a531beda81ac -r 40dda8bca8aa graphics/evas-software-16-x11/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-software-16-x11/DESCR       Thu Feb 26 19:26:52 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 software 16-bit X11 rendering backend of Evas.
diff -r a531beda81ac -r 40dda8bca8aa graphics/evas-software-16-x11/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-software-16-x11/Makefile    Thu Feb 26 19:26:52 2009 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:26:52 minskim Exp $
+
+PKGNAME=       ${DISTNAME:S/evas/evas-software-16-x11/}
+
+COMMENT=       Evas software 16-bit X11 engine
+
+EVAS_ENGINES=  software-16-x11
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS=    src/modules/engines/software_16_x11
+MAKE_FLAGS+=   module_la_LIBADD="\$${x_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
+
+INSTALLATION_DIRS+=    lib/pkgconfig
+PKGCONFIG_OVERRIDE=    evas-software-16-x11.pc.in
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/evas/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/evas-software-16-x11.pc \
+               ${DESTDIR}${PREFIX}/lib/pkgconfig
+
+.include "../../mk/bsd.pkg.mk"
diff -r a531beda81ac -r 40dda8bca8aa graphics/evas-software-16-x11/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-software-16-x11/PLIST       Thu Feb 26 19:26:52 2009 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 19:26:52 minskim Exp $
+include/Evas_Engine_Software_16_X11.h
+lib/evas/modules/engines/software_16_x11/${MODULE_ARCH}/module.la
+lib/pkgconfig/evas-software-16-x11.pc
+@dirrm lib/evas/modules/engines/software_16_x11/${MODULE_ARCH}
+@dirrm lib/evas/modules/engines/software_16_x11



Home | Main Index | Thread Index | Old Index