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.
This commit is contained in:
parent
6f8486078e
commit
3d9e52a446
4 changed files with 60 additions and 0 deletions
5
graphics/evas-software-x11/DESCR
Normal file
5
graphics/evas-software-x11/DESCR
Normal file
|
@ -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.
|
28
graphics/evas-software-x11/Makefile
Normal file
28
graphics/evas-software-x11/Makefile
Normal file
|
@ -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"
|
6
graphics/evas-software-x11/PLIST
Normal file
6
graphics/evas-software-x11/PLIST
Normal file
|
@ -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
|
21
graphics/evas-software-x11/buildlink3.mk
Normal file
21
graphics/evas-software-x11/buildlink3.mk
Normal file
|
@ -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/+$//}
|
Loading…
Reference in a new issue