Thu Dec 17 00:48:45 2009 UTC ()
Update evas to the latest E17 snapshot.
Various bugfixes and improvements, no detailed changelog.

Remove 16bit X11 engine.


(joerg)
diff -r1.545 -r1.546 pkgsrc/graphics/Makefile
diff -r1.6 -r1.7 pkgsrc/graphics/evas/Makefile.common
diff -r1.4 -r1.5 pkgsrc/graphics/evas/PLIST
diff -r1.4 -r1.5 pkgsrc/graphics/evas/distinfo
diff -r1.2 -r1.3 pkgsrc/graphics/evas-buffer/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-edb/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-eet/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-gif/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-jpeg/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-pmaps/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-png/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-sdl/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-sdl-16/PLIST
diff -r1.1.1.1 -r0 pkgsrc/graphics/evas-software-16-x11/DESCR
diff -r1.4 -r0 pkgsrc/graphics/evas-software-16-x11/Makefile
diff -r1.2 -r0 pkgsrc/graphics/evas-software-16-x11/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-software-x11/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-svg/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-tiff/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-xpm/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/evas-xrender-x11/PLIST

cvs diff -r1.545 -r1.546 pkgsrc/graphics/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/Makefile 2009/12/16 20:07:32 1.545
+++ pkgsrc/graphics/Makefile 2009/12/17 00:48:43 1.546
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.545 2009/12/16 20:07:32 joerg Exp $ 1# $NetBSD: Makefile,v 1.546 2009/12/17 00:48:43 joerg Exp $
2# 2#
3 3
4COMMENT= Graphics tools and libraries 4COMMENT= Graphics tools and libraries
5 5
6SUBDIR+= 3DKit 6SUBDIR+= 3DKit
7SUBDIR+= CRWInfo 7SUBDIR+= CRWInfo
8SUBDIR+= Cenon 8SUBDIR+= Cenon
9SUBDIR+= Coin 9SUBDIR+= Coin
10SUBDIR+= GLXKit 10SUBDIR+= GLXKit
11SUBDIR+= GMT 11SUBDIR+= GMT
12SUBDIR+= GUIlib 12SUBDIR+= GUIlib
13SUBDIR+= GeometryKit 13SUBDIR+= GeometryKit
14SUBDIR+= GlutKit 14SUBDIR+= GlutKit
@@ -79,27 +79,26 @@ SUBDIR+= dxsamples @@ -79,27 +79,26 @@ SUBDIR+= dxsamples
79SUBDIR+= enblend-enfuse 79SUBDIR+= enblend-enfuse
80SUBDIR+= eog 80SUBDIR+= eog
81SUBDIR+= epeg 81SUBDIR+= epeg
82SUBDIR+= evas 82SUBDIR+= evas
83SUBDIR+= evas-buffer 83SUBDIR+= evas-buffer
84SUBDIR+= evas-edb 84SUBDIR+= evas-edb
85SUBDIR+= evas-eet 85SUBDIR+= evas-eet
86SUBDIR+= evas-gif 86SUBDIR+= evas-gif
87SUBDIR+= evas-jpeg 87SUBDIR+= evas-jpeg
88SUBDIR+= evas-pmaps 88SUBDIR+= evas-pmaps
89SUBDIR+= evas-png 89SUBDIR+= evas-png
90SUBDIR+= evas-sdl 90SUBDIR+= evas-sdl
91SUBDIR+= evas-sdl-16 91SUBDIR+= evas-sdl-16
92SUBDIR+= evas-software-16-x11 
93SUBDIR+= evas-software-x11 92SUBDIR+= evas-software-x11
94SUBDIR+= evas-svg 93SUBDIR+= evas-svg
95SUBDIR+= evas-tiff 94SUBDIR+= evas-tiff
96SUBDIR+= evas-xpm 95SUBDIR+= evas-xpm
97SUBDIR+= evas-xrender-x11 96SUBDIR+= evas-xrender-x11
98SUBDIR+= ewipe 97SUBDIR+= ewipe
99SUBDIR+= exif 98SUBDIR+= exif
100SUBDIR+= exifprobe 99SUBDIR+= exifprobe
101SUBDIR+= exiftags 100SUBDIR+= exiftags
102SUBDIR+= exiv2 101SUBDIR+= exiv2
103SUBDIR+= exiv2-organize 102SUBDIR+= exiv2-organize
104SUBDIR+= extrema 103SUBDIR+= extrema
105SUBDIR+= f-spot 104SUBDIR+= f-spot

