Changeset 139612 in webkit


Ignore:
Timestamp:
Jan 14, 2013 5:52:01 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL][jhbuild] Build the GStreamer-related dependencies with the "configure" script
https://bugs.webkit.org/show_bug.cgi?id=106573

Patch by Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> on 2013-01-14
Reviewed by Philippe Normand.

Similarly to what's been described in bug 106569, we're building
from release tarballs, so there's no reason to regenerate the
autoconf-related stuff with autogen.sh, especially since we might
run into trouble with automake 1.13 and deprecated macros.

  • efl/jhbuild.modules:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r139609 r139612  
     12013-01-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
     2
     3        [EFL][jhbuild] Build the GStreamer-related dependencies with the "configure" script
     4        https://bugs.webkit.org/show_bug.cgi?id=106573
     5
     6        Reviewed by Philippe Normand.
     7
     8        Similarly to what's been described in bug 106569, we're building
     9        from release tarballs, so there's no reason to regenerate the
     10        autoconf-related stuff with autogen.sh, especially since we might
     11        run into trouble with automake 1.13 and deprecated macros.
     12
     13        * efl/jhbuild.modules:
     14
    1152013-01-14  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>
    216
  • trunk/Tools/efl/jhbuild.modules

    r139608 r139612  
    296296  </autotools>
    297297
    298   <autotools id="gstreamer">
     298  <autotools id="gstreamer" autogen-sh="configure">
    299299    <branch repo="gstreamer"
    300300            module="gstreamer/gstreamer-1.0.5.tar.xz" version="1.0.5"
     
    302302  </autotools>
    303303
    304   <autotools id="gst-plugins-base" autogenargs="--disable-examples --enable-theora --enable-vorbis">
     304  <autotools id="gst-plugins-base"
     305             autogen-sh="configure"
     306             autogenargs="--disable-examples --enable-theora --enable-vorbis">
    305307    <dependencies>
    306308      <dep package="gstreamer"/>
     
    311313  </autotools>
    312314
    313   <autotools id="gst-plugins-good" autogenargs="--disable-examples --enable-pulse">
     315  <autotools id="gst-plugins-good"
     316             autogen-sh="configure"
     317             autogenargs="--disable-examples --enable-pulse">
    314318    <dependencies>
    315319      <dep package="cairo"/>
     
    321325  </autotools>
    322326
    323   <autotools id="gst-plugins-bad" autogenargs="--disable-examples --enable-faad">
     327  <autotools id="gst-plugins-bad"
     328             autogen-sh="configure"
     329             autogenargs="--disable-examples --enable-faad">
    324330    <dependencies>
    325331      <dep package="gst-plugins-base"/>
     
    330336  </autotools>
    331337
    332   <autotools id="gst-libav" autogenargs="--with-libav-extra-configure='--disable-yasm'">
     338  <autotools id="gst-libav"
     339             autogen-sh="configure"
     340             autogenargs="--with-libav-extra-configure='--disable-yasm'">
    333341    <dependencies>
    334342      <dep package="gst-plugins-base"/>
Note: See TracChangeset for help on using the changeset viewer.