Changeset 2535d7fd


Ignore:
Timestamp:
03/15/2019 02:38:51 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
15c1a33
Parents:
e0fa4a5
Message:

Merge to HEAD 21327.

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

Files:
1 added
33 edited
1 moved

Legend:

Unmodified
Added
Removed
  • archive/gcc-ada.xml

    re0fa4a5 r2535d7fd  
    99  <!ENTITY gcc-md5sum            "4ab282f414676496483b3e1793d07862">
    1010  <!ENTITY gcc-size              "61 MB">
    11   <!ENTITY gcc-ada-buildsize     "6.3 GB (add 400 MB for tests, add 1.6 GB if GNAT install dir is not removed)">
    12   <!ENTITY gcc-ada-time          "27 SBU (with parallelism=4, add 91 SBU for tests)">
    13 
     11  <!ENTITY gcc-ada-buildsize     "7.0 GB (add 369 MB for tests, add 1.6 GB if GNAT install dir is not removed)">
     12  <!ENTITY gcc-ada-time          "25 SBU (with parallelism=4, add 92 SBU for tests)">
     13
     14  <!-- Keeping these the same because the new GNAT binary for x86_64
     15       Requires Qt4 and a GUI to install. The i686 one is being tested
     16       seperately from this update.-->
    1417  <!ENTITY gnat-download-http    "https://libre.adacore.com/download/">
    1518  <!ENTITY gnat-64-download-http "http://mirrors.cdn.adacore.com/art/591c6d80c7a447af2deed1d7">
     
    178181    </para>
    179182
     183    <bridgehead renderas="sect4">Optional</bridgehead>
     184    <para role="optional">
     185      <xref linkend="gdb"/> and
     186      <xref linkend="valgrind"/> (for tests)
     187    </para>
     188
    180189    <para condition="html" role="usernotes">User Notes:
    181190    <ulink url="&blfs-wiki;/gcc-ada"/></para>
     
    339348    </para>
    340349
     350    <!-- Unlike standard GCC, removing this could break compatibility
     351    with the GNAT binary for i686 because it uses gcc-4.7.3 in the
     352    binary. Leave it alone until tested. -->
    341353    <para>
    342354      <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
  • general.ent

    re0fa4a5 r2535d7fd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 10th, &year;">
     9<!ENTITY releasedate  "March 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    8282<!-- End LFS versions -->
    8383
    84 <!ENTITY blfs-bootscripts-version     "20180105">
     84<!ENTITY blfs-bootscripts-version     "20190313">
    8585<!ENTITY systemd-units-version        "20180105">
    8686
  • general/genlib/gobject-introspection.xml

    re0fa4a5 r2535d7fd  
    66
    77  <!ENTITY gobject-introspection-download-http
    8     "&gnome-download-http;/gobject-introspection/1.58/gobject-introspection-&gobject-introspection-version;.tar.xz">
     8    "&gnome-download-http;/gobject-introspection/1.60/gobject-introspection-&gobject-introspection-version;.tar.xz">
    99  <!ENTITY gobject-introspection-download-ftp
    10     "&gnome-download-ftp;/gobject-introspection/1.58/gobject-introspection-&gobject-introspection-version;.tar.xz">
    11   <!ENTITY gobject-introspection-md5sum        "182432c1f33886be8f4da073218b597d">
    12   <!ENTITY gobject-introspection-size          "1.3 MB">
    13   <!ENTITY gobject-introspection-buildsize     "38 MB (add 7 MB for tests)">
    14   <!ENTITY gobject-introspection-time          "0.3 SBU (add 0.3 SBU for tests)">
     10    "&gnome-download-ftp;/gobject-introspection/1.60/gobject-introspection-&gobject-introspection-version;.tar.xz">
     11  <!ENTITY gobject-introspection-md5sum        "5f75baadfc9baffaeca203c280b9d592">
     12  <!ENTITY gobject-introspection-size          "1.2 MB">
     13  <!ENTITY gobject-introspection-buildsize     "42 MB (with tests)">
     14  <!ENTITY gobject-introspection-time          "0.2 SBU (Using parallelism=4; with tests)">
    1515]>
    1616
     
    7979    </para>
    8080
    81     <bridgehead renderas="sect4">Recommended</bridgehead>
    82     <para role="recommended">
    83       <xref linkend="which"/>
    84 <!-- If - -with-python is used, configure runs "which $PYTHON", where PYTHON
    85      is set to the argument of the switch. Somewhat silly because the presence
    86      of which is not tested... -->
    87     </para>
    88 
    8981    <bridgehead renderas="sect4">Optional</bridgehead>
    9082    <para role="optional">
    9183      <xref linkend="cairo"/> (required for the tests),
    92       <xref linkend="gjs"/> (to satisfy one of the tests),
     84      <xref linkend="gjs"/> (to satisfy one test),
    9385      <xref linkend="gtk-doc"/>,
    94       <xref linkend="Mako"/>,
    95       <xref linkend="python2"/>, and
    96       <ulink url="https://pypi.org/project/Markdown/">Markdown</ulink>
     86      <xref linkend="Mako"/>, and
     87      <ulink url="https://pypi.org/project/Markdown/">Markdown</ulink> (to satisfy one test)
    9788      <!-- There was talk of this being required in the release notes. Can someone
    98       who doesn't have this installed verify? -->
     89      who doesn't have this installed verify?
     90      It is only needed for one test.  bdubbs March 3, 2019
     91      -->
    9992    </para>
    10093
     
    112105    </para>
    113106
    114 <screen><userinput>./configure --prefix=/usr    \
    115             --disable-static \
    116             --with-python=/usr/bin/python3 &amp;&amp;
    117 make</userinput></screen>
    118 
    119     <para>
    120       To test the results, issue: <command>make check</command>.
     107<screen><userinput>mkdir build &amp;&amp;
     108cd    build &amp;&amp;
     109
     110meson --prefix=/usr .. &amp;&amp;
     111ninja</userinput></screen>
     112
     113    <para>
     114      To test the results, issue: <command>ninja test -k0</command>.
     115      One test fails if the optional Markdown module is not installed.
    121116      <!--One test, Regress-1.0.gir, is known to fail with glibc-2.28.-->
    122117      <!-- This worked fine in 2.27, but is broken again in 2.28. -->
     
    128123    </para>
    129124
    130 <screen role="root"><userinput>make install</userinput></screen>
     125<screen role="root"><userinput>ninja install</userinput></screen>
    131126
    132127  </sect2>
     
    135130    <title>Command Explanations</title>
    136131
    137     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    138       href="../../xincludes/static-libraries.xml"/>
    139 
    140     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    141       href="../../xincludes/gtk-doc-rebuild.xml"/>
    142 
    143     <para><parameter>--with-python=/usr/bin/python3</parameter>: ensure the
    144     Python-3.x interpreter is used instead of Python-2.x if installed.</para>
     132    <para><parameter>-Dgtk_doc=true</parameter>: Build and install
     133    the documentation.</para>
     134
     135    <para><parameter>-Dcairo=true</parameter>: Use cairo for tests.</para>
     136
     137    <para><parameter>-Ddoctool=true</parameter>: Install g-ir-doc-tool
     138    and run related tests.</para>
    145139
    146140  </sect2>
     
    162156        <seg>
    163157          libgirepository-1.0.so and
    164           /usr/lib/gobject-introspection/giscanner/_giscanner.so
     158          _giscanner.cpython-37m-x86_64-linux-gnu.so
    165159        </seg>
    166160        <seg>
  • general/genutils/ibus.xml

    re0fa4a5 r2535d7fd  
    130130    <note><para>Be sure to also remove the --disable-unicode-dict in
    131131    the configure step below.</para></note>
    132 <!--
     132
    133133    <para>Fix an issue with deprecated schema entries:</para>
    134134
    135135<screen><userinput>sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \
    136     data/ibus.schemas.in \
    137     data/dconf/org.freedesktop.ibus.gschema.xml.in</userinput></screen>
    138 -->
     136    data/dconf/org.freedesktop.ibus.gschema.xml</userinput></screen>
     137
    139138    <para>
    140139      Install <application>ibus</application> by running the following
  • general/graphlib/exiv2.xml

    re0fa4a5 r2535d7fd  
    7373    <bridgehead renderas="sect3">Exiv2 dependencies</bridgehead>
    7474
     75    <bridgehead renderas="sect4">Required</bridgehead>
     76    <para role="required">
     77      <xref linkend="cmake"/>
     78    </para>
     79
    7580    <bridgehead renderas="sect4">Recommended</bridgehead>
    76       <para role="recommended">
     81    <para role="recommended">
    7782      <xref linkend="curl"/>
    7883    </para>
  • general/graphlib/giflib.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY giflib-download-http "https://sourceforge.net/projects/giflib/files/giflib-&giflib-version;.tar.gz">
    88  <!ENTITY giflib-download-ftp  " ">
    9   <!ENTITY giflib-http-md5sum   "4ad967c8b1380d830f33dc28fd38d889">
     9  <!ENTITY giflib-http-md5sum   "5739b3a75fff3fe7b9419f15bc040703">
    1010  <!ENTITY giflib-http-size     "384 KB">
    11   <!ENTITY giflib-buildsize     "5.6 MB (with documentation)">
     11  <!ENTITY giflib-buildsize     "3.9 MB (with documentation)">
    1212  <!ENTITY giflib-time          "less than 0.1 SBU (with documentation)">
    1313]>
     
    5757    <bridgehead renderas="sect3">giflib Dependencies</bridgehead>
    5858
    59     <bridgehead renderas="sect4">Optional</bridgehead>
    60     <para role="optional">
    61       <xref linkend="xmlto"/> (for html documentation)
     59    <bridgehead renderas="sect4">Required</bridgehead>
     60    <para role="required">
     61      <xref linkend="xmlto"/>
    6262    </para>
    6363
     
    8484
    8585<screen role="root"><userinput>make PREFIX=/usr install &amp;&amp;
    86 rm -vf /usr/lib/libgif.a</userinput></screen>
    87 
     86rm -vf /usr/lib/libgif.a &amp;&amp;
     87
     88find doc \( -name Makefile\* -o -name \*.1 \
     89         -o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
     90
     91install -v -dm755 /usr/share/doc/giflib-&giflib-version; &amp;&amp;
     92cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
     93<!--
    8894    <para>If <xref linkend="xmlto"/> is installed, then the API documentation
    8995    has been built.  If you wish to install the distributed and the just built
    9096    documentations, issue, as the
    9197    <systemitem class="username">root</systemitem> user:</para>
    92 
    93 <screen role="root"><userinput>find doc \( -name Makefile\* -o -name \*.1 \
    94          -o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
    95 
    96 install -v -dm755 /usr/share/doc/giflib-&giflib-version; &amp;&amp;
    97 cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
    98 
     98-->
    9999  </sect2>
    100100
  • general/prog/gcc.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY gcc-download-http  "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    88  <!ENTITY gcc-download-ftp   "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    9   <!ENTITY gcc-md5sum         "4ab282f414676496483b3e1793d07862">
     9  <!ENTITY gcc-md5sum         "65b210b4bfe7e060051f799e0f994896">
    1010  <!ENTITY gcc-size           "61 MB">
    11   <!ENTITY gcc-buildsize      "8.5 GB (an additonal 140MB for tests)">
    12   <!ENTITY gcc-time           "29 SBU (with parallelism=4, an additional 106 SBU for tests with parallelism=1)">
     11  <!ENTITY gcc-buildsize      "8.5 GB (an additonal 446MB for tests)">
     12  <!ENTITY gcc-time           "26 SBU (with parallelism=4, an additional 118 SBU for tests with parallelism=1)">
    1313]>
    1414
     
    3434      Collection. This page describes the installation of compilers for the
    3535      following languages: C, C++, Fortran, Objective C, Objective C++, and Go.
    36       One additional language, Ada, is available in the collection. It has
     36      <!--One additional language, Ada, is available in the collection. It has
    3737      a binary bootstrap requirement for the first installation, so it is
    38       described on a separate page (<xref linkend="gcc-ada"/>), but can be added
     38      described on a separate page (<xref linkend="gcc-ada"/>) but can be added
    3939      here if you are performing a rebuild or upgrade. Since C and C++ are
    4040      installed in LFS, this page is  either for upgrading C and C++, or for
    41       installing additional compilers.
     41      installing additional compilers.-->
    4242    </para>
    4343
     
    130130    </para>
    131131
     132    <bridgehead renderas="sect4">Optional</bridgehead>
     133    <para role="optional">
     134      <xref linkend="gdb"/>,
     135      <xref linkend="valgrind"/> (for tests), and
     136      <ulink url="https://repo.or.cz/isl.git">ISL</ulink> (to enable graphite optimization)
     137    </para>
     138   
    132139    <para condition="html" role="usernotes">
    133140      User Notes: <ulink url="&blfs-wiki;/gcc"/>
     
    197204      the <application>GCC</application> part of the testsuite will run more
    198205      tests than in LFS. Some of those will report FAIL and others XPASS
    199       (pass when expected to FAIL). To run the tests, issue:
     206      (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite
     207      is known to fail, as well as miscellaneous failures throughout the rest
     208      of the test suite. If all the compilers below are built, there will be
     209      fewer than 100 failures out of over 330,000 tests.  To run the tests, issue:
    200210    </para>
    201211
     
    275285      been tested by the BLFS developers.
    276286    </para>
    277 
    278     <para>
    279       <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
     287    <!-- It's been three major versions now, and many years.
     288    Commenting out unless needed somewhere. -renodr
     289    <para>
     290      <option>- -with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
    280291      switch if you are upgrading from a <application>GCC</application>
    281292      version prior to 5.1.0, and you do not want to recompile all the
    282293      libraries written in C++.
    283294    </para>
     295   -->
    284296
    285297    <para>
  • general/prog/llvm.xml

    re0fa4a5 r2535d7fd  
    201201      -DLLVM_BUILD_LLVM_DYLIB=ON                \
    202202      -DLLVM_LINK_LLVM_DYLIB=ON                 \
     203      -DLLVM_ENABLE_RTTI=ON                     \
    203204      -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \
    204205      -DLLVM_BUILD_TESTS=ON                     \
     
    302303      It also slightly reduces their size and also ensures that llvm-config
    303304      will correctly use libLLVM-&llvm-majmin;.so.
     305    </para>
     306
     307    <para>
     308      <parameter>-D=LLVM_ENABLE_RTTI=ON</parameter>: Used to build LLVM with
     309      run-time type information. This is required for building
     310      <xref linkend="mesa"/>.
    304311    </para>
    305312
  • general/prog/prog.xml

    re0fa4a5 r2535d7fd  
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    3838<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-java.xml"/>-->
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-ada.xml"/>
     39<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-ada.xml"/> -->
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gc.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdb.xml"/>
  • general/prog/pyatspi2.xml

    re0fa4a5 r2535d7fd  
    66
    77  <!ENTITY pyatspi2-download-http
    8            "&gnome-download-http;/pyatspi/2.30/pyatspi-&pyatspi2-version;.tar.xz">
     8           "&gnome-download-http;/pyatspi/2.32/pyatspi-&pyatspi2-version;.tar.xz">
    99  <!ENTITY pyatspi2-download-ftp
    10            "&gnome-download-ftp;/pyatspi/2.30/pyatspi-&pyatspi2-version;.tar.xz">
    11   <!ENTITY pyatspi2-md5sum        "2b588e226bfce50669ed6466d8a2d3b4">
     10           "&gnome-download-ftp;/pyatspi/2.32/pyatspi-&pyatspi2-version;.tar.xz">
     11  <!ENTITY pyatspi2-md5sum        "960f0584b33e1aa8de369c343082474b">
    1212  <!ENTITY pyatspi2-size          "304 KB">
    13   <!ENTITY pyatspi2-buildsize     "3.6 MB">
     13  <!ENTITY pyatspi2-buildsize     "3.0 MB">
    1414  <!ENTITY pyatspi2-time          "less than 0.1 SBU">
    1515]>
  • general/prog/pygobject3.xml

    re0fa4a5 r2535d7fd  
    66
    77  <!ENTITY pygobject3-download-http
    8            "&gnome-download-http;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
     8           "&gnome-download-http;/pygobject/&gnome-minor-32;/pygobject-&pygobject3-version;.tar.xz">
    99  <!ENTITY pygobject3-download-ftp
    10            "&gnome-download-ftp;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "d42f8ec30faa76a25f7d0afc88b4d822">
    12   <!ENTITY pygobject3-size          "533 KB">
    13   <!ENTITY pygobject3-buildsize     "14 MB">
     10           "&gnome-download-ftp;/pygobject/&gnome-minor-32;/pygobject-&pygobject3-version;.tar.xz">
     11  <!ENTITY pygobject3-md5sum        "6e39bca1d19a27cde4435061dd59578a">
     12  <!ENTITY pygobject3-size          "540 KB">
     13  <!ENTITY pygobject3-buildsize     "19 MB">
    1414  <!ENTITY pygobject3-time          "0.1 SBU">
    1515]>
  • general/prog/ruby.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "8ef05a53e3767d03688e5c55f915ce80">
     9  <!ENTITY ruby-md5sum        "6b6d15974a0ee5a34614a2cd9b303a51">
    1010  <!ENTITY ruby-size          "11 MB">
    11   <!ENTITY ruby-buildsize     "411 MB, with checks (add 279 MB for C API docs)">
    12   <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 4.1 SBU for tests; add 0.6 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "414 MB (add 3 MB for tests; add 277 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.2 SBU (using parallelism=4; add 4.4 SBU for tests; add 0.6 SBU for C API docs)">
    1313]>
    1414
     
    110110
    111111    <para>
    112       To test the results, issue: <command>make check</command>. There
    113       are 20248 tests.  One test, ungetbyte, is known to fail.
    114       If the tests are
    115       run in a directory that has a world writable component (e.g. /tmp)
    116       then several additional tests may fail and the tests terminate after
    117       25 failures.
     112      To test the results, issue: <command>make check</command>. There are
     113      over 20,000 tests. Some tests may fail
     114      if IPv6 is not active on the system.  If the tests are run in a directory
     115      that has a world writable component (e.g. /tmp) then several additional
     116      tests may fail and the tests terminate after 25 failures.
    118117    </para>
    119118
  • general/sysutils/sysstat.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.xz">
    88  <!ENTITY sysstat-download-ftp  " ">
    9   <!ENTITY sysstat-md5sum        "56a4c76d47d7788daa01db5521e18776">
    10   <!ENTITY sysstat-size          "596 KB">
    11   <!ENTITY sysstat-buildsize     "8.1 MB">
     9  <!ENTITY sysstat-md5sum        "0f9b73f60aba6fd49de346bc384902c3">
     10  <!ENTITY sysstat-size          "544 KB">
     11  <!ENTITY sysstat-buildsize     "7.9 MB">
    1212  <!ENTITY sysstat-time          "0.1 SBU">
    1313]>
  • general/sysutils/systemd.xml

    re0fa4a5 r2535d7fd  
    88  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    99  <!ENTITY systemd-download-ftp  " ">
    10   <!ENTITY systemd-md5sum        "0e4f91b513d4b04e2c10a5173e5a87b2">
    11   <!ENTITY systemd-size          "7.2 MB">
    12   <!ENTITY systemd-buildsize     "222 MB (an additonal 11 MB for tests)">
    13   <!ENTITY systemd-time          "2.2 SBU (&lt; 0.1 SBU for tests)">
     10  <!ENTITY systemd-md5sum        "c5953c24c850b44fcf714326e567dc37">
     11  <!ENTITY systemd-size          "7.3 MB">
     12  <!ENTITY systemd-buildsize     "242 MB (with tests)">
     13  <!ENTITY systemd-time          "2.7 SBU (with tests)">
    1414
    1515]>
     
    6666      </listitem>
    6767    </itemizedlist>
    68 
     68    <!--
    6969    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7070    <itemizedlist spacing="compact">
     
    7676      </listitem>
    7777    </itemizedlist>
    78 
     78    -->
    7979    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
    8080
     
    128128  <sect2 role="installation">
    129129    <title>Installation of systemd</title>
    130 
     130    <!--
    131131    <para>Apply a critical security patch for journald:</para>
    132132
    133133<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-security_fixes-2.patch</userinput></screen>
    134 
     134    -->
    135135    <para>Remove an unneeded group,
    136136    <systemitem class="groupname">render</systemitem>, from the default udev
  • gnome.ent

    re0fa4a5 r2535d7fd  
    6363<!ENTITY gnome-shell-extensions-version    "3.30.1">
    6464<!ENTITY gnome-session-version             "3.30.1">
    65 <!ENTITY gdm-version                       "3.30.2">
     65<!ENTITY gdm-version                       "3.30.3">
    6666<!ENTITY gnome-user-docs-version           "3.30.2">
    6767<!ENTITY adwaita-icon-theme-version        "3.30.1">
  • gnome/platform/gdm.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-minor-30;/gdm-&gdm-version;.tar.xz">
    88  <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/&gnome-minor-30;/gdm-&gdm-version;.tar.xz">
    9   <!ENTITY gdm-md5sum        "88ff692eabb779cd53246d559e767ad9">
     9  <!ENTITY gdm-md5sum        "b60868258eab8c01badcc9c680234e8e">
    1010  <!ENTITY gdm-size          "1.2 MB">
    11   <!ENTITY gdm-buildsize     "42 MB">
    12   <!ENTITY gdm-time          "0.3 SBU">
     11  <!ENTITY gdm-buildsize     "44 MB">
     12  <!ENTITY gdm-time          "0.4 SBU">
    1313]>
    1414
     
    7171      </listitem>
    7272    </itemizedlist>
    73    
     73    <!--
    7474    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575    <itemizedlist spacing="compact">
     
    8181      </listitem>
    8282    </itemizedlist>
    83 
     83    -->
    8484    <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
    8585    <itemizedlist spacing="compact" revision="sysv">
     
    146146    </para>
    147147
    148 <screen><userinput>patch -Np1 -i ../gdm-&gdm-version;-security_fix-1.patch &amp;&amp;
    149 
    150 ./configure --prefix=/usr         \
     148<screen><userinput>./configure --prefix=/usr         \
    151149            --sysconfdir=/etc     \
    152150            --localstatedir=/var  \
  • gnome/platform/vte.xml

    re0fa4a5 r2535d7fd  
    138138    </para>
    139139
    140     <para>
    141       <parameter>--without-gnutls</parameter>: Add this switch if you don't
    142       have <xref linkend="gnutls"/> installed.
    143     </para>
    144 
    145140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    146141      href="../../xincludes/static-libraries.xml"/>
     142
     143    <para>
     144      <option>--without-gnutls</option>: Add this switch if you don't
     145      have <xref linkend="gnutls"/> installed.
     146    </para>
    147147
    148148    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • introduction/welcome/changelog.xml

    re0fa4a5 r2535d7fd  
    9292    </listitem>
    9393-->
     94
     95    <listitem>
     96      <para>March 14th, 2019</para>
     97      <itemizedlist>
     98        <listitem>
     99          <para>[bdubbs] - Update to ruby-2.6.2. Fixes
     100          <ulink url="&blfs-ticket-root;11802">#11802</ulink>.</para>
     101        </listitem>
     102        <listitem>
     103          <para>[bdubbs] - Update to mutt-1.11.4. Fixes
     104          <ulink url="&blfs-ticket-root;11801">#11801</ulink>.</para>
     105        </listitem>
     106        <listitem>
     107          <para>[bdubbs] - Update to mesa-19.0.0. Fixes
     108          <ulink url="&blfs-ticket-root;11800">#11800</ulink>.</para>
     109        </listitem>
     110        <listitem>
     111          <para>[timtas] - Update to dovecot-2.3.5. Fixes
     112          <ulink url="&blfs-ticket-root;11760">#11760</ulink>.</para>
     113        </listitem>
     114      </itemizedlist>
     115    </listitem>
     116
     117    <listitem>
     118      <para>March 13th, 2019</para>
     119      <itemizedlist>
     120        <listitem>
     121          <para>[renodr] - Archive gcc-ada</para>
     122        </listitem>
     123        <listitem>
     124          <para>[bdubbs] - Update to gtk+3-3.24.7. Fixes
     125          <ulink url="&blfs-ticket-root;11797">#11797</ulink>.</para>
     126        </listitem>
     127        <listitem>
     128          <para>[bdubbs] - Update to blfs-bootscripts-20190313.tar.xz.
     129          Adjusts bridge script. Fixes
     130          <ulink url="&blfs-ticket-root;11796">#11796</ulink>.</para>
     131        </listitem>
     132        <listitem>
     133          <para>[bdubbs] - Update to unbound-1.9.1. Fixes
     134          <ulink url="&blfs-ticket-root;11798">#11798</ulink>.</para>
     135        </listitem>
     136        <listitem>
     137          <para>[pierre] - Add keybinder-3.0-0.3.2. Part of
     138          <ulink url="&blfs-ticket-root;11679">#11679</ulink>.</para>
     139        </listitem>
     140        <listitem>
     141          <para>[timtas] - Update to samba-4.9.5. Fixes
     142          <ulink url="&blfs-ticket-root;11799">#11799</ulink>.</para>
     143        </listitem>
     144        <listitem revision="systemd">
     145          <para>[renodr] - Update to systemd-241. Fixes
     146          <ulink url="&blfs-ticket-root;11670">#11670</ulink>.</para>
     147        </listitem>
     148        <listitem revision="systemd">
     149          <para>[renodr] - Update to gdm-3.30.3. Fixes
     150          <ulink url="&blfs-ticket-root;11723">#11723</ulink>.</para>
     151        </listitem>
     152        <listitem>
     153          <para>[renodr] - Update to GCC-8.3.0 (and GCC-Ada-8.3.0). Fixes
     154          <ulink url="&blfs-ticket-root;11708">#11708</ulink>.</para>
     155        </listitem>
     156      </itemizedlist>
     157    </listitem>
     158
     159    <listitem>
     160      <para>March 12th, 2019</para>
     161      <itemizedlist>
     162        <listitem>
     163          <para>[bdubbs] - Update to at-spi2-atk at-spi2-core pyatspi 2.32.0. Fixes
     164          <ulink url="&blfs-ticket-root;11794">#11794</ulink>.</para>
     165        </listitem>
     166        <listitem>
     167          <para>[bdubbs] - Update to sysstat-12.1.3. Fixes
     168          <ulink url="&blfs-ticket-root;11795">#11795</ulink>.</para>
     169        </listitem>
     170        <listitem>
     171          <para>[bdubbs] - Update to libreoffice-6.2.1.2. Fixes
     172          <ulink url="&blfs-ticket-root;11769">#11769</ulink>.</para>
     173        </listitem>
     174      </itemizedlist>
     175    </listitem>
     176
     177    <listitem>
     178      <para>March 11th, 2019</para>
     179      <itemizedlist>
     180        <listitem>
     181          <para>[bdubbs] - Update to postfix-3.4.3. Fixes
     182          <ulink url="&blfs-ticket-root;11792">#11792</ulink>.</para>
     183        </listitem>
     184        <listitem>
     185          <para>[bdubbs] - Update to atk-2.32.0. Fixes
     186          <ulink url="&blfs-ticket-root;11793">#11793</ulink>.</para>
     187        </listitem>
     188        <listitem>
     189          <para>[bdubbs] - Update to giflib-5.1.7. Fixes
     190          <ulink url="&blfs-ticket-root;11791">#11791</ulink>.</para>
     191        </listitem>
     192        <listitem>
     193          <para>[bdubbs] - Update to libXdamage-1.1.5 (Xorg Library). Fixes
     194          <ulink url="&blfs-ticket-root;11790">#11790</ulink>.</para>
     195        </listitem>
     196        <listitem>
     197          <para>[bdubbs] - Update to libXcursor-1.2.0 (Xorg Library). Fixes
     198          <ulink url="&blfs-ticket-root;11789">#11789</ulink>.</para>
     199        </listitem>
     200        <listitem>
     201          <para>[bdubbs] - Update to libXcomposite-0.4.5 (Xorg Library). Fixes
     202          <ulink url="&blfs-ticket-root;11788">#11788</ulink>.</para>
     203        </listitem>
     204        <listitem>
     205          <para>[bdubbs] - Update to libFS-1.0.8 (Xorg Library). Fixes
     206          <ulink url="&blfs-ticket-root;11787">#11787</ulink>.</para>
     207        </listitem>
     208        <listitem>
     209          <para>[bdubbs] - Update to gobject-introspection-1.60.0. Fixes
     210          <ulink url="&blfs-ticket-root;11786">#11786</ulink>.</para>
     211        </listitem>
     212        <listitem>
     213          <para>[bdubbs] - Update to pygobject-3.32.0. Fixes
     214          <ulink url="&blfs-ticket-root;11785">#11785</ulink>.</para>
     215        </listitem>
     216      </itemizedlist>
     217    </listitem>
     218
    94219    <listitem>
    95220      <para>March 10th, 2019</para>
  • kde/kf5/kf5-frameworks.xml

    re0fa4a5 r2535d7fd  
    311311    packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
    312312
     313    # Fix a security issue in kcodecs
     314    name=$(echo $pkg|sed 's|-5.*$||') # Isolate package name
     315
     316    if [ "$name" == "kcodecs" ]; then
     317      sed -i '/int ISO2022JPChar/s/}/, 0, 0}/' src/probers/nsEscSM.cpp
     318    fi
     319
    313320    tar -xf $file
    314321    pushd $packagedir
  • networking/mailnews/mutt.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY mutt-download-http "http://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "15b55c06a6e9023acdd295f484e902c7">
     9  <!ENTITY mutt-md5sum        "e6b3e8e437b554beafdce0baa34d9adc">
    1010  <!ENTITY mutt-size          "4.4 MB">
    1111  <!ENTITY mutt-buildsize     "45 MB (add 6MB for the PDF manual)">
  • networking/netprogs/samba.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "5e94705ae741bc6e4c893cea7b5de0d5">
    10   <!ENTITY samba-size          "17 MB">
    11   <!ENTITY samba-buildsize     "595 MB (add 562 MB for quicktest)">
     9  <!ENTITY samba-md5sum        "e761ba58bdbcb903bd3692283d46103a">
     10  <!ENTITY samba-size          "18 MB">
     11  <!ENTITY samba-buildsize     "472 MB (add 562 MB for quicktest)">
    1212  <!ENTITY samba-time          "5.9 SBU (add 5.6 SBU for quicktest)">
    1313]>
  • packages.ent

    re0fa4a5 r2535d7fd  
    106106<!ENTITY gmime-version                "2.6.23">
    107107<!ENTITY gmime3-version               "3.2.3">
    108 <!ENTITY gobject-introspection-version "1.58.3">
     108<!ENTITY gobject-introspection-version "1.60.0">
    109109<!ENTITY grantlee-version             "5.1.0">
    110110<!ENTITY gsl-version                  "2.5">
     
    201201<!ENTITY fribidi-version              "1.0.5">
    202202<!ENTITY gegl-version                 "0.4.14">
    203 <!ENTITY giflib-version               "5.1.6">
     203<!ENTITY giflib-version               "5.1.7">
    204204<!ENTITY graphite2-version            "1.3.13">
    205205<!ENTITY harfbuzz-version             "2.3.1">
     
    294294<!ENTITY sg3_utils-version            "1.44">
    295295<!ENTITY strigi-version               "0.7.8">
    296 <!ENTITY sysstat-version              "12.1.2">
    297 <!ENTITY systemd-version              "240">
     296<!ENTITY sysstat-version              "12.1.3">
     297<!ENTITY systemd-version              "241">
    298298<!--<!ENTITY systemd-stable               "6b4878d"> Unused for now -->
    299299<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
     
    321321<!ENTITY elfutils-version             "0.170">
    322322<!ENTITY expect-version               "5.45.4">
    323 <!ENTITY gcc-version                  "8.2.0">
    324 <!ENTITY gcc-ada-version              "8.2.0">
     323<!ENTITY gcc-version                  "8.3.0">
     324<!--<!ENTITY gcc-ada-version              "8.3.0">-->
    325325<!ENTITY gc-version                   "8.0.2">
    326326<!ENTITY gdb-version                  "8.2.1">
     
    340340<!ENTITY python3-version              "3.7.2">
    341341<!ENTITY ruby-minor-version           "2.6">
    342 <!ENTITY ruby-patch-version           "1">
     342<!ENTITY ruby-patch-version           "2">
    343343<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    344344<!ENTITY rust-version                 "1.32.0">
     
    528528<!ENTITY mako-version                 "1.0.7">
    529529<!ENTITY MarkupSafe-version           "1.1.1">
    530 <!ENTITY pyatspi2-version             "2.30.0">
     530<!ENTITY pyatspi2-version             "2.32.0">
    531531<!--<!ENTITY py2cairo-version             "1.10.0"> -->
    532532<!ENTITY pycairo-version              "1.18.0">
    533533<!ENTITY pycrypto-version             "2.6.1">
    534534<!ENTITY pygobject2-version           "2.28.7">
    535 <!ENTITY pygobject3-version           "3.30.4">
     535<!ENTITY pygobject3-version           "3.32.0">
    536536<!ENTITY pygtk-version                "2.24.0">
    537537<!ENTITY pyxdg-version                "0.25">
     
    557557<!ENTITY rpcbind-version              "1.2.5">
    558558<!ENTITY rsync-version                "3.1.3">
    559 <!ENTITY samba-version                "4.9.4">
     559<!ENTITY samba-version                "4.9.5">
    560560<!ENTITY wget-version                 "1.20.1">
    561561<!ENTITY wireless-tools-version       "29">
     
    607607<!ENTITY procmail-version             "3.22">
    608608<!ENTITY fetchmail-version            "6.3.26">
    609 <!ENTITY mutt-version                 "1.11.3">
     609<!ENTITY mutt-version                 "1.11.4">
    610610<!ENTITY alpine-version               "2.21">
    611611
     
    619619<!ENTITY dovecot-major                "2">
    620620<!ENTITY dovecot-minor                "3">
    621 <!ENTITY dovecot-micro                "4">
    622 <!ENTITY dovecot-nano                 "1">
    623 <!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;.&dovecot-nano;">
    624 <!--<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">-->
     621<!ENTITY dovecot-micro                "5">
     622<!ENTITY dovecot-nano                 "0">
     623<!--<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;.&dovecot-nano;">-->
     624<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    625625
    626626<!ENTITY exim-version                 "4.92">
    627 <!ENTITY postfix-version              "3.4.1">
     627<!ENTITY postfix-version              "3.4.3">
    628628<!ENTITY sendmail-version             "8.15.2">
    629629
     
    638638<!ENTITY openldap-version             "2.4.47">
    639639<!ENTITY soprano-version              "2.9.4">
    640 <!ENTITY unbound-version              "1.9.0">
     640<!ENTITY unbound-version              "1.9.1">
    641641<!ENTITY virtuoso-version             "6.1.8">
    642642<!ENTITY xinetd-version               "2.3.15">
     
    655655<!ENTITY xcursor-themes-version       "1.0.6">
    656656<!ENTITY xkeyboard-config-version     "2.26">
    657 <!ENTITY mesa-major-minor             "18.3">
    658 <!ENTITY mesa-version                 "&mesa-major-minor;.4">
     657<!ENTITY mesa-major-minor             "19.0">
     658<!ENTITY mesa-version                 "&mesa-major-minor;.0">
    659659<!ENTITY xcb-util-version             "0.4.0">
    660660<!ENTITY xcb-util-image-version       "0.4.0">
     
    676676<!-- Chapter 25 -->
    677677<!ENTITY agg-version                  "2.5">
    678 <!ENTITY atk-version                  "2.30.0">
     678<!ENTITY atk-version                  "2.32.0">
    679679<!ENTITY atkmm-version                "2.28.0">
    680 <!ENTITY at-spi2-core-version         "2.30.1">
    681 <!ENTITY at-spi2-atk-version          "2.30.1">
     680<!ENTITY at-spi2-core-version         "2.32.0">
     681<!ENTITY at-spi2-atk-version          "2.32.0">
    682682<!ENTITY cairo-version                "1.16.0">
    683683<!ENTITY cairomm-version              "1.12.2">
     
    693693<!ENTITY goffice010-version           "0.10.44">
    694694<!ENTITY gtk2-version                 "2.24.32">
    695 <!ENTITY gtk3-version                 "3.24.5">
     695<!ENTITY gtk3-version                 "3.24.7">
    696696<!ENTITY gtk-engines-version          "2.20.2">
    697697<!ENTITY gtkmm2-version               "2.24.5">
     
    701701<!ENTITY imlib2-version               "1.5.1">
    702702<!ENTITY keybinder2-version           "0.3.1">
     703<!ENTITY keybinder3-version           "0.3.2">
    703704<!ENTITY libdazzle-version            "3.30.2">
    704705<!ENTITY libnotify-version            "0.7.7">
     
    851852<!ENTITY gnucash-version              "2.4.11">
    852853
    853 <!ENTITY libreoffice-version          "6.2.0">
    854 <!ENTITY libreoffice-patch            ".3">
     854<!ENTITY libreoffice-version          "6.2.1">
     855<!ENTITY libreoffice-patch            ".2">
    855856<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    856857
  • server/mail/dovecot.xml

    re0fa4a5 r2535d7fd  
    88  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "b5144d8a7e81833428320a2c32a265d2">
    11   <!ENTITY dovecot-size          "6.6 MB">
    12   <!ENTITY dovecot-buildsize     "194 MB">
     10  <!ENTITY dovecot-md5sum        "825bdeb8d5d505c43dadecbdff12e816">
     11  <!ENTITY dovecot-size          "6.7 MB">
     12  <!ENTITY dovecot-buildsize     "170 MB">
    1313  <!ENTITY dovecot-time          "3.9 SBU">
    1414]>
  • server/mail/postfix.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY postfix-download-http " ">
    88  <!ENTITY postfix-download-ftp  "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum        "d292bb49a1c79ff6d2eb9c5e88c51425">
     9  <!ENTITY postfix-md5sum        "7f539d5497f4cb0c3f5b66227aaeb561">
    1010  <!ENTITY postfix-size          "4.4 MB">
    11   <!ENTITY postfix-buildsize     "209 MB">
     11  <!ENTITY postfix-buildsize     "200 MB">
    1212  <!ENTITY postfix-time          "0.5 SBU">
    1313]>
  • server/other/unbound.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz">
    88  <!ENTITY unbound-download-ftp  " ">
    9   <!ENTITY unbound-md5sum        "1026159991a3883518525bc18e25582f">
     9  <!ENTITY unbound-md5sum        "5d954920d192b33f7c88f015dd969940">
    1010  <!ENTITY unbound-size          "5.4 MB">
    11   <!ENTITY unbound-buildsize     "52 MB (add 9 MB for tests and 69 MB for documentation)">
     11  <!ENTITY unbound-buildsize     "52 MB (add 9 MB for tests and 71 MB for documentation)">
    1212  <!ENTITY unbound-time          "0.4 SBU (Using parallelism=4; add 0.3 SBU for tests)">
    1313]>
  • x/installing/mesa.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "6f2a5e01dd5cb91d05a9534f5a80c35d">
     9  <!ENTITY mesa-md5sum        "d0d76cd8b00bc1308e37985d4a45d3c5">
    1010  <!ENTITY mesa-size          "11 MB">
    11   <!ENTITY mesa-buildsize     "361 MB (with demos and docs, add 89 MB for tests)">
    12   <!ENTITY mesa-time          "2.1 SBU (with parallelism=4, demos, and docs; add 1.0 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "1.6 GB (with demos and docs)">
     12  <!ENTITY mesa-time          "2.3 SBU (with parallelism=4, demos, and docs)">
    1313]>
    1414
     
    125125      <xref linkend="libgcrypt"/>,
    126126      <xref linkend="nettle"/>,
    127       <xref linkend="python2"/> (not used if Python3 is present),
    128127      <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">mesa-demos</ulink>
    129128      (provides more than 300 extra demos to test
     
    163162        libdrm - renodr -->
    164163
    165    <para>Now, select the drivers you wish to install.  The available drivers
    166    are i915, nouveau, r300, r600, radeonsi, freedreno, pl111, svga, swrast,
    167    swr, tegra, v3d, vc4, virgl, etnaviv, and imx.  If the Gallium drivers are
    168    not specified, the default is 'r300,r600,svga,swrast'. Modify the command
     164   <para>Now, select the drivers you wish to install.  The gallium available
     165   drivers are pl111, radeonsi, r300, r600, nouveau, and freedreno.  The DRI
     166   drivers available are i915, i965, r100, r200, nouveau, and swrast.  The
     167   platforms available are x11, wayland, drm, surfaceless, haiku, and android.
     168   
     169   Modify the commands
    169170   below for any desired drivers.  The listed drivers below will cover most
    170171   modern video cards.  For help in selecting drivers see <ulink
    171172   url='http://www.mesa3d.org/systems.html'/>.</para>
    172173
    173 <screen><userinput>GLL_DRV="i915,nouveau,radeonsi,svga,swrast"</userinput></screen>
     174<screen><userinput>GALLIUM_DRV="i915,nouveau,radeonsi,svga,swrast"
     175DRI_DRIVERS="i915,i965,nouveau"
     176PLATFORMS="x11,wayland,drm"</userinput></screen>
    174177
    175178    <para>
     
    178181    </para>
    179182
    180 <screen><userinput>./configure CFLAGS='-O2' CXXFLAGS='-O2' LDFLAGS=-lLLVM \
    181             --prefix=$XORG_PREFIX              \
    182             --sysconfdir=/etc                  \
    183             --enable-osmesa                    \
    184             --enable-xa                        \
    185             --enable-glx-tls                   \
    186             --with-platforms="drm,x11,wayland" \
    187             --with-gallium-drivers=$GLL_DRV    &amp;&amp;
    188 
    189 unset GLL_DRV &amp;&amp;
    190 
    191 make</userinput></screen>
     183<screen><userinput>mkdir build &amp;&amp;
     184cd    build &amp;&amp;
     185
     186meson --prefix=$XORG_PREFIX          \
     187      --sysconfdir=/etc              \
     188      -Dvalgrind=false               \
     189      -Dglx=dri                      \
     190      -Dosmesa=gallium               \
     191      -Dgallium-nine=true            \
     192      -Ddri-drivers=$DRI_DRIVERS     \
     193      -Dgallium-drivers=$GALLIUM_DRV \
     194      -Dplatforms=$PLATFORMS         \
     195      ..                             &amp;&amp;
     196
     197unset GALLIUM_DRV DRI_DRIVERS PLATFORMS &amp;&amp;
     198
     199ninja</userinput></screen>
    192200
    193201    <para>
     
    196204    </para>
    197205
    198 <screen><userinput>make -C xdemos DEMOS_PREFIX=$XORG_PREFIX</userinput></screen>
    199 
     206<screen><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX</userinput></screen>
     207<!--
    200208    <para>
    201209      To test the results, issue: <command>make -k check</command>.
    202210    </para>
     211-->
     212    <para>
     213      This package does not come with a test suite.
     214    </para>
    203215
    204216    <para>
     
    206218    </para>
    207219
    208 <screen role="root"><userinput>make install</userinput></screen>
     220<screen role="root"><userinput>ninja install</userinput></screen>
    209221
    210222    <para>
     
    214226    </para>
    215227
    216 <screen role="root"><userinput>make -C xdemos DEMOS_PREFIX=$XORG_PREFIX install</userinput></screen>
     228<screen role="root"><userinput>make -C ../xdemos DEMOS_PREFIX=$XORG_PREFIX install</userinput></screen>
    217229
    218230    <para>
     
    223235
    224236<screen role="root"><userinput>install -v -dm755 /usr/share/doc/mesa-&mesa-version; &amp;&amp;
    225 cp -rfv docs/* /usr/share/doc/mesa-&mesa-version;</userinput></screen>
     237cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version;</userinput></screen>
    226238
    227239  </sect2>
     
    229241  <sect2 role="commands">
    230242    <title>Command Explanations</title>
    231 
     243<!--
    232244    <para>
    233245      <parameter>CFLAGS="-O2" CXXFLAGS="-O2"</parameter>: By default,
     
    243255      for some of the package components.
    244256    </para>
     257-->
    245258<!--
    246259    <para>
     
    252265    Removed in 18.2.0
    253266-->
    254 
    255     <para>
    256       <parameter>--enable-osmesa</parameter>: This switch enables building
     267<!--
     268    <para>
     269      <parameter>-Dosmesa=gallium</parameter>: This switch enables building
    257270      the <filename class="libraryfile">libOSMesa</filename> library.
    258271    </para>
    259272
    260273    <para>
    261       <parameter>--enable-xa</parameter>: This switch enables building the
     274      <parameter>- -enable-xa</parameter>: This switch enables building the
    262275      XA X Acceleration API (Required for VMware 3D Driver).
    263276    </para>
    264277
    265278    <para>
    266       <parameter>--enable-gbm</parameter>: This switch enables building the
     279      <parameter>- -enable-gbm</parameter>: This switch enables building the
    267280      <application>Mesa</application> Graphics Buffer Manager library.
    268281    </para>
    269282
    270283    <para>
    271       <parameter>--enable-glx-tls</parameter>: This switch enables TLS (Thread Local
     284      <parameter>- -enable-glx-tls</parameter>: This switch enables TLS (Thread Local
    272285      Storage) support in GLX.
    273286    </para>
    274 
    275     <para>
    276       <parameter>--with-platforms="..."</parameter>: This parameter
     287-->
     288    <para>
     289      <parameter>-Dplatforms="..."</parameter>: This parameter
    277290      controls which platforms EGL will be built for. Available
    278       platforms are drm, x11 and wayland.
    279     </para>
    280 
    281     <para>
    282       <parameter>--with-gallium-drivers="..."</parameter>: This parameter
    283       controls which Gallium3D drivers should be built.
    284     </para>
    285 
    286     <para revision="sysv">
    287       <option>--enable-sysfs</option>: Use this switch to enable simple PCI
    288       identification method, required for building DRI on systems without udev.
     291      platforms are drm, x11, surfaceless, haiku, android,  and wayland.
     292    </para>
     293
     294    <para>
     295      <parameter>=-Dgallium-drivers="..."</parameter>: This parameter
     296      controls which Gallium3D drivers should be built. Available drivers
     297      are pl111, radeonsi, r300, r600, nouveau, and freedreno.
     298    </para>
     299
     300    <para>
     301      <parameter>=-Ddri-drivers="..."</parameter>: This parameter
     302      controls which platforms should be supported. Available platforms
     303      are i915, i965, r100, r200, nouveau, and swrast.
    289304    </para>
    290305
     
    304319        </seg>
    305320        <seg>
     321          d3dadapter9.so,
     322          i915_dri.so,
     323          i965_dri.so,
     324          kms_swrast_dri.so,
     325          nouveau_dri.so,
     326          nouveau_vieux_dri.so,
     327          radeonsi_dri.so,
     328          radeonsi_drv_video.so,
     329          swrast_dri.so,
     330          vmwgfx_dri.so
    306331          libEGL.so,
     332          libGL.so,
     333          libGLESv1_CM.so,
     334          libGLESv2.so,
     335          libOSMesa.so,
     336          libXvMCnouveau.so,
    307337          libgbm.so,
    308338          libglapi.so,
    309           libGLESv1_CM.so,
    310           libGLESv2.so,
    311           libGL.so,
    312           libOSMesa.so,
    313 <!-- Those libraries are associated with the "swr" gallium driver,
    314      which has been removed at r17757. Keeping as a comment in case we
    315      reintroduce that driver. AVX libs are restored in version 18.0.1 -->
    316 <!--          libswrAVX.so,
    317           libswrAVX2.so, -->
    318           libwayland-egl.so (if built with <application>Wayland</application>)
    319           <!-- Does not appear to be present even with Wayland installed in 18.2.2.
    320           Further verification on a GNOME and Plasma system required. -->
     339          libvulkan_intel.so,
     340          libvulkan_radeon.so,
    321341          libxatracker.so,
    322           libXvMCnouveau.so,
    323           and libXvMCr600.so
     342          libvdpau_nouveau.so, and
     343          libvdpau_radeonsi.so
    324344        </seg>
    325345        <seg>
    326           $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR},lib/{dri,vdpau}}
     346          $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR,vulkan},lib/{d3d,dri,vdpau}}
    327347          and
    328348          /usr/share/doc/mesa-&mesa-version; (optional)
     
    436456      </varlistentry>
    437457
    438       <varlistentry id="libxatracker">
    439         <term><filename class="libraryfile">libxatracker.so</filename></term>
    440         <listitem>
    441           <para>
    442             is the Xorg Gallium3D acceleration library.
    443           </para>
    444           <indexterm zone="mesa libxatracker">
    445             <primary sortas="c-libxatracker">libxatracker.so</primary>
    446           </indexterm>
    447         </listitem>
    448       </varlistentry>
    449458    </variablelist>
    450459
  • x/installing/x7lib.xml

    re0fa4a5 r2535d7fd  
    2020  <!ENTITY libXext-md5sum                  "52df7c4c1f0badd9f82ab124fb32eb97">
    2121
    22   <!ENTITY libFS-version                   "1.0.7">
    23   <!ENTITY libFS-md5sum                    "d79d9fe2aa55eb0f69b1a4351e1368f7">
     22  <!ENTITY libFS-version                   "1.0.8">
     23  <!ENTITY libFS-md5sum                    "4e1196275aa743d6ebd3d3d5ec1dff9c">
    2424
    2525  <!ENTITY libICE-version                  "1.0.9">
     
    4747  <!ENTITY libXfixes-md5sum                "07e01e046a0215574f36a3aacb148be0">
    4848
    49   <!ENTITY libXcomposite-version           "0.4.4">
    50   <!ENTITY libXcomposite-md5sum            "f7a218dcbf6f0848599c6c36fc65c51a">
     49  <!ENTITY libXcomposite-version           "0.4.5">
     50  <!ENTITY libXcomposite-md5sum            "3fa0841ea89024719b20cd702a9b54e0">
    5151
    5252  <!ENTITY libXrender-version              "0.9.10">
    5353  <!ENTITY libXrender-md5sum               "802179a76bded0b658f4e9ec5e1830a4">
    5454
    55   <!ENTITY libXcursor-version              "1.1.15">
    56   <!ENTITY libXcursor-md5sum               "58fe3514e1e7135cf364101e714d1a14">
    57 
    58   <!ENTITY libXdamage-version              "1.1.4">
    59   <!ENTITY libXdamage-md5sum               "0cf292de2a9fa2e9a939aefde68fd34f">
     55  <!ENTITY libXcursor-version              "1.2.0">
     56  <!ENTITY libXcursor-md5sum               "9b9be0e289130fb820aedf67705fc549">
     57
     58  <!ENTITY libXdamage-version              "1.1.5">
     59  <!ENTITY libXdamage-md5sum               "e3f554267a7a04b042dc1f6352bd6d99">
    6060
    6161  <!ENTITY libfontenc-version              "1.1.4">
  • x/lib/at-spi2-atk.xml

    re0fa4a5 r2535d7fd  
    66
    77  <!ENTITY at-spi2-atk-download-http
    8            "&gnome-download-http;/at-spi2-atk/2.30/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-atk/2.32/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
    99  <!ENTITY at-spi2-atk-download-ftp
    10            "&gnome-download-ftp;/at-spi2-atk/2.30/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
    11   <!ENTITY at-spi2-atk-md5sum        "26c080006092548c9305817a4c8b5b95">
     10           "&gnome-download-ftp;/at-spi2-atk/2.32/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
     11  <!ENTITY at-spi2-atk-md5sum        "6a4b27bace3b9352721ed462b95f6291">
    1212  <!ENTITY at-spi2-atk-size          "96 KB">
    1313  <!ENTITY at-spi2-atk-buildsize     "8.1 MB (with tests)">
  • x/lib/at-spi2-core.xml

    re0fa4a5 r2535d7fd  
    66
    77  <!ENTITY at-spi2-core-download-http
    8            "&gnome-download-http;/at-spi2-core/2.30/at-spi2-core-&at-spi2-core-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-core/2.32/at-spi2-core-&at-spi2-core-version;.tar.xz">
    99  <!ENTITY at-spi2-core-download-ftp
    10            "&gnome-download-ftp;/at-spi2-core/2.30/at-spi2-core-&at-spi2-core-version;.tar.xz">
    11   <!ENTITY at-spi2-core-md5sum        "7e15ba435ae93231ea049e4c10097b12">
    12   <!ENTITY at-spi2-core-size          "184 KB">
    13   <!ENTITY at-spi2-core-buildsize     "6.5 MB (with tests)">
     10           "&gnome-download-ftp;/at-spi2-core/2.32/at-spi2-core-&at-spi2-core-version;.tar.xz">
     11  <!ENTITY at-spi2-core-md5sum        "57269004541646c4c5cf0bcb7c99bb5b">
     12  <!ENTITY at-spi2-core-size          "188 KB">
     13  <!ENTITY at-spi2-core-buildsize     "6.7 MB (with tests)">
    1414  <!ENTITY at-spi2-core-time          "0.1 SBU (with tests)">
    1515]>
     
    102102  <sect2 role="installation">
    103103    <title>Installation of At-Spi2 Core</title>
     104
     105    <para>
     106      First, fix an issue with Meson-0.50.0:
     107    </para>
     108
     109<screen><userinput>sed -i 's/subdir:/install_dir:/' atspi/meson.build</userinput></screen>
    104110
    105111    <para>
  • x/lib/atk.xml

    re0fa4a5 r2535d7fd  
    55  %general-entities;
    66
    7   <!ENTITY atk-download-http "&gnome-download-http;/atk/2.30/atk-&atk-version;.tar.xz">
    8   <!ENTITY atk-download-ftp  "&gnome-download-ftp;/atk/2.30/atk-&atk-version;.tar.xz">
    9   <!ENTITY atk-md5sum        "769c85005d392ad17ffbc063f2d26454">
    10   <!ENTITY atk-size          "284 KB">
    11   <!ENTITY atk-buildsize     "11 MB">
     7  <!ENTITY atk-download-http "&gnome-download-http;/atk/2.32/atk-&atk-version;.tar.xz">
     8  <!ENTITY atk-download-ftp  "&gnome-download-ftp;/atk/2.32/atk-&atk-version;.tar.xz">
     9  <!ENTITY atk-md5sum        "c10b0b2af3c199e42caa6275b845c49d">
     10  <!ENTITY atk-size          "289 KB">
     11  <!ENTITY atk-buildsize     "7.6 MB">
    1212  <!ENTITY atk-time          "less than 0.1 SBU">
    1313]>
  • x/lib/gtk+3.xml

    re0fa4a5 r2535d7fd  
    77  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
    88  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
    9   <!ENTITY gtk3-md5sum        "32862355c08f6af3e7848c695cd4081b">
    10   <!ENTITY gtk3-size          "20 MB">
    11   <!ENTITY gtk3-buildsize     "585 MB (add 11 MB for tests)">
    12   <!ENTITY gtk3-time          "2.8 SBU (using parallelism=4, add 0.6 SBU for tests)">
     9  <!ENTITY gtk3-md5sum        "378d327eeb24580fcbc941003de547b9">
     10  <!ENTITY gtk3-size          "18 MB">
     11  <!ENTITY gtk3-buildsize     "450 MB (add 10 MB for tests)">
     12  <!ENTITY gtk3-time          "1.8 SBU (using parallelism=4, add 0.3 SBU for tests)">
    1313]>
    1414
     
    165165    <para>
    166166      To test the results you need a graphical session, then issue
    167       <command>make -k check</command>.
    168       The colorchooser.ui portion of the accessibility-dump test is
    169       known to fail.  Additionally many tests will fail if the current
     167      <command>make -k check</command>. There are several tests that
     168      have subtests that are known to fail: scrolledwindow, treeview,
     169      accessibility-dump, test-css-nodes, and gtk-reftest.
     170      Additionally many tests will fail if the current
    170171      gtk theme (such as current XFCE themes) has deprecated elements.
    171172    </para>
  • x/lib/lib.xml

    re0fa4a5 r2535d7fd  
    5959  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="imlib2.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keybinder2.xml"/>
     61  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keybinder3.xml"/>
    6162  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdazzle.xml"/>
    6263  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/>
  • x/lib/libdazzle.xml

    re0fa4a5 r2535d7fd  
    9595
    9696meson --prefix=/usr .. &amp;&amp;
    97 ninja
    98 </userinput></screen>
     97ninja</userinput></screen>
    9998
    10099    <para>
  • xsoft/office/libreoffice.xml

    re0fa4a5 r2535d7fd  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "b559a89014fdcadabdb7469e0ab6b37c">
     10  <!ENTITY libreoffice-core-md5sum        "fb2408407984e465cc33c3d8f977e883">
    1111  <!ENTITY libreoffice-core-size          "204 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "875a61fbb92696d73e04856a67065d81">
     14  <!ENTITY libreoffice-dict-md5sum        "3c6350a3f31840340b1eb7e39e3b4fdc">
    1515  <!ENTITY libreoffice-dict-size          "43 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "4a50d93f25f09f3d47f7dc110955c9c0">
    19   <!ENTITY libreoffice-help-size          "15 MB">
     18  <!ENTITY libreoffice-help-md5sum        "5081a3a5a314338534a43c51824f725b">
     19  <!ENTITY libreoffice-help-size          "16 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "1d3b58c790c64d9d4f82c333e2aa0f21">
    23   <!ENTITY libreoffice-translations-size          "135 MB">
    24 
     22  <!ENTITY libreoffice-translations-md5sum        "756a979411f8d4be6d339692e98e3619">
     23  <!ENTITY libreoffice-translations-size          "136 MB">
    2524
    2625  <!-- full size still accurate for 6.0.2, reconfiguring and rebuilding
    2726   the built source after initial DESTDIR install doesn't take a vast time -->
    2827
    29   <!ENTITY libreoffice-buildsize  "8.9 GB (827 MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)">
     28  <!ENTITY libreoffice-buildsize  "6.2 GB (767 MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)">
    3029
    3130  <!-- for 6.1.2.1 I allowed 2 SBU for downloads, my total was
     
    442441
    443442  # Set up a generic location independent of version number
    444   ln -sfv $LO_PREFIX /opt/libreoffice
     443  ln -sfv libreoffice-&libreoffice-dlversion; /opt/libreoffice
    445444
    446445  # Icons
Note: See TracChangeset for help on using the changeset viewer.