cvs diff -r1.6 -r1.7 pkgsrc/graphics/evas/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/evas/Makefile.common 2009/09/11 22:31:00 1.6
+++ pkgsrc/graphics/evas/Makefile.common 2009/12/17 00:48:43 1.7
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.6 2009/09/11 22:31:00 joerg Exp $ 1# $NetBSD: Makefile.common,v 1.7 2009/12/17 00:48:43 joerg Exp $
2 2
3DISTNAME= evas-0.9.9.062 3DISTNAME= evas-0.9.9.063
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://download.enlightenment.org/snapshots/2009-07-29/ 5MASTER_SITES= http://download.enlightenment.org/snapshots/2009-12-02/
6 6
7MAINTAINER= yazzy@yazzy.org 7MAINTAINER= yazzy@yazzy.org
8HOMEPAGE= http://enlightenment.org/ 8HOMEPAGE= http://enlightenment.org/
9 9
10PKG_DESTDIR_SUPPORT= user-destdir 10PKG_DESTDIR_SUPPORT= user-destdir
11 11
12DISTINFO_FILE= ${.CURDIR}/../../graphics/evas/distinfo 12DISTINFO_FILE= ${.CURDIR}/../../graphics/evas/distinfo
13PATCHDIR= ${.CURDIR}/../../graphics/evas/patches 13PATCHDIR= ${.CURDIR}/../../graphics/evas/patches
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config
18 18

cvs diff -r1.4 -r1.5 pkgsrc/graphics/evas/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas/PLIST 2009/09/11 22:31:00 1.4
+++ pkgsrc/graphics/evas/PLIST 2009/12/17 00:48:43 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1@comment $NetBSD: PLIST,v 1.4 2009/09/11 22:31:00 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.5 2009/12/17 00:48:43 joerg Exp $
2include/Evas.h 2include/Evas.h
3lib/evas/modules/engines/software_generic/${MODULE_ARCH}/module.la 3lib/evas/modules/engines/software_generic/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
4lib/libevas.la 4lib/libevas.la
5lib/pkgconfig/evas.pc 5lib/pkgconfig/evas.pc
6@pkgdir lib/evas/modules/savers 6@pkgdir lib/evas/modules/savers
7@pkgdir lib/evas/modules/loaders 7@pkgdir lib/evas/modules/loaders

cvs diff -r1.4 -r1.5 pkgsrc/graphics/evas/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/evas/distinfo 2009/09/11 22:31:00 1.4
+++ pkgsrc/graphics/evas/distinfo 2009/12/17 00:48:43 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2009/09/11 22:31:00 joerg Exp $ 1$NetBSD: distinfo,v 1.5 2009/12/17 00:48:43 joerg Exp $
2 2
3SHA1 (evas-0.9.9.062.tar.gz) = 602fbe17a0100b70f983cfc2348a86626e97722a 3SHA1 (evas-0.9.9.063.tar.gz) = b729028600dcdbd3d567725497cd0b174667a368
4RMD160 (evas-0.9.9.062.tar.gz) = 02f0a9c1653c36c3d590afef3a050feea350a3ae 4RMD160 (evas-0.9.9.063.tar.gz) = 58e867827b4180f4f4f71b7296221a4cfb0a4123
5Size (evas-0.9.9.062.tar.gz) = 4869389 bytes 5Size (evas-0.9.9.063.tar.gz) = 4946611 bytes

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-buffer/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-buffer/PLIST 2009/06/14 17:59:10 1.2
+++ pkgsrc/graphics/evas-buffer/PLIST 2009/12/17 00:48:44 1.3
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2include/Evas_Engine_Buffer.h 2include/Evas_Engine_Buffer.h
3lib/evas/modules/engines/buffer/${MODULE_ARCH}/module.la 3lib/evas/modules/engines/buffer/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
4lib/pkgconfig/evas-software-buffer.pc 4lib/pkgconfig/evas-software-buffer.pc

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-edb/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-edb/PLIST 2009/06/14 17:59:10 1.2
+++ pkgsrc/graphics/evas-edb/PLIST 2009/12/17 00:48:44 1.3
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2lib/evas/modules/loaders/edb/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/edb/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
3lib/evas/modules/savers/edb/${MODULE_ARCH}/module.la 3lib/evas/modules/savers/edb/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-eet/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-eet/PLIST 2009/06/14 17:59:10 1.2
+++ pkgsrc/graphics/evas-eet/PLIST 2009/12/17 00:48:44 1.3
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2lib/evas/modules/loaders/eet/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/eet/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
3lib/evas/modules/savers/eet/${MODULE_ARCH}/module.la 3lib/evas/modules/savers/eet/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-gif/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-gif/PLIST 2009/06/14 17:59:10 1.2
+++ pkgsrc/graphics/evas-gif/PLIST 2009/12/17 00:48:44 1.3
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2lib/evas/modules/loaders/gif/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/gif/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-jpeg/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-jpeg/PLIST 2009/06/14 17:59:10 1.2
+++ pkgsrc/graphics/evas-jpeg/PLIST 2009/12/17 00:48:44 1.3
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2lib/evas/modules/loaders/jpeg/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/jpeg/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
3lib/evas/modules/savers/jpeg/${MODULE_ARCH}/module.la 3lib/evas/modules/savers/jpeg/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-pmaps/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-pmaps/PLIST 2009/06/14 17:59:10 1.2
+++ pkgsrc/graphics/evas-pmaps/PLIST 2009/12/17 00:48:44 1.3
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2lib/evas/modules/loaders/pmaps/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/pmaps/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-png/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-png/PLIST 2009/06/14 17:59:10 1.2
+++ pkgsrc/graphics/evas-png/PLIST 2009/12/17 00:48:44 1.3
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2lib/evas/modules/loaders/png/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/png/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
3lib/evas/modules/savers/png/${MODULE_ARCH}/module.la 3lib/evas/modules/savers/png/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-sdl/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-sdl/Attic/PLIST 2009/06/14 17:59:10 1.2
+++ pkgsrc/graphics/evas-sdl/Attic/PLIST 2009/12/17 00:48:44 1.3
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2include/Evas_Engine_SDL.h 2include/Evas_Engine_SDL.h
3lib/evas/modules/engines/software_sdl/${MODULE_ARCH}/module.la 3lib/evas/modules/engines/software_sdl/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
4lib/pkgconfig/evas-software-sdl.pc 4lib/pkgconfig/evas-software-sdl.pc

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-sdl-16/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-sdl-16/Attic/PLIST 2009/06/14 17:59:11 1.2
+++ pkgsrc/graphics/evas-sdl-16/Attic/PLIST 2009/12/17 00:48:44 1.3
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:44 joerg Exp $
2include/Evas_Engine_SDL_16.h 2include/Evas_Engine_SDL_16.h
3lib/evas/modules/engines/software_16_sdl/${MODULE_ARCH}/module.la 3lib/evas/modules/engines/software_16_sdl/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

