summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-17 00:48:43 +0000
committerjoerg <joerg>2009-12-17 00:48:43 +0000
commitd4b93489ccae9a15f12a79e2988dad1f5102714f (patch)
treeea468d5c2349b5b86f5f74294af352b428b2bab0
parent3ec22a7eadd98cc1e976d9b5d687182a01c1f77a (diff)
downloadpkgsrc-d4b93489ccae9a15f12a79e2988dad1f5102714f.tar.gz
Update evas to the latest E17 snapshot.
Various bugfixes and improvements, no detailed changelog. Remove 16bit X11 engine.
-rw-r--r--graphics/Makefile3
-rw-r--r--graphics/evas-buffer/PLIST4
-rw-r--r--graphics/evas-edb/PLIST6
-rw-r--r--graphics/evas-eet/PLIST6
-rw-r--r--graphics/evas-gif/PLIST4
-rw-r--r--graphics/evas-jpeg/PLIST6
-rw-r--r--graphics/evas-pmaps/PLIST4
-rw-r--r--graphics/evas-png/PLIST6
-rw-r--r--graphics/evas-sdl-16/PLIST4
-rw-r--r--graphics/evas-sdl/PLIST4
-rw-r--r--graphics/evas-software-16-x11/DESCR5
-rw-r--r--graphics/evas-software-16-x11/Makefile29
-rw-r--r--graphics/evas-software-16-x11/PLIST4
-rw-r--r--graphics/evas-software-x11/PLIST4
-rw-r--r--graphics/evas-svg/PLIST4
-rw-r--r--graphics/evas-tiff/PLIST6
-rw-r--r--graphics/evas-xpm/PLIST4
-rw-r--r--graphics/evas-xrender-x11/PLIST4
-rw-r--r--graphics/evas/Makefile.common6
-rw-r--r--graphics/evas/PLIST4
-rw-r--r--graphics/evas/distinfo8
21 files changed, 43 insertions, 82 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 16774a1af4c..96767cb0ba3 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -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-pmaps
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 --git a/graphics/evas-buffer/PLIST b/graphics/evas-buffer/PLIST
index 5bde540c67c..cd8ca9a0ec3 100644
--- a/graphics/evas-buffer/PLIST
+++ b/graphics/evas-buffer/PLIST
@@ -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 --git a/graphics/evas-edb/PLIST b/graphics/evas-edb/PLIST
index c6dee522145..b9486c54af9 100644
--- a/graphics/evas-edb/PLIST
+++ b/graphics/evas-edb/PLIST
@@ -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 --git a/graphics/evas-eet/PLIST b/graphics/evas-eet/PLIST
index 2f69b3a7289..162a333e596 100644
--- a/graphics/evas-eet/PLIST
+++ b/graphics/evas-eet/PLIST
@@ -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 --git a/graphics/evas-gif/PLIST b/graphics/evas-gif/PLIST
index 72f9cadfd29..d0778662e8a 100644
--- a/graphics/evas-gif/PLIST
+++ b/graphics/evas-gif/PLIST
@@ -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 --git a/graphics/evas-jpeg/PLIST b/graphics/evas-jpeg/PLIST
index a6f52e8731f..f414ab39aef 100644
--- a/graphics/evas-jpeg/PLIST
+++ b/graphics/evas-jpeg/PLIST
@@ -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 --git a/graphics/evas-pmaps/PLIST b/graphics/evas-pmaps/PLIST
index 1f285d0d7df..a94f14a4e36 100644
--- a/graphics/evas-pmaps/PLIST
+++ b/graphics/evas-pmaps/PLIST
@@ -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 --git a/graphics/evas-png/PLIST b/graphics/evas-png/PLIST
index f4ed1f56297..c6decac5a99 100644
--- a/graphics/evas-png/PLIST
+++ b/graphics/evas-png/PLIST
@@ -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 --git a/graphics/evas-sdl-16/PLIST b/graphics/evas-sdl-16/PLIST
index c95eec4623b..254289423f1 100644
--- a/graphics/evas-sdl-16/PLIST
+++ b/graphics/evas-sdl-16/PLIST
@@ -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 --git a/graphics/evas-sdl/PLIST b/graphics/evas-sdl/PLIST
index 948c3128d3d..cd240f2da6c 100644
--- a/graphics/evas-sdl/PLIST
+++ b/graphics/evas-sdl/PLIST
@@ -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 --git a/graphics/evas-software-16-x11/DESCR b/graphics/evas-software-16-x11/DESCR
deleted file mode 100644
index 49e80c57c37..00000000000
--- a/graphics/evas-software-16-x11/DESCR
+++ /dev/null
@@ -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 --git a/graphics/evas-software-16-x11/Makefile b/graphics/evas-software-16-x11/Makefile
deleted file mode 100644
index 5a4c2dfc6c1..00000000000
--- a/graphics/evas-software-16-x11/Makefile
+++ /dev/null
@@ -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 --git a/graphics/evas-software-16-x11/PLIST b/graphics/evas-software-16-x11/PLIST
deleted file mode 100644
index 5244d570000..00000000000
--- a/graphics/evas-software-16-x11/PLIST
+++ /dev/null
@@ -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 --git a/graphics/evas-software-x11/PLIST b/graphics/evas-software-x11/PLIST
index b8914bb314c..82442972eb4 100644
--- a/graphics/evas-software-x11/PLIST
+++ b/graphics/evas-software-x11/PLIST
@@ -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 --git a/graphics/evas-svg/PLIST b/graphics/evas-svg/PLIST
index 0c7c778b90f..217e22987a9 100644
--- a/graphics/evas-svg/PLIST
+++ b/graphics/evas-svg/PLIST
@@ -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 --git a/graphics/evas-tiff/PLIST b/graphics/evas-tiff/PLIST
index 1c9b8888526..0aaae82072d 100644
--- a/graphics/evas-tiff/PLIST
+++ b/graphics/evas-tiff/PLIST
@@ -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 --git a/graphics/evas-xpm/PLIST b/graphics/evas-xpm/PLIST
index 6a0f841dfd0..e912f9c2404 100644
--- a/graphics/evas-xpm/PLIST
+++ b/graphics/evas-xpm/PLIST
@@ -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 --git a/graphics/evas-xrender-x11/PLIST b/graphics/evas-xrender-x11/PLIST
index 609811193be..8ff1001d3f9 100644
--- a/graphics/evas-xrender-x11/PLIST
+++ b/graphics/evas-xrender-x11/PLIST
@@ -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 --git a/graphics/evas/Makefile.common b/graphics/evas/Makefile.common
index b59bf934cfb..7a83b6d20d5 100644
--- a/graphics/evas/Makefile.common
+++ b/graphics/evas/Makefile.common
@@ -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
HOMEPAGE= http://enlightenment.org/
diff --git a/graphics/evas/PLIST b/graphics/evas/PLIST
index 09fe02150cb..fb34b940b78 100644
--- a/graphics/evas/PLIST
+++ b/graphics/evas/PLIST
@@ -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 --git a/graphics/evas/distinfo b/graphics/evas/distinfo
index 8208d23abf4..26a2cdbabda 100644
--- a/graphics/evas/distinfo
+++ b/graphics/evas/distinfo
@@ -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