]> git.pld-linux.org Git - packages/evas.git/commitdiff
- updated to 1.7.6.1 auto/th/evas-1.7.6.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Apr 2013 18:56:10 +0000 (20:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Apr 2013 18:56:10 +0000 (20:56 +0200)
- updated wayland patch
- added fribidi patch

evas-fribidi.patch [new file with mode: 0644]
evas-wayland.patch
evas.spec

diff --git a/evas-fribidi.patch b/evas-fribidi.patch
new file mode 100644 (file)
index 0000000..73119a1
--- /dev/null
@@ -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@ \
++@FRIBIDI_CFLAGS@ \
+ @PIXMAN_CFLAGS@ \
+ @VALGRIND_CFLAGS@ \
+ @EVAS_GENERAL_CFLAGS@ \
index c14a42dd0a3b698c5fe0950754c97562a750a22a..db43e11a23b4af306f994298648ff94eab371a72 100644 (file)
  #    include <GLES2/gl2.h>
  #    include <GLES2/gl2ext.h>
  #   endif
  #    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);
 @@ -633,7 +633,7 @@
  extern void (*glsym_glProgramParameteri)    (GLuint a, GLuint b, GLint d);
  extern void (*glsym_glReleaseShaderCompiler)(void);
index c5b6ae524b773275fd0eb1137b10810a2273c96f..d784ac12bf8dac2bbe1f2a15f21d682ee1ec4ac5 100644 (file)
--- a/evas.spec
+++ b/evas.spec
 Summary:       Multi-platform Canvas Library
 Summary(pl.UTF-8):     Wieloplatformowa biblioteka do rysowania
 Name:          evas
 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
 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
 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
 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
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
This page took 0.038809 seconds and 4 git commands to generate.