File Deleted: pkgsrc/graphics/evas-software-16-x11/Attic/DESCR

File Deleted: pkgsrc/graphics/evas-software-16-x11/Attic/Makefile

File Deleted: pkgsrc/graphics/evas-software-16-x11/Attic/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-software-x11/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-software-x11/PLIST 2009/06/14 17:59:11 1.2
+++ pkgsrc/graphics/evas-software-x11/PLIST 2009/12/17 00:48:45 1.3
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
2include/Evas_Engine_Software_X11.h 2include/Evas_Engine_Software_X11.h
3lib/evas/modules/engines/software_x11/${MODULE_ARCH}/module.la 3lib/evas/modules/engines/software_x11/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
4lib/pkgconfig/evas-software-x11.pc 4lib/pkgconfig/evas-software-x11.pc

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-svg/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-svg/Attic/PLIST 2009/06/14 17:59:11 1.2
+++ pkgsrc/graphics/evas-svg/Attic/PLIST 2009/12/17 00:48:45 1.3
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
2lib/evas/modules/loaders/svg/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/svg/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-tiff/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-tiff/PLIST 2009/06/14 17:59:11 1.2
+++ pkgsrc/graphics/evas-tiff/PLIST 2009/12/17 00:48:45 1.3
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
2lib/evas/modules/loaders/tiff/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/tiff/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
3lib/evas/modules/savers/tiff/${MODULE_ARCH}/module.la 3lib/evas/modules/savers/tiff/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-xpm/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-xpm/PLIST 2009/06/14 17:59:11 1.2
+++ pkgsrc/graphics/evas-xpm/PLIST 2009/12/17 00:48:45 1.3
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
2lib/evas/modules/loaders/xpm/${MODULE_ARCH}/module.la 2lib/evas/modules/loaders/xpm/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la

cvs diff -r1.2 -r1.3 pkgsrc/graphics/evas-xrender-x11/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/evas-xrender-x11/Attic/PLIST 2009/06/14 17:59:11 1.2
+++ pkgsrc/graphics/evas-xrender-x11/Attic/PLIST 2009/12/17 00:48:45 1.3
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:11 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/17 00:48:45 joerg Exp $
2include/Evas_Engine_XRender_X11.h 2include/Evas_Engine_XRender_X11.h
3lib/evas/modules/engines/xrender_x11/${MODULE_ARCH}/module.la 3lib/evas/modules/engines/xrender_x11/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la
4lib/pkgconfig/evas-xrender-x11.pc 4lib/pkgconfig/evas-xrender-x11.pc