Ignore:
Timestamp:
04/25/2019 07:57:42 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e0ea073
Parents:
dcea4e3
Message:

Update to gstreamer

gstreamer-vaapi
gst-plugins-{base,good,bad,ugly}
gst-libav 1.16.0.

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

File:
1 edited

Legend:

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

    rdcea4e3 r0c61cb89  
    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        "5d20a91d027708abcf924f6c1279dd25">
    11   <!ENTITY gst10-plugins-bad-size          "4.5 MB">
    12   <!ENTITY gst10-plugins-bad-buildsize     "173 MB (with tests)">
    13   <!ENTITY gst10-plugins-bad-time          "1.9 SBU (Using parallelism=4; with tests)">
     10  <!ENTITY gst10-plugins-bad-md5sum        "e9e562d86c1527c44d904500dd35e326">
     11  <!ENTITY gst10-plugins-bad-size          "4.6 MB">
     12  <!ENTITY gst10-plugins-bad-buildsize     "83 MB (with tests)">
     13  <!ENTITY gst10-plugins-bad-time          "0.4 SBU (Using parallelism=4; with tests)">
    1414]>
    1515
     
    7171        <para>
    7272          Estimated build time: &gst10-plugins-bad-time;
    73         </para>
    74       </listitem>
    75     </itemizedlist>
    76 
    77 
    78     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    79     <itemizedlist spacing="compact">
    80       <listitem>
    81         <para>
    82           Required patch:
    83           <ulink url="&patch-root;/gst-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch"/>
    8473        </para>
    8574      </listitem>
     
    169158
    170159    <para>
    171       Apply a patch to allow the build to complete with fdk-aac.
    172     </para>
    173 
    174 <screen><userinput>patch -Np1 -i ../gst-plugins-bad-&gst10-plugins-bad-version;-fdkaac_2-1.patch</userinput></screen>
    175 
    176     <para>
    177160      Install <application>GStreamer Bad Plug-ins</application> by running the
    178161      following commands:
    179162    </para>
    180163
    181 <screen><userinput>./configure --prefix=/usr                                           \
    182             --disable-wayland                                       \
    183             --disable-opencv                                        \
    184             --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \
    185             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
    186 make</userinput></screen>
     164<screen><userinput>mkdir build &amp;&amp;
     165cd    build &amp;&amp;
     166
     167meson  --prefix=/usr       \
     168       -Dbuildtype=release \
     169       -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     170       -Dpackage-name="GStreamer &gst10-plugins-bad-version; BLFS" &amp;&amp;
     171ninja</userinput></screen>
    187172
    188173    <para>
    189174      To test the results, issue: <command>make check</command>. Several tests
    190       need a terminal emulator in a graphical session.  One test, dash_mpd,
     175      need a terminal emulator in a graphical session.  One test, elements_dash_mpd,
    191176      is known to fail.
    192177    </para>
     
    198183<screen role="root"><userinput>make install</userinput></screen>
    199184  </sect2>
    200 
     185<!--
    201186  <sect2 role="commands">
    202187    <title>Command Explanations</title>
    203188
    204189    <para>
    205       <parameter>--disable-wayland</parameter>: This switch is required
     190      <parameter>- -disable-wayland</parameter>: This switch is required
    206191      without a full wayland based desktop environment.
    207192    </para>
    208193
    209194    <para>
    210       <parameter>--disable-opencv</parameter>: This switch is required
     195      <parameter>- -disable-opencv</parameter>: This switch is required
    211196      if <xref linkend="opencv"/> is installed without additional modules
    212197      (specifically bgsegm).
     
    214199
    215200  </sect2>
    216 
     201-->
    217202  <sect2 role="content">
    218203    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.