Changeset cbf7be5


Ignore:
Timestamp:
05/31/2019 03:04:31 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
fb7ec07
Parents:
4d390d2
Message:

Merge to HEAD 21638.

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

Files:
2 added
20 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4d390d2 rcbf7be5  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 24th, &year;">
     9<!ENTITY releasedate  "May 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/gmime3.xml

    r4d390d2 rcbf7be5  
    88  <!ENTITY gmime3-download-ftp  "&gnome-download-ftp;/gmime/3.2/gmime-&gmime3-version;.tar.xz">
    99  <!ENTITY gmime3-md5sum        "69ae21a0b1df966a7d39a9431856ac81">
    10   <!ENTITY gmime3-size          "1.` MB">
     10  <!ENTITY gmime3-size          "2.1 MB">
    1111  <!ENTITY gmime3-buildsize     "25 MB (with tests)">
    1212  <!ENTITY gmime3-time          "0.3 SBU (with tests)">
  • general/genlib/libidn2.xml

    r4d390d2 rcbf7be5  
    77  <!ENTITY libidn2-download-http "&gnu-http;/libidn/libidn2-&libidn2-version;.tar.gz">
    88  <!ENTITY libidn2-download-ftp  "&gnu-ftp;/libidn/libidn2-&libidn2-version;.tar.gz">
    9   <!ENTITY libidn2-md5sum        "3d33249c75bef1a25c04063ad7f5f983">
     9  <!ENTITY libidn2-md5sum        "b846d4d20e22b99d6f7387bb66e00a1f">
    1010  <!ENTITY libidn2-size          "2.0 MB">
    11   <!ENTITY libidn2-buildsize     "22 MB (with tests)">
     11  <!ENTITY libidn2-buildsize     "20 MB (with tests)">
    1212  <!ENTITY libidn2-time          "0.2 SBU (with tests)">
    1313]>
  • general/graphlib/harfbuzz.xml

    r4d390d2 rcbf7be5  
    88           "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "49f111f9b52ae3d9b31c1a3631a320bd">
    11   <!ENTITY harfbuzz-size          "17 MB">
    12   <!ENTITY harfbuzz-buildsize     "176 MB (with tests)">
     10  <!ENTITY harfbuzz-md5sum        "0736300b8ae88d663b15741180aaf305">
     11  <!ENTITY harfbuzz-size          "5.4 MB">
     12  <!ENTITY harfbuzz-buildsize     "48.3 MB (with tests)">
    1313  <!ENTITY harfbuzz-time          "0.6 SBU (Using parallelism=4; with tests)">
    1414]>
  • general/prog/pycairo.xml

    r4d390d2 rcbf7be5  
    110110      </para>
    111111
    112 <screen role="root"><userinput>python2 setup.py install --optimize=1 &amp;&amp;
    113 python3 setup.py install --optimize=1</userinput></screen>
     112<screen role="root"><userinput>python2 setup.py install --optimize=1   &amp;&amp;
     113python2 setup.py install_pycairo_header &amp;&amp;
     114python2 setup.py install_pkgconfig      &amp;&amp;
     115python3 setup.py install --optimize=1   &amp;&amp;
     116python3 setup.py install_pycairo_header &amp;&amp;
     117python3 setup.py install_pkgconfig</userinput></screen>
    114118<!-- Seems that install does the following too
    115119python2 setup.py install_pycairo_header &amp;&amp;
  • gnome/platform/libsecret.xml

    r4d390d2 rcbf7be5  
    9797      <xref linkend="dbus-python"/>,
    9898      <xref linkend="gjs"/>, and
    99       <xref linkend="pygobject2"/>
     99      <xref linkend="pygobject3"/> (Python 3 module)
     100      <!-- Historically libsecret used to require Python2, but it has been
     101      fully ported to Python3. -->
    100102    </para>
    101103
  • introduction/welcome/changelog.xml

    r4d390d2 rcbf7be5  
    7676    </listitem>
    7777    -->
     78    <listitem>
     79      <para>May 30th, 2019</para>
     80      <itemizedlist>
     81        <listitem>
     82          <para>[xry111] - Update to harfbuzz-2.5.0.  Fixes
     83          <ulink url="&blfs-ticket-root;12095">#12095</ulink>.</para>
     84        </listitem>
     85        <listitem>
     86          <para>[dj] - Update mesa-19.0.4-add_xdemos-2.patch (meson).</para>
     87        </listitem>
     88      </itemizedlist>
     89    </listitem>
     90
     91    <listitem>
     92      <para>May 29th, 2019</para>
     93      <itemizedlist>
     94        <listitem>
     95          <para>[xry111] - Update to libidn2-2.2.0.  Fixes
     96          <ulink url="&blfs-ticket-root;12093">#12093</ulink>.</para>
     97        </listitem>
     98        <listitem>
     99          <para>[xry111] - Update to xterm-346.  Fixes
     100          <ulink url="&blfs-ticket-root;12104">#12104</ulink>.</para>
     101        </listitem>
     102      </itemizedlist>
     103    </listitem>
     104
     105    <listitem>
     106      <para>May 26th, 2019</para>
     107      <itemizedlist>
     108        <listitem>
     109          <para>[renodr] - Perform some minor tweaks and cleanup to the
     110          GStreamer pages.</para>
     111        </listitem>
     112      </itemizedlist>
     113    </listitem>
     114
    78115    <listitem>
    79116      <para>May 24th, 2019</para>
  • multimedia/libdriv/gst10-libav.xml

    r4d390d2 rcbf7be5  
    1111  <!ENTITY gst10-libav-buildsize     "87 MB">
    1212  <!ENTITY gst10-libav-time          "less than 0.1 SBU (Using parallelism=4)">
    13   <!-- A majority of the time spent compiling is ASM files. -->
    1413]>
    1514
     
    7877    <bridgehead renderas="sect4">Required</bridgehead>
    7978    <para role="required">
     79      <xref linkend="ffmpeg"/> and
    8080      <xref linkend="gst10-plugins-base"/>
    8181    </para>
     
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="ffmpeg"/> and
     85      <!-- With 1.14.x and before, an internal copy of FFMPEG was used.
     86      This is no longer the case, so it is now required. -->
    8687      <xref linkend="yasm"/>
    8788    </para>
     
    101102    <title>Installation of GStreamer Libav</title>
    102103
     104    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     105      href="../../xincludes/gst10-objc-error.xml"/>
     106   
    103107    <para>
    104108      Install <application>GStreamer Libav</application> by running the following
     
    127131  </sect2>
    128132
     133  <!-- No longer included with Meson change
    129134  <sect2 role="commands">
    130135    <title>Command Explanations</title>
    131136
    132137    <para>
    133       <option>--with-libav-extra-configure="--disable-yasm"</option>: Use this
     138      <option>- -with-libav-extra-configure="- -disable-yasm"</option>: Use this
    134139      switch if you don't have <application>yasm</application> installed.
    135140    </para>
    136141
    137142  </sect2>
     143  -->
    138144
    139145  <sect2 role="content">
  • multimedia/libdriv/gst10-plugins-bad.xml

    r4d390d2 rcbf7be5  
    153153    <title>Installation of GStreamer Bad Plug-ins</title>
    154154
    155     <note><para>If you need a plugin for a given dependency, that dependency
    156       needs to be installed before this application.
    157     </para></note>
     155    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     156      href="../../xincludes/gst10-objc-error.xml"/>
     157   
     158    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     159      href="../../xincludes/gst10-plugins.xml"/>
    158160
    159161    <para>
  • multimedia/libdriv/gst10-plugins-base.xml

    r4d390d2 rcbf7be5  
    9595      <xref linkend="libtheora"/>,
    9696      <xref linkend="libvorbis"/>, and
    97       <xref linkend="xorg7-lib"/> <!-- build time requirements only...
    98       That's not true: if X libraries are not installed, some plugins
    99       are note built!-->
     97      <xref linkend="xorg7-lib"/>
    10098   </para>
    10199
     
    121119    <title>Installation of GStreamer Base Plug-ins</title>
    122120
    123     <note><para>If you need a plugin for a given dependency, that dependency
    124       needs to be installed before this application.
    125     </para></note>
    126 
    127     <note><para>If you do not have a Objective-C compiler installed, the build
    128       system for this package will throw a warning about a failed sanity check.
    129       This is harmless, and it is safe to continue.
    130     </para></note>
     121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     122      href="../../xincludes/gst10-objc-error.xml"/>
     123
     124    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     125      href="../../xincludes/gst10-plugins.xml"/>
    131126
    132127    <para>
  • multimedia/libdriv/gst10-plugins-good.xml

    r4d390d2 rcbf7be5  
    136136    <title>Installation of GStreamer Good Plug-ins</title>
    137137
    138     <note><para>If you need a plugin for a given dependency, that dependency
    139       needs to be installed before this application.
    140     </para></note>
    141 
     138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     139      href="../../xincludes/gst10-objc-error.xml"/>
     140
     141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     142      href="../../xincludes/gst10-plugins.xml"/>
     143
     144    <!-- No longer true since Meson/Ninja doesn't use libtool
    142145    <caution><para>
    143146      If you have Qt5 installed, the build may fail if you have Wayland support
     
    145148      script that is in <xref linkend="la-files"/>.
    146149    </para></caution>
     150    -->
    147151
    148152    <para>
  • multimedia/libdriv/gst10-plugins-ugly.xml

    r4d390d2 rcbf7be5  
    113113    <title>Installation of GStreamer Ugly Plug-ins</title>
    114114
    115     <note><para>If you need a plugin for a given dependency, that dependency
    116       needs to be installed before this application.
    117     </para></note>
     115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     116      href="../../xincludes/gst10-objc-error.xml"/>
     117
     118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     119      href="../../xincludes/gst10-plugins.xml"/>
    118120
    119121    <para>
  • multimedia/libdriv/gstreamer10-vaapi.xml

    r4d390d2 rcbf7be5  
    9191    <title>Installation of gstreamer-vaapi</title>
    9292
     93    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     94      href="../../xincludes/gst10-objc-error.xml"/>
     95
    9396    <para>
    9497      Install <application>gstreamer-vaapi</application> by running the following
  • multimedia/libdriv/gstreamer10.xml

    r4d390d2 rcbf7be5  
    106106  <sect2 role="installation">
    107107    <title>Installation of gstreamer</title>
     108
     109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     110      href="../../xincludes/gst10-objc-error.xml"/>
    108111
    109112    <para>
  • multimedia/libdriv/soundtouch.xml

    r4d390d2 rcbf7be5  
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">SoundTouch Dependencies</bridgehead>
    75 
    76     <bridgehead renderas="sect4">Optional</bridgehead>
    77     <para role="optional">
    78       <ulink url="http://www.openmp.org/">OpenMP</ulink>
    79     </para>
    80 
    8174    <para condition="html" role="usernotes">
    8275      User Notes: <ulink url="&blfs-wiki;/soundtouch"/>
     
    122115    <para>
    123116      <option>--enable-openmp</option>: This switch adds support for running
    124       the algorithms in parallel across several systems using the external
    125       OpenMP libraries.
     117      the algorithms in parallel across several processor cores using OpenMP
     118      implementation provided by GCC.
    126119    </para>
    127120
  • packages.ent

    r4d390d2 rcbf7be5  
    144144<!ENTITY libical-version              "3.0.5">
    145145<!ENTITY libidn-version               "1.35">
    146 <!ENTITY libidn2-version              "2.1.1">
     146<!ENTITY libidn2-version              "2.2.0">
    147147<!ENTITY libiodbc-version             "3.52.12">
    148148<!ENTITY libksba-version              "1.3.5">
     
    203203<!ENTITY glm-version                  "0.9.9.5">
    204204<!ENTITY graphite2-version            "1.3.13">
    205 <!ENTITY harfbuzz-version             "2.4.0">
     205<!ENTITY harfbuzz-version             "2.5.0">
    206206<!ENTITY ijs-version                  "0.35">
    207207<!ENTITY jasper-version               "2.0.14">
     
    663663<!ENTITY xorg-server-version          "1.20.4">
    664664<!ENTITY twm-version                  "1.0.10">
    665 <!ENTITY xterm-version                "345">
     665<!ENTITY xterm-version                "346">
    666666<!ENTITY xclock-version               "1.0.8">
    667667<!ENTITY xinit-version                "1.4.1">
  • postlfs/security/libcap.xml

    r4d390d2 rcbf7be5  
    102102auth      optional    pam_cap.so
    103103EOF
    104 tail -n +3 /etc/pam.d/system-auth.bak &lt;&lt; /etc/pam.d/system-auth</userinput></screen>
     104tail -n +3 /etc/pam.d/system-auth.bak &gt;&gt; /etc/pam.d/system-auth</userinput></screen>
    105105
    106106    <para>Additonally, you'll need to modify the
  • pst/xml/docbook-xsl.xml

    r4d390d2 rcbf7be5  
    184184        class="username">root</systemitem> user:</para>
    185185
    186 <screen><userinput>sed -i '/rewrite/d' /etc/xml/catalog</userinput></screen>
     186<screen role="nodump"><userinput>sed -i '/rewrite/d' /etc/xml/catalog</userinput></screen>
    187187      </note>
    188188
  • x/installing/mesa.xml

    r4d390d2 rcbf7be5  
    8484          Recommended patch:
    8585          <ulink
    86             url="&patch-root;/mesa-&mesa-version;-add_xdemos-1.patch"/>
     86            url="&patch-root;/mesa-&mesa-version;-add_xdemos-2.patch"/>
    8787          (installs 2 demo programs for testing Mesa - not needed if you
    8888          install the <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">
     
    160160    </para>
    161161
    162 <screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>
     162<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-2.patch</userinput></screen>
    163163
    164164   <!-- Note that freedreno, vc4, and virgl all need special support from
     
    239239
    240240    <para>
    241       If you have applied the xdemos patch, build the demo programs by
    242       running the following command:
    243     </para>
    244 
    245 <screen><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX LIBRARY_PATH=$PWD/src/glx</userinput></screen>
    246 
    247     <para>
    248241      If you built the tests (see 'Command Explanations'), to run them issue:
    249242      <command>ninja test</command>.
     
    255248
    256249<screen role="root"><userinput>ninja install</userinput></screen>
    257 
    258     <para>
    259       If you have built the demo programs, install them by running the
    260       following command as the
    261       <systemitem class="username">root</systemitem> user:
    262     </para>
    263 
    264 <screen role="root"><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX install</userinput></screen>
    265250
    266251    <para>
  • x/installing/xterm.xml

    r4d390d2 rcbf7be5  
    88  <!--<!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">-->
    99  <!ENTITY xterm-download-ftp  " ">
    10   <!ENTITY xterm-md5sum        "7bbc1059db91aec9ca584368d91db312">
     10  <!ENTITY xterm-md5sum        "cc618dcd3654d5cfc29f5475e39c7aee">
    1111  <!ENTITY xterm-size          "1.3 MB">
    12   <!ENTITY xterm-buildsize     "13 MB">
     12  <!ENTITY xterm-buildsize     "15 MB">
    1313  <!ENTITY xterm-time          "0.2 SBU">
    1414]>
Note: See TracChangeset for help on using the changeset viewer.