Changeset 221010 in webkit


Ignore:
Timestamp:
Aug 22, 2017 6:47:05 AM (7 years ago)
Author:
clopez@igalia.com
Message:

[GTK][WPE] install-dependencies should install the required gstreamer packages needed for production builds.
https://bugs.webkit.org/show_bug.cgi?id=175822

Reviewed by Xabier Rodriguez-Calvar.

  • gtk/install-dependencies: Add the bad plugins to the list.
  • wpe/install-dependencies: Add all the gst related packages (copied from GTK listing).
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r220997 r221010  
     12017-08-22  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK][WPE] install-dependencies should install the required gstreamer packages needed for production builds.
     4        https://bugs.webkit.org/show_bug.cgi?id=175822
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        * gtk/install-dependencies: Add the bad plugins to the list.
     9        * wpe/install-dependencies: Add all the gst related packages (copied from GTK listing).
     10
    1112017-08-21  Myles C. Maxfield  <mmaxfield@apple.com>
    212
  • trunk/Tools/gtk/install-dependencies

    r220529 r221010  
    116116        libgtk-3-dev \
    117117        libgstreamer1.0-dev \
     118        libgstreamer-plugins-bad1.0-dev \
    118119        libgstreamer-plugins-base1.0-dev \
    119120        libgudev-1.0-dev \
     
    246247        groff \
    247248        gstreamer \
     249        gst-plugins-bad \
    248250        gst-plugins-base-libs \
    249251        gzip \
     
    392394        gperf \
    393395        gstreamer1-devel \
     396        gstreamer1-plugins-bad-free-devel \
    394397        gstreamer1-plugins-base-devel \
    395398        gtk-doc \
  • trunk/Tools/wpe/install-dependencies

    r218627 r221010  
    6969        itstool \
    7070        libgnutls28-dev \
     71        libgstreamer1.0-dev \
     72        libgstreamer-plugins-bad1.0-dev \
     73        libgstreamer-plugins-base1.0-dev \
    7174        libicu-dev \
    7275        libjpeg-dev \
     
    144147        grep \
    145148        groff \
     149        gstreamer \
     150        gst-plugins-bad \
     151        gst-plugins-base-libs \
    146152        gzip \
    147153        icu \
     
    225231        gnutls-devel \
    226232        gperf \
     233        gstreamer1-devel \
     234        gstreamer1-plugins-bad-free-devel \
     235        gstreamer1-plugins-base-devel \
    227236        intltool \
    228237        itstool \
Note: See TracChangeset for help on using the changeset viewer.