<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>68226</bug_id>
          
          <creation_ts>2011-09-15 23:54:17 -0700</creation_ts>
          <short_desc>[EFL] Bump minimum requirement for cairo to 1.10.</short_desc>
          <delta_ts>2011-09-17 02:27:26 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit EFL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryuan Choi">ryuan.choi</reporter>
          <assigned_to name="Ryuan Choi">ryuan.choi</assigned_to>
          <cc>gyuyoung.kim</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>paroga</cc>
    
    <cc>rakuco</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>468342</commentid>
    <comment_count>0</comment_count>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2011-09-15 23:54:17 -0700</bug_when>
    <thetext>Since r94876, WebKit/Efl require cairo 1.10.

But, OptionsEfl.cmake mentioned 1.6 and FindCairo.cmake doesn&apos;t check version.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>468346</commentid>
    <comment_count>1</comment_count>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2011-09-16 00:00:59 -0700</bug_when>
    <thetext>Below are error message.

[  8%] [  8%] [  8%] Building CXX object WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/cairo/CairoUtilities.cpp.o
Building CXX object WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/cairo/FontCairo.cpp.o
Building CXX object WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/cairo/GraphicsContextCairo.cpp.o
[  8%] Building CXX object WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/cairo/ImageBufferCairo.cpp.o
In file included from /home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:28:
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.h:47: error: ISO C++ forbids declaration of ‘cairo_region_t’ with no type
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.h:47: error: expected ‘,’ or ‘...’ before ‘*’ token
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:84: error: ISO C++ forbids declaration of ‘cairo_region_t’ with no type
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:84: error: expected ‘,’ or ‘...’ before ‘*’ token
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp: In function ‘void WebCore::appendRegionToCairoContext(cairo_t*, int)’:
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:86: error: ‘region’ was not declared in this scope
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:89: error: ‘region’ was not declared in this scope
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:89: error: ‘cairo_region_num_rectangles’ was not declared in this scope
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:91: error: aggregate ‘cairo_rectangle_int_t rect’ has incomplete type and cannot be defined
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:92: error: ‘cairo_region_get_rectangle’ was not declared in this scope
make[2]: *** [WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/cairo/CairoUtilities.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp:38:
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.h:47: error: ISO C++ forbids declaration of ‘cairo_region_t’ with no type
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.h:47: error: expected ‘,’ or ‘...’ before ‘*’ token
In file included from /home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/FontCairo.cpp:34:
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.h:47: error: ISO C++ forbids declaration of ‘cairo_region_t’ with no type
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.h:47: error: expected ‘,’ or ‘...’ before ‘*’ token
In file included from /home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp:34:
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.h:47: error: ISO C++ forbids declaration of ‘cairo_region_t’ with no type
/home/hyuki/webkit/WebKit/Source/WebCore/platform/graphics/cairo/CairoUtilities.h:47: error: expected ‘,’ or ‘...’ before ‘*’ token
make[2]: *** [WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/cairo/ImageBufferCairo.cpp.o] Error 1
make[2]: *** [WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/cairo/GraphicsContextCairo.cpp.o] Error 1
make[2]: *** [WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/cairo/FontCairo.cpp.o] Error 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>468347</commentid>
    <comment_count>2</comment_count>
      <attachid>107612</attachid>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2011-09-16 00:01:15 -0700</bug_when>
    <thetext>Created attachment 107612
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>468458</commentid>
    <comment_count>3</comment_count>
    <who name="Raphael Kubo da Costa (:rakuco)">rakuco</who>
    <bug_when>2011-09-16 06:41:10 -0700</bug_when>
    <thetext>LGTM.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>469058</commentid>
    <comment_count>4</comment_count>
      <attachid>107612</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-09-17 02:27:21 -0700</bug_when>
    <thetext>Comment on attachment 107612
Patch

Clearing flags on attachment: 107612

Committed r95379: &lt;http://trac.webkit.org/changeset/95379&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>469059</commentid>
    <comment_count>5</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-09-17 02:27:26 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>107612</attachid>
            <date>2011-09-16 00:01:15 -0700</date>
            <delta_ts>2011-09-17 02:27:21 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-68226-20110916160113.patch</filename>
            <type>text/plain</type>
            <size>1903</size>
            <attacher name="Ryuan Choi">ryuan.choi</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogOTUyNzQKZGlmZiAtLWdpdCBhL0NoYW5nZUxvZyBiL0NoYW5n
ZUxvZwppbmRleCAyNjBkMzdlNDVkNTM0NDFmNWVjODNhYWZiMmNlYmQzMzAxODM3YzE4Li5kODMx
MWE4NmNkYzYzZDQ4NjZiMDE1MGU1ZGNhZDJlOTc2ZmQ5NGRhIDEwMDY0NAotLS0gYS9DaGFuZ2VM
b2cKKysrIGIvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTMgQEAKKzIwMTEtMDktMTUgIFJ5dWFuIENo
b2kgIDxyeXVhbi5jaG9pQHNhbXN1bmcuY29tPgorCisgICAgICAgIFtFRkxdIEJ1bXAgbWluaW11
bSByZXF1aXJlbWVudCBmb3IgY2Fpcm8gdG8gMS4xMC4KKyAgICAgICAgaHR0cHM6Ly9idWdzLndl
YmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTY4MjI2CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9C
T0RZIChPT1BTISkuCisKKyAgICAgICAgKiBTb3VyY2UvY21ha2UvRmluZENhaXJvLmNtYWtlOiBD
aGVjayByZXF1aXJlZCB2ZXJzaW9uLgorICAgICAgICAqIFNvdXJjZS9jbWFrZS9PcHRpb25zRWZs
LmNtYWtlOgorCiAyMDExLTA5LTE1ICBBZGFtIEJhcnRoICA8YWJhcnRoQHdlYmtpdC5vcmc+CiAK
ICAgICAgICAgUmVuYW1lIEVOQUJMRShEQVRBQkFTRSkgdG8gRU5BQkxFKFNRTF9EQVRBQkFTRSkK
ZGlmZiAtLWdpdCBhL1NvdXJjZS9jbWFrZS9GaW5kQ2Fpcm8uY21ha2UgYi9Tb3VyY2UvY21ha2Uv
RmluZENhaXJvLmNtYWtlCmluZGV4IGRiODk4MWVmNDIxN2NkMDI1MDAwNmQ5MjYyZDU0ZDRmMGY4
NjM1ZDcuLmQ3YzUzYjk3NGM5MWEwZjhlOTUxZDU4OTU0MmY5Y2ZmNzFkZjQyYjUgMTAwNjQ0Ci0t
LSBhL1NvdXJjZS9jbWFrZS9GaW5kQ2Fpcm8uY21ha2UKKysrIGIvU291cmNlL2NtYWtlL0ZpbmRD
YWlyby5jbWFrZQpAQCAtMTEsNyArMTEsMTIgQEAgaW5jbHVkZShMaWJGaW5kTWFjcm9zKQogbGli
ZmluZF9wYWNrYWdlKENhaXJvIEZyZWV0eXBlKQogCiAjIFVzZSBwa2ctY29uZmlnIHRvIGdldCBo
aW50cyBhYm91dCBwYXRocwotbGliZmluZF9wa2dfY2hlY2tfbW9kdWxlcyhDYWlyb19QS0dDT05G
IGNhaXJvKQorc2V0IChNb2R1bGUgY2Fpcm8pCitpZiAoQ2Fpcm9fRklORF9WRVJTSU9OKQorICBz
ZXQgKE1vZHVsZSAiJHtNb2R1bGV9Pj0ke0NhaXJvX0ZJTkRfVkVSU0lPTn0iKQorZW5kaWYgKCkK
KworbGliZmluZF9wa2dfY2hlY2tfbW9kdWxlcyhDYWlyb19QS0dDT05GICR7TW9kdWxlfSkKIAog
IyBJbmNsdWRlIGRpcgogZmluZF9wYXRoKENhaXJvX0lOQ0xVREVfRElSCmRpZmYgLS1naXQgYS9T
b3VyY2UvY21ha2UvT3B0aW9uc0VmbC5jbWFrZSBiL1NvdXJjZS9jbWFrZS9PcHRpb25zRWZsLmNt
YWtlCmluZGV4IDZlMDRhODljMDBhZTIyMGQyYjg4ZmE0OGRjNjY5YTk1N2Q1M2QyNWUuLjBhZWRk
YTM3ZGNiOWQ0OGQyZTRlMzMwZGVlNzY2NmY0NzM0MjFjYWYgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9j
bWFrZS9PcHRpb25zRWZsLmNtYWtlCisrKyBiL1NvdXJjZS9jbWFrZS9PcHRpb25zRWZsLmNtYWtl
CkBAIC0yNiw3ICsyNiw3IEBAIFNFVChORVRXT1JLX0JBQ0tFTkQgInNvdXAiIENBQ0hFIFNUUklO
RyAiY2hvb3NlIHdoaWNoIG5ldHdvcmsgYmFja2VuZCB0byB1c2UgKG9uCiBTRVQoQUxMX0ZPTlRf
QkFDS0VORFMgZnJlZXR5cGUgcGFuZ28pCiBTRVQoRk9OVF9CQUNLRU5EICJmcmVldHlwZSIgQ0FD
SEUgU1RSSU5HICJjaG9vc2Ugd2hpY2ggbmV0d29yayBiYWNrZW5kIHRvIHVzZSAob25lIG9mICR7
QUxMX0ZPTlRfQkFDS0VORFN9KSIpCiAKLUZJTkRfUEFDS0FHRShDYWlybyAxLjYgUkVRVUlSRUQp
CitGSU5EX1BBQ0tBR0UoQ2Fpcm8gMS4xMCBSRVFVSVJFRCkKIEZJTkRfUEFDS0FHRShFRkwgUkVR
VUlSRUQpCiBGSU5EX1BBQ0tBR0UoRm9udGNvbmZpZyAyLjguMCBSRVFVSVJFRCkKIEZJTkRfUEFD
S0FHRShTcWxpdGUgUkVRVUlSRUQpCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>