Changeset 058a3280


Ignore:
Timestamp:
10/01/2012 05:54:32 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b33c421
Parents:
76b71ab
Message:

Some book fixes.

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

Files:
15 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r76b71ab r058a3280  
    150150                              other packages or for testing the completed Xorg
    151151                              installation.</para>">
     152
     153<!ENTITY gst-compat           "<note><para><application>GStreamer</application> 1.0 series
     154                               is not API nor ABI compatible with
     155                               <application>GStreamer</application> 0.10 series and both
     156                               can exist on the same system.</para></note>">
     157
    152158<!-- Part II -->
    153159<!-- Chapter 3 -->
  • gnome/core/gnome-shell.xml

    r76b71ab r058a3280  
    126126<screen><userinput>./configure --prefix=/usr \
    127127            --sysconfdir=/etc \
    128             --libexecdir=/usr/lib/gnome-shell \
    129             --with-ca-certificates=/etc/ssl/ca-bundle.crt &amp;&amp;
     128            --libexecdir=/usr/lib/gnome-shell &amp;&amp;
    130129make</userinput></screen>
    131130
     
    144143  <sect2 role="commands">
    145144    <title>Command Explanations</title>
    146 
    147     <para>
    148       <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
    149       This parameter specifies where ca certificates bundle is installed.
    150     </para>
    151145
    152146    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • multimedia/libdriv/gst-ffmpeg.xml

    r76b71ab r058a3280  
    3636
    3737    &lfs72_checked;
     38
     39    &gst-compat;
    3840
    3941    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst-plugins-bad.xml

    r76b71ab r058a3280  
    4040
    4141    &lfs72_checked;
     42
     43    &gst-compat;
    4244
    4345    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst-plugins-base.xml

    r76b71ab r058a3280  
    4545
    4646    &lfs72_checked;
     47
     48    &gst-compat;
    4749
    4850    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst-plugins-good.xml

    r76b71ab r058a3280  
    4444
    4545    &lfs72_checked;
     46
     47    &gst-compat;
    4648
    4749    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst-plugins-ugly.xml

    r76b71ab r058a3280  
    4343
    4444    &lfs72_checked;
     45
     46    &gst-compat;
    4547
    4648    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst10-libav.xml

    r76b71ab r058a3280  
    3838
    3939    &lfs72_checked;
     40
     41    &gst-compat;
    4042
    4143    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst10-plugins-bad.xml

    r76b71ab r058a3280  
    3535      might be close to being good quality, but they're missing something - be
    3636      it a good code review, some documentation, a set of tests, a real live
    37       maintainer, or some actual wide use. <application>GStreamer</application>
    38       1.0 series are not API nor ABI compatible with
    39       <application>GStreamer</application> 0.10 series, so both can co-exist
    40       on the same system.
     37      maintainer, or some actual wide use.
    4138    </para>
    4239
    4340    &lfs72_checked;
     41
     42    &gst-compat;
    4443
    4544    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst10-plugins-base.xml

    r76b71ab r058a3280  
    3434      well-maintained collection of <application>GStreamer</application> plug-ins
    3535      and elements, spanning the range of possible types of elements one would want
    36       to write for <application>GStreamer</application>.
    37       <application>GStreamer</application> 1.0 series are not API nor ABI compatible
    38       with <application>GStreamer</application> 0.10 series, so both can co-exist on
    39       the same system. You will need at least one of Good, Bad, Ugly or FFmpeg plugins
    40       for <application>GStreamer</application> applications to function properly.
     36      to write for <application>GStreamer</application>. You will need at least one
     37      of Good, Bad, Ugly or Libav plugins for <application>GStreamer</application>
     38      applications to function properly.
    4139    </para>
    4240
    4341    &lfs72_checked;
     42
     43    &gst-compat;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst10-plugins-good.xml

    r76b71ab r058a3280  
    3636      for the plug-in code, LGPL or LGPL-compatible for the supporting library).
    3737      A wide range of video and audio decoders, encoders, and filters are included.
    38       <application>GStreamer</application> 1.0 series are not API nor ABI compatible
    39       with <application>GStreamer</application> 0.10 series, so both can co-exist
    40       on the same system.
    4138    </para>
    4239
    4340    &lfs72_checked;
     41
     42    &gst-compat;
    4443
    4544    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gst10-plugins-ugly.xml

    r76b71ab r058a3280  
    3636      The license on either the plug-ins or the supporting libraries might not be how
    3737      the <application>GStreamer</application> developers would like. The code might
    38       be widely known to present patent problems. <application>GStreamer</application>
    39       1.0 series are not API nor ABI compatible with <application>GStreamer</application>
    40       0.10 series, so both can co-exist on the same system.
     38      be widely known to present patent problems.
    4139    </para>
    4240
    4341    &lfs72_checked;
     42
     43    &gst-compat;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gstreamer.xml

    r76b71ab r058a3280  
    4444
    4545    &lfs72_checked;
     46
     47    &gst-compat;
    4648
    4749    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/gstreamer10.xml

    r76b71ab r058a3280  
    3434      applications to share a common set of plugins for things like video encoding and
    3535      decoding, audio encoding and decoding, audio and video filters, audio visualisation,
    36       web streaming and anything else that streams in real-time or otherwise.
    37       <application>GStreamer</application> 1.0 series are not API nor ABI compatible with
    38       <application>GStreamer</application> 0.10 series, so both can co-exist on the same
    39       system. This package only provides base functionality and libraries. You will need
    40       at least <xref linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or
    41       FFmpeg plugins.
     36      web streaming and anything else that streams in real-time or otherwise. This package
     37      only provides base functionality and libraries. You will need at least
     38      <xref linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or Libav plugins.
    4239    </para>
    4340
    4441    &lfs72_checked;
     42
     43    &gst-compat;
    4544
    4645    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/soundtouch.xml

    r76b71ab r058a3280  
    8585    </para>
    8686
    87 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     87<screen><userinput>./bootstrap &amp;&amp;
     88./configure --prefix=/usr &amp;&amp;
    8889make</userinput></screen>
    8990
Note: See TracChangeset for help on using the changeset viewer.