pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb5e97724312
branches:  trunk
changeset: 555273:eb5e97724312
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 26 20:43:13 2009 +0000

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

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

diffstat:

 graphics/evas-sdl/DESCR    |   5 +++++
 graphics/evas-sdl/Makefile |  26 ++++++++++++++++++++++++++
 graphics/evas-sdl/PLIST    |   6 ++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 0340c52fdf7b -r eb5e97724312 graphics/evas-sdl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-sdl/DESCR   Thu Feb 26 20:43:13 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 SDL rendering backend of Evas.
diff -r 0340c52fdf7b -r eb5e97724312 graphics/evas-sdl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-sdl/Makefile        Thu Feb 26 20:43:13 2009 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 20:43:13 minskim Exp $
+
+PKGNAME=       ${DISTNAME:S/evas/evas-sdl/}
+
+COMMENT=       Evas SDL engine
+
+EVAS_ENGINES=  sdl
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS=    src/modules/engines/software_sdl
+MAKE_FLAGS+=   module_la_LIBADD="\$${x_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
+
+INSTALLATION_DIRS+=    lib/pkgconfig
+PKGCONFIG_OVERRIDE=    evas-software-sdl.pc.in
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/evas/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/evas-software-sdl.pc \
+               ${DESTDIR}${PREFIX}/lib/pkgconfig
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0340c52fdf7b -r eb5e97724312 graphics/evas-sdl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-sdl/PLIST   Thu Feb 26 20:43:13 2009 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 20:43:13 minskim Exp $
+include/Evas_Engine_SDL.h
+lib/evas/modules/engines/software_sdl/${MODULE_ARCH}/module.la
+lib/pkgconfig/evas-software-sdl.pc
+@dirrm lib/evas/modules/engines/software_sdl/${MODULE_ARCH}
+@dirrm lib/evas/modules/engines/software_sdl



Home | Main Index | Thread Index | Old Index