diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-26 19:26:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-26 19:26:52 +0000 |
commit | 94c446dba27274912100e595f21aa16ad0e8e121 (patch) | |
tree | b7ee6ae384b3a59d526f12e5381516f9ff1ef0fe /graphics | |
parent | 3d9e52a446996524a8b3b3dae565aebc958d0186 (diff) | |
download | pkgsrc-94c446dba27274912100e595f21aa16ad0e8e121.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/evas-software-16-x11/DESCR | 5 | ||||
-rw-r--r-- | graphics/evas-software-16-x11/Makefile | 28 | ||||
-rw-r--r-- | graphics/evas-software-16-x11/PLIST | 6 |
3 files changed, 39 insertions, 0 deletions
diff --git a/graphics/evas-software-16-x11/DESCR b/graphics/evas-software-16-x11/DESCR new file mode 100644 index 00000000000..49e80c57c37 --- /dev/null +++ b/graphics/evas-software-16-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 16-bit X11 rendering backend of Evas. diff --git a/graphics/evas-software-16-x11/Makefile b/graphics/evas-software-16-x11/Makefile new file mode 100644 index 00000000000..53bbc8792a9 --- /dev/null +++ b/graphics/evas-software-16-x11/Makefile @@ -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 --git a/graphics/evas-software-16-x11/PLIST b/graphics/evas-software-16-x11/PLIST new file mode 100644 index 00000000000..1814bcb2748 --- /dev/null +++ b/graphics/evas-software-16-x11/PLIST @@ -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 |