Ignore:
Timestamp:
04/02/2016 12:56:39 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
21540b2
Parents:
7ea4cb6
Message:

Update to gstreamer, gst-plugins, gst-libaf-1.8.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17202 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst10-plugins-bad.xml

    r7ea4cb6 re35976a  
    88           "&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz">
    99  <!ENTITY gst10-plugins-bad-download-ftp  " ">
    10   <!ENTITY gst10-plugins-bad-md5sum        "4857adcafe41e4b9b8805cf88303bd55">
    11   <!ENTITY gst10-plugins-bad-size          "4.1 MB">
    12   <!ENTITY gst10-plugins-bad-buildsize     "217 MB (with tests)">
    13   <!ENTITY gst10-plugins-bad-time          "2.5 SBU (with tests)">
     10  <!ENTITY gst10-plugins-bad-md5sum        "1c2d797bb96a81e9ef570c7a0a37203e">
     11  <!ENTITY gst10-plugins-bad-size          "4.3 MB">
     12  <!ENTITY gst10-plugins-bad-buildsize     "195 MB (with tests)">
     13  <!ENTITY gst10-plugins-bad-time          "4.0 SBU (with tests)">
    1414]>
    1515
     
    169169    </para>
    170170
    171 <screen><userinput>./configure --prefix=/usr \
     171<screen><userinput>./configure --prefix=/usr     \
     172            --disable-wayland \
    172173            --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \
    173174            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     
    184185
    185186<screen role="root"><userinput>make install</userinput></screen>
     187  </sect2>
     188
     189  <sect2 role="commands">
     190    <title>Command Explanations</title>
     191
     192    <para>
     193      <option>--disable-wayland</option>: This options is required
     194      without a full wayland based desktop environment.
     195    </para>
     196
    186197  </sect2>
    187198
Note: See TracChangeset for help on using the changeset viewer.