summaryrefslogtreecommitdiff
path: root/graphics/evas-software-x11
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-02-26 19:14:12 +0000
committerminskim <minskim@pkgsrc.org>2009-02-26 19:14:12 +0000
commit3d9e52a446996524a8b3b3dae565aebc958d0186 (patch)
treec8e969c636438743d7349e9c73437365badd852b /graphics/evas-software-x11
parent6f8486078e34353493b982693273618c5d5c6857 (diff)
downloadpkgsrc-3d9e52a446996524a8b3b3dae565aebc958d0186.tar.gz
Import evas-software-x11-0.9.9.050 as graphics/evas-software-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 X11 rendering backend of Evas.
Diffstat (limited to 'graphics/evas-software-x11')
-rw-r--r--graphics/evas-software-x11/DESCR5
-rw-r--r--graphics/evas-software-x11/Makefile28
-rw-r--r--graphics/evas-software-x11/PLIST6
-rw-r--r--graphics/evas-software-x11/buildlink3.mk21
4 files changed, 60 insertions, 0 deletions
diff --git a/graphics/evas-software-x11/DESCR b/graphics/evas-software-x11/DESCR
new file mode 100644
index 00000000000..2eb3577eb04
--- /dev/null
+++ b/graphics/evas-software-x11/DESCR
@@ -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 X11 rendering backend of Evas.
diff --git a/graphics/evas-software-x11/Makefile b/graphics/evas-software-x11/Makefile
new file mode 100644
index 00000000000..af53259655b
--- /dev/null
+++ b/graphics/evas-software-x11/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 19:14:12 minskim Exp $
+
+PKGNAME= ${DISTNAME:S/evas/evas-software-x11/}
+
+COMMENT= Evas software X11 engine
+
+EVAS_ENGINES= software-x11
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS= src/modules/engines/software_x11
+MAKE_FLAGS+= module_la_LIBADD="\$${x_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
+
+INSTALLATION_DIRS+= lib/pkgconfig
+PKGCONFIG_OVERRIDE= evas-software-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/libXext/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/evas-software-x11.pc \
+ ${DESTDIR}${PREFIX}/lib/pkgconfig
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/evas-software-x11/PLIST b/graphics/evas-software-x11/PLIST
new file mode 100644
index 00000000000..2376a78eae5
--- /dev/null
+++ b/graphics/evas-software-x11/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 19:14:12 minskim Exp $
+include/Evas_Engine_Software_X11.h
+lib/evas/modules/engines/software_x11/${MODULE_ARCH}/module.la
+lib/pkgconfig/evas-software-x11.pc
+@dirrm lib/evas/modules/engines/software_x11/${MODULE_ARCH}
+@dirrm lib/evas/modules/engines/software_x11
diff --git a/graphics/evas-software-x11/buildlink3.mk b/graphics/evas-software-x11/buildlink3.mk
new file mode 100644
index 00000000000..a0a6bd497c8
--- /dev/null
+++ b/graphics/evas-software-x11/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/02/26 19:14:12 minskim Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+EVAS_SOFTWARE_X11_BUILDLINK3_MK:= ${EVAS_SOFTWARE_X11_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= evas-software-x11
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nevas-software-x11}
+BUILDLINK_PACKAGES+= evas-software-x11
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}evas-software-x11
+
+.if ${EVAS_SOFTWARE_X11_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.evas-software-x11+= evas-software-x11>=0.9.9.050
+BUILDLINK_PKGSRCDIR.evas-software-x11?= ../../graphics/evas-software-x11
+.endif # EVAS_SOFTWARE_X11_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}