Ignore:
File:
1 edited

Legend:

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

    rd78e102e r09acc5d  
    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        "142bd94df6f9c3705054c7cd71a59987">
    11   <!ENTITY gst10-plugins-bad-size          "5.9 MB">
    12   <!ENTITY gst10-plugins-bad-buildsize     "151 MB (with tests)">
    13   <!ENTITY gst10-plugins-bad-time          "1.0 SBU (Using parallelism=4; with tests)">
     10  <!ENTITY gst10-plugins-bad-md5sum        "4ab1c19c3cf1ba79c20c65f6be78e7fd">
     11  <!ENTITY gst10-plugins-bad-size          "5.4 MB">
     12  <!ENTITY gst10-plugins-bad-buildsize     "141 MB (with tests)">
     13  <!ENTITY gst10-plugins-bad-time          "0.9 SBU (Using parallelism=4; with tests)">
    1414]>
    1515
     
    1717  <?dbhtml filename="gst10-plugins-bad.html"?>
    1818
     19  <sect1info>
     20    <date>$Date$</date>
     21  </sect1info>
    1922
    2023  <title>gst-plugins-bad-&gst10-plugins-bad-version;</title>
     
    3538    </para>
    3639
    37     &lfs112_checked;
     40    &lfs110a_checked;
    3841
    3942    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104107      <xref linkend="libssh2"/>,
    105108      <xref linkend="libusb"/>,
    106       <xref linkend="libva"/>,
    107109      <xref linkend="libwebp"/>,
    108110      <xref linkend="libxkbcommon"/>,
    109111      <xref linkend="neon"/>,
    110112      <xref linkend="nettle"/> or <xref linkend="libgcrypt"/>
    111       (for SSL support in hls plugin, if both are not installed OpenSSL will
    112       be used instead),
     113          (for SSL support in hls plugin, if both are not installed OpenSSL will
     114          be used instead),
    113115      <xref linkend="opencv"/> (with additional modules),
    114116      <xref linkend="openjpeg2"/>,
     
    155157      <ulink url="https://rtmpdump.mplayerhq.hu/">rtmpdump</ulink>,
    156158      <ulink url="https://github.com/jart/spandsp">spandsp</ulink>,
    157       <ulink url="https://github.com/Haivision/srt">Srt</ulink>,
     159      <ulink url="https://www.srtalliance.com">srt</ulink>,
    158160      <ulink url="https://github.com/OpenVisualCloud/SVT-HEVC/">svthevcenc</ulink>,
    159161      <ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">VO AAC</ulink>,
     
    174176  <sect2 role="installation">
    175177    <title>Installation of GStreamer Bad Plug-ins</title>
    176     <!--
     178
    177179    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    178180      href="../../xincludes/gst10-objc-error.xml"/>
    179     -->
     181
    180182    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    181183      href="../../xincludes/gst10-plugins.xml"/>
     
    191193meson  --prefix=/usr       \
    192194       --buildtype=release \
    193        -Dgpl=enabled       \
    194        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
     195       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    195196       -Dpackage-name="GStreamer &gst10-plugins-bad-version; BLFS" &amp;&amp;
    196197ninja</userinput></screen>
     
    198199    <para>
    199200      To test the results, issue: <command>ninja test</command>. Several tests
    200       need a terminal emulator in a graphical session. One test,
    201       <emphasis>elements_vapostproc</emphasis> is known to fail.
    202       <!--https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1243-->
     201      need a terminal emulator in a graphical session.
    203202    </para>
    204203
     
    215214    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    216215      href="../../xincludes/meson-buildtype-release.xml"/>
    217 
    218     <para>
    219       <parameter>-Dgpl=enabled</parameter>: Without this switch, plugins with
    220       dependencies on (A)GPL licensed libraries are not built.
    221     </para>
    222216  </sect2>
    223217
     
    245239          libgstmpegts-1.0.so,
    246240          libgstphotography-1.0.so,
    247           libgstplay-1.0.so,
    248241          libgstplayer-1.0.so,
    249242          libgstsctp-1.0.so,
    250243          libgsttranscoder-1.0.so,
    251244          libgsturidownloader-1.0.so,
    252           libgstva-1.0.so,
    253245          libgstwayland-1.0.so,
    254246          libgstwebrtc-1.0.so, and
     
    257249        <seg>
    258250          /usr/include/gstreamer-1.0/gst/{audio,basecamerabinsrc,codecparsers},
    259           /usr/include/gstreamer-1.0/gst/{insertbin,interfaces,isoff,mpegts},
    260           /usr/include/gstreamer-1.0/gst/{play,player,sctp,transcoder}, and
    261           /usr/include/gstreamer-1.0/gst/{uridownloader,wayland,webrtc}
     251          /usr/include/gstreamer-1.0/gst/{insertbin,interfaces,isoff,mpegts}, and
     252          /usr/include/gstreamer-1.0/gst/{player,sctp,transcoder,uridownloader,webrtc}
    262253        </seg>
    263254      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.