⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176717 in webkit


Ignore:
Timestamp:
Dec 3, 2014, 4:20:55 AM (12 years ago)
Author:
clopez@igalia.com
Message:

[GTK] [JHBuild] gst-plugins-bad fails to build if the GNUStep libraries are installed.
https://bugs.webkit.org/show_bug.cgi?id=139220

Reviewed by Philippe Normand.

  • gtk/jhbuild.modules:
  • gtk/patches/gst-plugins-bad-remove-gnustep-support.patch: Added.
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r176716 r176717  
     12014-12-03  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] [JHBuild] gst-plugins-bad fails to build if the GNUStep libraries are installed.
     4        https://bugs.webkit.org/show_bug.cgi?id=139220
     5
     6        Reviewed by Philippe Normand.
     7
     8        * gtk/jhbuild.modules:
     9        * gtk/patches/gst-plugins-bad-remove-gnustep-support.patch: Added.
     10
    1112014-12-03  Zsolt Borbely  <zsborbely.u-szeged@partner.samsung.com>
    212
  • trunk/Tools/gtk/jhbuild.modules

    r176627 r176717  
    305305  </autotools>
    306306
    307   <autotools id="gst-plugins-bad" autogenargs="--disable-examples  --disable-gtk-doc">
     307  <autotools id="gst-plugins-bad" autogenargs="--disable-examples --disable-gtk-doc">
    308308    <dependencies>
    309309      <dep package="gst-plugins-base"/>
     
    312312            repo="gstreamer"
    313313            hash="sha256:e41b36105c0a13a2cb1ff9f559714e839b82dc3841484cd664790fb7947e55c7"
    314             md5sum="972c6e22dd2e44fcf0b04b9d810a56be"/>
     314            md5sum="972c6e22dd2e44fcf0b04b9d810a56be">
     315      <patch file="gst-plugins-bad-remove-gnustep-support.patch" strip="1"/>
     316    </branch>
    315317  </autotools>
    316318
Note: See TracChangeset for help on using the changeset viewer.