[packages/evas] - updated to 1.7.6.1 - updated wayland patch - added fribidi patch

qboosh qboosh at pld-linux.org
Sun Apr 7 20:56:07 CEST 2013


commit 599b9aa6081dd77e643791ec5fc802002d487671
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Apr 7 20:56:10 2013 +0200

    - updated to 1.7.6.1
    - updated wayland patch
    - added fribidi patch

 evas-fribidi.patch | 10 ++++++++++
 evas-wayland.patch |  9 ---------
 evas.spec          |  6 ++++--
 3 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/evas.spec b/evas.spec
index c5b6ae5..d784ac1 100644
--- a/evas.spec
+++ b/evas.spec
@@ -37,13 +37,14 @@
 Summary:	Multi-platform Canvas Library
 Summary(pl.UTF-8):	Wieloplatformowa biblioteka do rysowania
 Name:		evas
-Version:	1.7.5
+Version:	1.7.6.1
 Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5:	2c965b836128a839292161d4ca89380d
+# Source0-md5:	65d40c3fd08a815efe50cf77c40b5c64
 Patch0:		%{name}-wayland.patch
+Patch1:		%{name}-fribidi.patch
 URL:		http://trac.enlightenment.org/e/wiki/Evas
 %{?with_directfb:BuildRequires:	DirectFB-devel >= 0.9.16}
 BuildRequires:	Mesa-libGLU-devel
@@ -484,6 +485,7 @@ Moduł zapisywania obrazów TIFF dla Evas.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/evas-fribidi.patch b/evas-fribidi.patch
new file mode 100644
index 0000000..73119a1
--- /dev/null
+++ b/evas-fribidi.patch
@@ -0,0 +1,10 @@
+--- evas-1.7.6.1/src/lib/engines/common_8/Makefile.am.orig	2012-11-23 17:35:06.000000000 +0100
++++ evas-1.7.6.1/src/lib/engines/common_8/Makefile.am	2013-04-07 19:29:09.633616777 +0200
+@@ -6,6 +6,7 @@
+ -I$(top_srcdir)/src/lib \
+ -I$(top_srcdir)/src/lib/include \
+ @FREETYPE_CFLAGS@ \
++ at FRIBIDI_CFLAGS@ \
+ @PIXMAN_CFLAGS@ \
+ @VALGRIND_CFLAGS@ \
+ @EVAS_GENERAL_CFLAGS@ \
diff --git a/evas-wayland.patch b/evas-wayland.patch
index c14a42d..db43e11 100644
--- a/evas-wayland.patch
+++ b/evas-wayland.patch
@@ -26,15 +26,6 @@
  #    include <GLES2/gl2.h>
  #    include <GLES2/gl2ext.h>
  #   endif
-@@ -341,7 +341,7 @@
-    /* If this is set: Force drawing with a particular filter */
-    GLuint	filter_prog;
- 
--#if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)
-+#if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX) || defined (GLES_WAYLAND)
- // FIXME: hack. expose egl display to gl core for egl image sec extn.
-    void *egldisp;
- #endif
 @@ -633,7 +633,7 @@
  extern void (*glsym_glProgramParameteri)    (GLuint a, GLuint b, GLint d);
  extern void (*glsym_glReleaseShaderCompiler)(void);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evas.git/commitdiff/599b9aa6081dd77e643791ec5fc802002d487671



More information about the pld-cvs-commit mailing list