Changeset 195408 in webkit


Ignore:
Timestamp:
Jan 21, 2016 7:27:39 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Ensure to use compatible liborc version with wanted gstreamer version
https://bugs.webkit.org/show_bug.cgi?id=153276

For example gst-plugins-base-1.4.4 fails to build with liborc-0.4.24.
The user may have a very recent liborc installed on his system.

Patch by Julien Isorce <j.isorce@samsung.com> on 2016-01-21
Reviewed by Philippe Normand.

  • efl/jhbuild.modules: add liborc-0.4.17 and make it a gst dependency.
  • gtk/jhbuild.modules: add liborc-0.4.17 and make it a gst depencendy.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r195405 r195408  
     12016-01-21  Julien Isorce  <j.isorce@samsung.com>
     2
     3        Ensure to use compatible liborc version with wanted gstreamer version
     4        https://bugs.webkit.org/show_bug.cgi?id=153276
     5
     6        For example gst-plugins-base-1.4.4 fails to build with liborc-0.4.24.
     7        The user may have a very recent liborc installed on his system.
     8
     9        Reviewed by Philippe Normand.
     10
     11        * efl/jhbuild.modules: add liborc-0.4.17 and make it a gst dependency.
     12        * gtk/jhbuild.modules: add liborc-0.4.17 and make it a gst depencendy.
     13
    1142016-01-21  Nan Wang  <n_wang@apple.com>
    215
  • trunk/Tools/efl/jhbuild.modules

    r194571 r195408  
    240240  </autotools>
    241241
     242  <autotools id="orc" autogenargs="--disable-gtk-doc" autogen-sh="configure">
     243    <branch module="orc/orc-0.4.17.tar.gz" version="0.4.17"
     244            repo="gstreamer"
     245            hash="sha256:4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8"
     246            md5sum="af1bf3dab9e69f3c36f389285e2a12a1"/>
     247  </autotools>
     248
    242249  <autotools id="gstreamer" autogenargs="--disable-gtk-doc" autogen-sh="configure">
     250    <dependencies>
     251      <dep package="orc"/>
     252    </dependencies>
    243253    <branch module="gstreamer/gstreamer-1.4.4.tar.xz" version="1.4.4"
    244254            repo="gstreamer"
  • trunk/Tools/gtk/jhbuild.modules

    r195287 r195408  
    319319  </autotools>
    320320
     321  <autotools id="orc" autogenargs="--disable-gtk-doc" autogen-sh="configure">
     322    <branch module="orc/orc-0.4.17.tar.gz" version="0.4.17"
     323            repo="gstreamer"
     324            hash="sha256:4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8"
     325            md5sum="af1bf3dab9e69f3c36f389285e2a12a1"/>
     326  </autotools>
     327
    321328  <autotools id="gstreamer" autogenargs="--disable-gtk-doc">
    322329    <if condition-set="macos">
     
    324331      <makeargs value="CFLAGS+=-Wno-error"/>
    325332    </if>
     333    <dependencies>
     334      <dep package="orc"/>
     335    </dependencies>
    326336    <branch module="gstreamer/gstreamer-1.4.4.tar.xz" version="1.4.4"
    327337            repo="gstreamer"
Note: See TracChangeset for help on using the changeset viewer.