pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Update evas to the latest E17 snapshot.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e2215698aa6
branches: trunk
changeset: 568714:5e2215698aa6
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 17 00:48:43 2009 +0000
description:
Update evas to the latest E17 snapshot.
Various bugfixes and improvements, no detailed changelog.
Remove 16bit X11 engine.
diffstat:
graphics/Makefile | 3 +--
graphics/evas-buffer/PLIST | 4 ++--
graphics/evas-edb/PLIST | 6 +++---
graphics/evas-eet/PLIST | 6 +++---
graphics/evas-gif/PLIST | 4 ++--
graphics/evas-jpeg/PLIST | 6 +++---
graphics/evas-pmaps/PLIST | 4 ++--
graphics/evas-png/PLIST | 6 +++---
graphics/evas-sdl-16/PLIST | 4 ++--
graphics/evas-sdl/PLIST | 4 ++--
graphics/evas-software-16-x11/DESCR | 5 -----
graphics/evas-software-16-x11/Makefile | 29 -----------------------------
graphics/evas-software-16-x11/PLIST | 4 ----
graphics/evas-software-x11/PLIST | 4 ++--
graphics/evas-svg/PLIST | 4 ++--
graphics/evas-tiff/PLIST | 6 +++---
graphics/evas-xpm/PLIST | 4 ++--
graphics/evas-xrender-x11/PLIST | 4 ++--
graphics/evas/Makefile.common | 6 +++---
graphics/evas/PLIST | 4 ++--
graphics/evas/distinfo | 8 ++++----
21 files changed, 43 insertions(+), 82 deletions(-)
diffs (238 lines):
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/Makefile
--- a/graphics/Makefile Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/Makefile Thu Dec 17 00:48:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.545 2009/12/16 20:07:32 joerg Exp $
+# $NetBSD: Makefile,v 1.546 2009/12/17 00:48:43 joerg Exp $
#
COMMENT= Graphics tools and libraries
@@ -89,7 +89,6 @@
SUBDIR+= evas-png
SUBDIR+= evas-sdl
SUBDIR+= evas-sdl-16
-SUBDIR+= evas-software-16-x11
SUBDIR+= evas-software-x11
SUBDIR+= evas-svg
SUBDIR+= evas-tiff
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-buffer/PLIST
--- a/graphics/evas-buffer/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-buffer/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
include/Evas_Engine_Buffer.h
-lib/evas/modules/engines/buffer/${MODULE_ARCH}/module.la
+lib/evas/modules/engines/buffer/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
lib/pkgconfig/evas-software-buffer.pc
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-edb/PLIST
--- a/graphics/evas-edb/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-edb/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
-lib/evas/modules/loaders/edb/${MODULE_ARCH}/module.la
-lib/evas/modules/savers/edb/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
+lib/evas/modules/loaders/edb/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
+lib/evas/modules/savers/edb/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-eet/PLIST
--- a/graphics/evas-eet/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-eet/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
-lib/evas/modules/loaders/eet/${MODULE_ARCH}/module.la
-lib/evas/modules/savers/eet/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
+lib/evas/modules/loaders/eet/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
+lib/evas/modules/savers/eet/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-gif/PLIST
--- a/graphics/evas-gif/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-gif/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
-lib/evas/modules/loaders/gif/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
+lib/evas/modules/loaders/gif/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-jpeg/PLIST
--- a/graphics/evas-jpeg/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-jpeg/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
-lib/evas/modules/loaders/jpeg/${MODULE_ARCH}/module.la
-lib/evas/modules/savers/jpeg/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
+lib/evas/modules/loaders/jpeg/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
+lib/evas/modules/savers/jpeg/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-pmaps/PLIST
--- a/graphics/evas-pmaps/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-pmaps/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
-lib/evas/modules/loaders/pmaps/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
+lib/evas/modules/loaders/pmaps/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-png/PLIST
--- a/graphics/evas-png/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-png/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
-lib/evas/modules/loaders/png/${MODULE_ARCH}/module.la
-lib/evas/modules/savers/png/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
+lib/evas/modules/loaders/png/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
+lib/evas/modules/savers/png/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-sdl-16/PLIST
--- a/graphics/evas-sdl-16/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-sdl-16/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
include/Evas_Engine_SDL_16.h
-lib/evas/modules/engines/software_16_sdl/${MODULE_ARCH}/module.la
+lib/evas/modules/engines/software_16_sdl/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-sdl/PLIST
--- a/graphics/evas-sdl/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-sdl/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
include/Evas_Engine_SDL.h
-lib/evas/modules/engines/software_sdl/${MODULE_ARCH}/module.la
+lib/evas/modules/engines/software_sdl/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
lib/pkgconfig/evas-software-sdl.pc
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-software-16-x11/DESCR
--- a/graphics/evas-software-16-x11/DESCR Thu Dec 17 00:20:20 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-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 -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-software-16-x11/Makefile
--- a/graphics/evas-software-16-x11/Makefile Thu Dec 17 00:20:20 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2009/09/11 22:31:01 joerg 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="\$${EINA_LIBS} \$${evas_engine_software_16_x11_libs} ${BUILDLINK_PREFIX.evas}/lib/libevas.la" \
- module_la_DEPENDENCIES=
-
-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 -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-software-16-x11/PLIST
--- a/graphics/evas-software-16-x11/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg 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
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-software-x11/PLIST
--- a/graphics/evas-software-x11/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-software-x11/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
include/Evas_Engine_Software_X11.h
-lib/evas/modules/engines/software_x11/${MODULE_ARCH}/module.la
+lib/evas/modules/engines/software_x11/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
lib/pkgconfig/evas-software-x11.pc
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-svg/PLIST
--- a/graphics/evas-svg/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-svg/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $
-lib/evas/modules/loaders/svg/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
+lib/evas/modules/loaders/svg/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-tiff/PLIST
--- a/graphics/evas-tiff/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-tiff/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $
-lib/evas/modules/loaders/tiff/${MODULE_ARCH}/module.la
-lib/evas/modules/savers/tiff/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
+lib/evas/modules/loaders/tiff/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
+lib/evas/modules/savers/tiff/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-xpm/PLIST
--- a/graphics/evas-xpm/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-xpm/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $
-lib/evas/modules/loaders/xpm/${MODULE_ARCH}/module.la
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
+lib/evas/modules/loaders/xpm/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas-xrender-x11/PLIST
--- a/graphics/evas-xrender-x11/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas-xrender-x11/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
include/Evas_Engine_XRender_X11.h
-lib/evas/modules/engines/xrender_x11/${MODULE_ARCH}/module.la
+lib/evas/modules/engines/xrender_x11/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
lib/pkgconfig/evas-xrender-x11.pc
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas/Makefile.common
--- a/graphics/evas/Makefile.common Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas/Makefile.common Thu Dec 17 00:48:43 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.6 2009/09/11 22:31:00 joerg Exp $
+# $NetBSD: Makefile.common,v 1.7 2009/12/17 00:48:43 joerg Exp $
-DISTNAME= evas-0.9.9.062
+DISTNAME= evas-0.9.9.063
CATEGORIES= graphics
-MASTER_SITES= http://download.enlightenment.org/snapshots/2009-07-29/
+MASTER_SITES= http://download.enlightenment.org/snapshots/2009-12-02/
MAINTAINER= yazzy%yazzy.org@localhost
HOMEPAGE= http://enlightenment.org/
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas/PLIST
--- a/graphics/evas/PLIST Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas/PLIST Thu Dec 17 00:48:43 2009 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2009/09/11 22:31:00 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/12/17 00:48:43 joerg Exp $
include/Evas.h
-lib/evas/modules/engines/software_generic/${MODULE_ARCH}/module.la
+lib/evas/modules/engines/software_generic/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
lib/libevas.la
lib/pkgconfig/evas.pc
@pkgdir lib/evas/modules/savers
diff -r 8575370cdd40 -r 5e2215698aa6 graphics/evas/distinfo
--- a/graphics/evas/distinfo Thu Dec 17 00:20:20 2009 +0000
+++ b/graphics/evas/distinfo Thu Dec 17 00:48:43 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/09/11 22:31:00 joerg Exp $
+$NetBSD: distinfo,v 1.5 2009/12/17 00:48:43 joerg Exp $
-SHA1 (evas-0.9.9.062.tar.gz) = 602fbe17a0100b70f983cfc2348a86626e97722a
-RMD160 (evas-0.9.9.062.tar.gz) = 02f0a9c1653c36c3d590afef3a050feea350a3ae
-Size (evas-0.9.9.062.tar.gz) = 4869389 bytes
+SHA1 (evas-0.9.9.063.tar.gz) = b729028600dcdbd3d567725497cd0b174667a368
+RMD160 (evas-0.9.9.063.tar.gz) = 58e867827b4180f4f4f71b7296221a4cfb0a4123
+Size (evas-0.9.9.063.tar.gz) = 4946611 bytes
Home |
Main Index |
Thread Index |
Old Index