pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/evas-sdl-16 Import evas-sdl-16-0.9.9.050 as g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36a860151c0f
branches:  trunk
changeset: 555274:36a860151c0f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 26 21:00:11 2009 +0000

description:
Import evas-sdl-16-0.9.9.050 as graphics/evas-sdl-16.

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

diffstat:

 graphics/evas-sdl-16/DESCR    |   5 +++++
 graphics/evas-sdl-16/Makefile |  20 ++++++++++++++++++++
 graphics/evas-sdl-16/PLIST    |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r eb5e97724312 -r 36a860151c0f graphics/evas-sdl-16/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-sdl-16/DESCR        Thu Feb 26 21:00:11 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 16-bit SDL rendering backend of Evas.
diff -r eb5e97724312 -r 36a860151c0f graphics/evas-sdl-16/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-sdl-16/Makefile     Thu Feb 26 21:00:11 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 21:00:11 minskim Exp $
+
+PKGNAME=       ${DISTNAME:S/evas/evas-sdl-16/}
+
+COMMENT=       Evas 16-bit SDL engine
+
+EVAS_ENGINES=  sdl
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS=    src/modules/engines/software_16_sdl
+MAKE_FLAGS+=   module_la_LIBADD="\$${x_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
+
+INSTALLATION_DIRS+=    lib/pkgconfig
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/evas/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r eb5e97724312 -r 36a860151c0f graphics/evas-sdl-16/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-sdl-16/PLIST        Thu Feb 26 21:00:11 2009 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 21:00:11 minskim Exp $
+include/Evas_Engine_SDL_16.h
+lib/evas/modules/engines/software_16_sdl/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/engines/software_16_sdl/${MODULE_ARCH}
+@dirrm lib/evas/modules/engines/software_16_sdl



Home | Main Index | Thread Index | Old Index