Ignore:
File:
1 edited

Legend:

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

    r09acc5d rd78e102e  
    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        "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)">
     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)">
    1414]>
    1515
     
    1717  <?dbhtml filename="gst10-plugins-bad.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>gst-plugins-bad-&gst10-plugins-bad-version;</title>
     
    3835    </para>
    3936
    40     &lfs110a_checked;
     37    &lfs112_checked;
    4138
    4239    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    107104      <xref linkend="libssh2"/>,
    108105      <xref linkend="libusb"/>,
     106      <xref linkend="libva"/>,
    109107      <xref linkend="libwebp"/>,
    110108      <xref linkend="libxkbcommon"/>,
    111109      <xref linkend="neon"/>,
    112110      <xref linkend="nettle"/> or <xref linkend="libgcrypt"/>
    113           (for SSL support in hls plugin, if both are not installed OpenSSL will
    114           be used instead),
     111      (for SSL support in hls plugin, if both are not installed OpenSSL will
     112      be used instead),
    115113      <xref linkend="opencv"/> (with additional modules),
    116114      <xref linkend="openjpeg2"/>,
     
    157155      <ulink url="https://rtmpdump.mplayerhq.hu/">rtmpdump</ulink>,
    158156      <ulink url="https://github.com/jart/spandsp">spandsp</ulink>,
    159       <ulink url="https://www.srtalliance.com">srt</ulink>,
     157      <ulink url="https://github.com/Haivision/srt">Srt</ulink>,
    160158      <ulink url="https://github.com/OpenVisualCloud/SVT-HEVC/">svthevcenc</ulink>,
    161159      <ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">VO AAC</ulink>,
     
    176174  <sect2 role="installation">
    177175    <title>Installation of GStreamer Bad Plug-ins</title>
    178 
     176    <!--
    179177    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    180178      href="../../xincludes/gst10-objc-error.xml"/>
    181 
     179    -->
    182180    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    183181      href="../../xincludes/gst10-plugins.xml"/>
     
    193191meson  --prefix=/usr       \
    194192       --buildtype=release \
    195        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
     193       -Dgpl=enabled       \
     194       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
    196195       -Dpackage-name="GStreamer &gst10-plugins-bad-version; BLFS" &amp;&amp;
    197196ninja</userinput></screen>
     
    199198    <para>
    200199      To test the results, issue: <command>ninja test</command>. Several tests
    201       need a terminal emulator in a graphical session.
     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-->
    202203    </para>
    203204
     
    214215    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    215216      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>
    216222  </sect2>
    217223
     
    239245          libgstmpegts-1.0.so,
    240246          libgstphotography-1.0.so,
     247          libgstplay-1.0.so,
    241248          libgstplayer-1.0.so,
    242249          libgstsctp-1.0.so,
    243250          libgsttranscoder-1.0.so,
    244251          libgsturidownloader-1.0.so,
     252          libgstva-1.0.so,
    245253          libgstwayland-1.0.so,
    246254          libgstwebrtc-1.0.so, and
     
    249257        <seg>
    250258          /usr/include/gstreamer-1.0/gst/{audio,basecamerabinsrc,codecparsers},
    251           /usr/include/gstreamer-1.0/gst/{insertbin,interfaces,isoff,mpegts}, and
    252           /usr/include/gstreamer-1.0/gst/{player,sctp,transcoder,uridownloader,webrtc}
     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}
    253262        </seg>
    254263      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.