Upgrade version of efl, elementary 15/158915/4
authormin7.choi <min7.choi@samsung.com>
Mon, 6 Nov 2017 02:42:19 +0000 (11:42 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 6 Nov 2017 03:42:46 +0000 (03:42 +0000)
This supports upgraded efl and elementary.
Also, ftp protocol of source repository is changed to http protocol.

Change-Id: Idd2f71dcb207dc42455e08f6854710f3d191df4d
Signed-off-by: min7.choi <min7.choi@samsung.com>
efl/build/jhbuild/jhbuild.modules

index 46a981e..facb3bf 100755 (executable)
@@ -25,7 +25,7 @@
   <repository type="tarball" name="gstreamer"
       href="http://gstreamer.freedesktop.org/src/"/>
   <repository type="tarball" name="sourceware.org"
-      href="ftp://sourceware.org"/>
+      href="http://sourceware.org"/>
   <repository type="tarball" name="freedesktop.org"
       href="http://freedesktop.org"/>
   <repository type="tarball" name="jaist.dl.sourceforge.net"
        Apparently EFL configure script considers such configuration unsupported. Still we don't need audio or physics support
        in EFL and building extra libraries just to satisfy dependencies we don't need is pointless. -->
   <autotools id="efl" autogen-sh="configure"
-             autogenargs="--with-x11=xlib --with-opengl=es --with-glib=yes --disable-pulseaudio --disable-physics
-                          --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba">
-    <branch module="rel/libs/efl/efl-1.16.0.tar.xz" version="1.16.0"
+             autogenargs="--with-x11=xlib --with-opengl=es --with-glib=yes --disable-pulseaudio --disable-physics  --enable-egl   --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb">
+    <branch module="rel/libs/efl/efl-1.17.0.tar.xz" version="1.17.0"
             repo="download.enlightenment.org"
-            hash="sha256:7efebbd9964e5daf35c7e978e7cbef25f62ea933a8df73b0c4d287ef65868323"
-            md5sum="0552eed3f337a1268aff4a476c6a5fa7">
+            hash="sha256:c13540bad764d014fea2c079fad8fcca62e5c229994d43aa4eb692d2c9b73afe"
+            md5sum="c7cf8478edff3f1342e5f664b347c13c">
     </branch>
     <dependencies>
       <dep package="glib"/>
   </autotools>
 
   <autotools id="elementary" autogen-sh="configure"
-             autogenargs="--enable-ecore-x">
-    <branch module="rel/libs/elementary/elementary-1.16.0.tar.xz" version="1.16.0"
+             autogenargs="--enable-ecore-x --enable-egl --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb">
+    <branch module="rel/libs/elementary/elementary-1.17.0.tar.xz" version="1.17.0"
             repo="download.enlightenment.org"
-            hash="sha256:483f3cf927edceaec8b61b0e4c0fe5ffbe86f227c7f82e61e8d6f0dbee598694"
-            md5sum="317cc2f8f9f18f5473027ba9fa1b000d">
+            hash="sha256:6a6a5883939eab8d87179c7980c0dbd6b53d82bf460a161045a891694d036b2b"
+            md5sum="5d25c429e34da44e6b4ba27cd91ade4d">
     </branch>
     <dependencies>
       <dep package="efl"/>