Changeset 2535d7fd
- Timestamp:
- 03/15/2019 02:38:51 AM (6 years ago)
- Branches:
- elogind
- Children:
- 15c1a33
- Parents:
- e0fa4a5
- Files:
-
- 1 added
- 33 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
archive/gcc-ada.xml
re0fa4a5 r2535d7fd 9 9 <!ENTITY gcc-md5sum "4ab282f414676496483b3e1793d07862"> 10 10 <!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.--> 14 17 <!ENTITY gnat-download-http "https://libre.adacore.com/download/"> 15 18 <!ENTITY gnat-64-download-http "http://mirrors.cdn.adacore.com/art/591c6d80c7a447af2deed1d7"> … … 178 181 </para> 179 182 183 <bridgehead renderas="sect4">Optional</bridgehead> 184 <para role="optional"> 185 <xref linkend="gdb"/> and 186 <xref linkend="valgrind"/> (for tests) 187 </para> 188 180 189 <para condition="html" role="usernotes">User Notes: 181 190 <ulink url="&blfs-wiki;/gcc-ada"/></para> … … 339 348 </para> 340 349 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. --> 341 353 <para> 342 354 <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this -
general.ent
re0fa4a5 r2535d7fd 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "14"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1 0th, &year;">9 <!ENTITY releasedate "March 14th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 82 82 <!-- End LFS versions --> 83 83 84 <!ENTITY blfs-bootscripts-version "201 80105">84 <!ENTITY blfs-bootscripts-version "20190313"> 85 85 <!ENTITY systemd-units-version "20180105"> 86 86 -
general/genlib/gobject-introspection.xml
re0fa4a5 r2535d7fd 6 6 7 7 <!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"> 9 9 <!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. 3MB">13 <!ENTITY gobject-introspection-buildsize " 38 MB (add 7 MB fortests)">14 <!ENTITY gobject-introspection-time "0. 3 SBU (add 0.3 SBU fortests)">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)"> 15 15 ]> 16 16 … … 79 79 </para> 80 80 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 PYTHON85 is set to the argument of the switch. Somewhat silly because the presence86 of which is not tested... -->87 </para>88 89 81 <bridgehead renderas="sect4">Optional</bridgehead> 90 82 <para role="optional"> 91 83 <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), 93 85 <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) 97 88 <!-- 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 --> 99 92 </para> 100 93 … … 112 105 </para> 113 106 114 <screen><userinput>./configure --prefix=/usr \ 115 --disable-static \ 116 --with-python=/usr/bin/python3 && 117 make</userinput></screen> 118 119 <para> 120 To test the results, issue: <command>make check</command>. 107 <screen><userinput>mkdir build && 108 cd build && 109 110 meson --prefix=/usr .. && 111 ninja</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. 121 116 <!--One test, Regress-1.0.gir, is known to fail with glibc-2.28.--> 122 117 <!-- This worked fine in 2.27, but is broken again in 2.28. --> … … 128 123 </para> 129 124 130 <screen role="root"><userinput> makeinstall</userinput></screen>125 <screen role="root"><userinput>ninja install</userinput></screen> 131 126 132 127 </sect2> … … 135 130 <title>Command Explanations</title> 136 131 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> 145 139 146 140 </sect2> … … 162 156 <seg> 163 157 libgirepository-1.0.so and 164 /usr/lib/gobject-introspection/giscanner/_giscanner.so158 _giscanner.cpython-37m-x86_64-linux-gnu.so 165 159 </seg> 166 160 <seg> -
general/genutils/ibus.xml
re0fa4a5 r2535d7fd 130 130 <note><para>Be sure to also remove the --disable-unicode-dict in 131 131 the configure step below.</para></note> 132 <!-- 132 133 133 <para>Fix an issue with deprecated schema entries:</para> 134 134 135 135 <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 139 138 <para> 140 139 Install <application>ibus</application> by running the following -
general/graphlib/exiv2.xml
re0fa4a5 r2535d7fd 73 73 <bridgehead renderas="sect3">Exiv2 dependencies</bridgehead> 74 74 75 <bridgehead renderas="sect4">Required</bridgehead> 76 <para role="required"> 77 <xref linkend="cmake"/> 78 </para> 79 75 80 <bridgehead renderas="sect4">Recommended</bridgehead> 76 81 <para role="recommended"> 77 82 <xref linkend="curl"/> 78 83 </para> -
general/graphlib/giflib.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY giflib-download-http "https://sourceforge.net/projects/giflib/files/giflib-&giflib-version;.tar.gz"> 8 8 <!ENTITY giflib-download-ftp " "> 9 <!ENTITY giflib-http-md5sum " 4ad967c8b1380d830f33dc28fd38d889">9 <!ENTITY giflib-http-md5sum "5739b3a75fff3fe7b9419f15bc040703"> 10 10 <!ENTITY giflib-http-size "384 KB"> 11 <!ENTITY giflib-buildsize " 5.6MB (with documentation)">11 <!ENTITY giflib-buildsize "3.9 MB (with documentation)"> 12 12 <!ENTITY giflib-time "less than 0.1 SBU (with documentation)"> 13 13 ]> … … 57 57 <bridgehead renderas="sect3">giflib Dependencies</bridgehead> 58 58 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"/> 62 62 </para> 63 63 … … 84 84 85 85 <screen role="root"><userinput>make PREFIX=/usr install && 86 rm -vf /usr/lib/libgif.a</userinput></screen> 87 86 rm -vf /usr/lib/libgif.a && 87 88 find doc \( -name Makefile\* -o -name \*.1 \ 89 -o -name \*.xml \) -exec rm -v {} \; && 90 91 install -v -dm755 /usr/share/doc/giflib-&giflib-version; && 92 cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen> 93 <!-- 88 94 <para>If <xref linkend="xmlto"/> is installed, then the API documentation 89 95 has been built. If you wish to install the distributed and the just built 90 96 documentations, issue, as the 91 97 <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 {} \; && 95 96 install -v -dm755 /usr/share/doc/giflib-&giflib-version; && 97 cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen> 98 98 --> 99 99 </sect2> 100 100 -
general/prog/gcc.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY gcc-download-http "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz"> 8 8 <!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"> 10 10 <!ENTITY gcc-size "61 MB"> 11 <!ENTITY gcc-buildsize "8.5 GB (an additonal 140MB for tests)">12 <!ENTITY gcc-time "2 9 SBU (with parallelism=4, an additional 106SBU 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)"> 13 13 ]> 14 14 … … 34 34 Collection. This page describes the installation of compilers for the 35 35 following languages: C, C++, Fortran, Objective C, Objective C++, and Go. 36 One additional language, Ada, is available in the collection. It has36 <!--One additional language, Ada, is available in the collection. It has 37 37 a binary bootstrap requirement for the first installation, so it is 38 described on a separate page (<xref linkend="gcc-ada"/>) ,but can be added38 described on a separate page (<xref linkend="gcc-ada"/>) but can be added 39 39 here if you are performing a rebuild or upgrade. Since C and C++ are 40 40 installed in LFS, this page is either for upgrading C and C++, or for 41 installing additional compilers. 41 installing additional compilers.--> 42 42 </para> 43 43 … … 130 130 </para> 131 131 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 132 139 <para condition="html" role="usernotes"> 133 140 User Notes: <ulink url="&blfs-wiki;/gcc"/> … … 197 204 the <application>GCC</application> part of the testsuite will run more 198 205 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: 200 210 </para> 201 211 … … 275 285 been tested by the BLFS developers. 276 286 </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 280 291 switch if you are upgrading from a <application>GCC</application> 281 292 version prior to 5.1.0, and you do not want to recompile all the 282 293 libraries written in C++. 283 294 </para> 295 --> 284 296 285 297 <para> -
general/prog/llvm.xml
re0fa4a5 r2535d7fd 201 201 -DLLVM_BUILD_LLVM_DYLIB=ON \ 202 202 -DLLVM_LINK_LLVM_DYLIB=ON \ 203 -DLLVM_ENABLE_RTTI=ON \ 203 204 -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \ 204 205 -DLLVM_BUILD_TESTS=ON \ … … 302 303 It also slightly reduces their size and also ensures that llvm-config 303 304 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"/>. 304 311 </para> 305 312 -
general/prog/prog.xml
re0fa4a5 r2535d7fd 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/> 38 38 <!-- <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"/> --> 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gc.xml"/> 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdb.xml"/> -
general/prog/pyatspi2.xml
re0fa4a5 r2535d7fd 6 6 7 7 <!ENTITY pyatspi2-download-http 8 "&gnome-download-http;/pyatspi/2.3 0/pyatspi-&pyatspi2-version;.tar.xz">8 "&gnome-download-http;/pyatspi/2.32/pyatspi-&pyatspi2-version;.tar.xz"> 9 9 <!ENTITY pyatspi2-download-ftp 10 "&gnome-download-ftp;/pyatspi/2.3 0/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"> 12 12 <!ENTITY pyatspi2-size "304 KB"> 13 <!ENTITY pyatspi2-buildsize "3. 6MB">13 <!ENTITY pyatspi2-buildsize "3.0 MB"> 14 14 <!ENTITY pyatspi2-time "less than 0.1 SBU"> 15 15 ]> -
general/prog/pygobject3.xml
re0fa4a5 r2535d7fd 6 6 7 7 <!ENTITY pygobject3-download-http 8 "&gnome-download-http;/pygobject/&gnome-minor-3 0;/pygobject-&pygobject3-version;.tar.xz">8 "&gnome-download-http;/pygobject/&gnome-minor-32;/pygobject-&pygobject3-version;.tar.xz"> 9 9 <!ENTITY pygobject3-download-ftp 10 "&gnome-download-ftp;/pygobject/&gnome-minor-3 0;/pygobject-&pygobject3-version;.tar.xz">11 <!ENTITY pygobject3-md5sum " d42f8ec30faa76a25f7d0afc88b4d822">12 <!ENTITY pygobject3-size "5 33KB">13 <!ENTITY pygobject3-buildsize "1 4MB">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"> 14 14 <!ENTITY pygobject3-time "0.1 SBU"> 15 15 ]> -
general/prog/ruby.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz"> 8 8 <!ENTITY ruby-download-ftp " "> 9 <!ENTITY ruby-md5sum " 8ef05a53e3767d03688e5c55f915ce80">9 <!ENTITY ruby-md5sum "6b6d15974a0ee5a34614a2cd9b303a51"> 10 10 <!ENTITY ruby-size "11 MB"> 11 <!ENTITY ruby-buildsize "41 1 MB, with checks (add 279MB for C API docs)">12 <!ENTITY ruby-time "1.2 SBU (using parallelism=4; add 4. 1SBU 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)"> 13 13 ]> 14 14 … … 110 110 111 111 <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. 118 117 </para> 119 118 -
general/sysutils/sysstat.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.xz"> 8 8 <!ENTITY sysstat-download-ftp " "> 9 <!ENTITY sysstat-md5sum " 56a4c76d47d7788daa01db5521e18776">10 <!ENTITY sysstat-size "5 96KB">11 <!ENTITY sysstat-buildsize " 8.1MB">9 <!ENTITY sysstat-md5sum "0f9b73f60aba6fd49de346bc384902c3"> 10 <!ENTITY sysstat-size "544 KB"> 11 <!ENTITY sysstat-buildsize "7.9 MB"> 12 12 <!ENTITY sysstat-time "0.1 SBU"> 13 13 ]> -
general/sysutils/systemd.xml
re0fa4a5 r2535d7fd 8 8 <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 9 9 <!ENTITY systemd-download-ftp " "> 10 <!ENTITY systemd-md5sum " 0e4f91b513d4b04e2c10a5173e5a87b2">11 <!ENTITY systemd-size "7. 2MB">12 <!ENTITY systemd-buildsize "2 22 MB (an additonal 11 MB fortests)">13 <!ENTITY systemd-time "2. 2 SBU (< 0.1 SBU fortests)">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)"> 14 14 15 15 ]> … … 66 66 </listitem> 67 67 </itemizedlist> 68 68 <!-- 69 69 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 70 70 <itemizedlist spacing="compact"> … … 76 76 </listitem> 77 77 </itemizedlist> 78 78 --> 79 79 <bridgehead renderas="sect3">systemd Dependencies</bridgehead> 80 80 … … 128 128 <sect2 role="installation"> 129 129 <title>Installation of systemd</title> 130 130 <!-- 131 131 <para>Apply a critical security patch for journald:</para> 132 132 133 133 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-security_fixes-2.patch</userinput></screen> 134 134 --> 135 135 <para>Remove an unneeded group, 136 136 <systemitem class="groupname">render</systemitem>, from the default udev -
gnome.ent
re0fa4a5 r2535d7fd 63 63 <!ENTITY gnome-shell-extensions-version "3.30.1"> 64 64 <!ENTITY gnome-session-version "3.30.1"> 65 <!ENTITY gdm-version "3.30. 2">65 <!ENTITY gdm-version "3.30.3"> 66 66 <!ENTITY gnome-user-docs-version "3.30.2"> 67 67 <!ENTITY adwaita-icon-theme-version "3.30.1"> -
gnome/platform/gdm.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-minor-30;/gdm-&gdm-version;.tar.xz"> 8 8 <!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"> 10 10 <!ENTITY gdm-size "1.2 MB"> 11 <!ENTITY gdm-buildsize "4 2MB">12 <!ENTITY gdm-time "0. 3SBU">11 <!ENTITY gdm-buildsize "44 MB"> 12 <!ENTITY gdm-time "0.4 SBU"> 13 13 ]> 14 14 … … 71 71 </listitem> 72 72 </itemizedlist> 73 73 <!-- 74 74 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 75 75 <itemizedlist spacing="compact"> … … 81 81 </listitem> 82 82 </itemizedlist> 83 83 --> 84 84 <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead> 85 85 <itemizedlist spacing="compact" revision="sysv"> … … 146 146 </para> 147 147 148 <screen><userinput>patch -Np1 -i ../gdm-&gdm-version;-security_fix-1.patch && 149 150 ./configure --prefix=/usr \ 148 <screen><userinput>./configure --prefix=/usr \ 151 149 --sysconfdir=/etc \ 152 150 --localstatedir=/var \ -
gnome/platform/vte.xml
re0fa4a5 r2535d7fd 138 138 </para> 139 139 140 <para>141 <parameter>--without-gnutls</parameter>: Add this switch if you don't142 have <xref linkend="gnutls"/> installed.143 </para>144 145 140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 146 141 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> 147 147 148 148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
introduction/welcome/changelog.xml
re0fa4a5 r2535d7fd 92 92 </listitem> 93 93 --> 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 94 219 <listitem> 95 220 <para>March 10th, 2019</para> -
kde/kf5/kf5-frameworks.xml
re0fa4a5 r2535d7fd 311 311 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory 312 312 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 313 320 tar -xf $file 314 321 pushd $packagedir -
networking/mailnews/mutt.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY mutt-download-http "http://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz"> 8 8 <!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"> 10 10 <!ENTITY mutt-size "4.4 MB"> 11 11 <!ENTITY mutt-buildsize "45 MB (add 6MB for the PDF manual)"> -
networking/netprogs/samba.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY samba-download-http "https://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz"> 8 8 <!ENTITY samba-download-ftp " "> 9 <!ENTITY samba-md5sum " 5e94705ae741bc6e4c893cea7b5de0d5">10 <!ENTITY samba-size "1 7MB">11 <!ENTITY samba-buildsize " 595MB (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)"> 12 12 <!ENTITY samba-time "5.9 SBU (add 5.6 SBU for quicktest)"> 13 13 ]> -
packages.ent
re0fa4a5 r2535d7fd 106 106 <!ENTITY gmime-version "2.6.23"> 107 107 <!ENTITY gmime3-version "3.2.3"> 108 <!ENTITY gobject-introspection-version "1. 58.3">108 <!ENTITY gobject-introspection-version "1.60.0"> 109 109 <!ENTITY grantlee-version "5.1.0"> 110 110 <!ENTITY gsl-version "2.5"> … … 201 201 <!ENTITY fribidi-version "1.0.5"> 202 202 <!ENTITY gegl-version "0.4.14"> 203 <!ENTITY giflib-version "5.1. 6">203 <!ENTITY giflib-version "5.1.7"> 204 204 <!ENTITY graphite2-version "1.3.13"> 205 205 <!ENTITY harfbuzz-version "2.3.1"> … … 294 294 <!ENTITY sg3_utils-version "1.44"> 295 295 <!ENTITY strigi-version "0.7.8"> 296 <!ENTITY sysstat-version "12.1. 2">297 <!ENTITY systemd-version "24 0">296 <!ENTITY sysstat-version "12.1.3"> 297 <!ENTITY systemd-version "241"> 298 298 <!--<!ENTITY systemd-stable "6b4878d"> Unused for now --> 299 299 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> … … 321 321 <!ENTITY elfutils-version "0.170"> 322 322 <!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">--> 325 325 <!ENTITY gc-version "8.0.2"> 326 326 <!ENTITY gdb-version "8.2.1"> … … 340 340 <!ENTITY python3-version "3.7.2"> 341 341 <!ENTITY ruby-minor-version "2.6"> 342 <!ENTITY ruby-patch-version " 1">342 <!ENTITY ruby-patch-version "2"> 343 343 <!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;"> 344 344 <!ENTITY rust-version "1.32.0"> … … 528 528 <!ENTITY mako-version "1.0.7"> 529 529 <!ENTITY MarkupSafe-version "1.1.1"> 530 <!ENTITY pyatspi2-version "2.3 0.0">530 <!ENTITY pyatspi2-version "2.32.0"> 531 531 <!--<!ENTITY py2cairo-version "1.10.0"> --> 532 532 <!ENTITY pycairo-version "1.18.0"> 533 533 <!ENTITY pycrypto-version "2.6.1"> 534 534 <!ENTITY pygobject2-version "2.28.7"> 535 <!ENTITY pygobject3-version "3.3 0.4">535 <!ENTITY pygobject3-version "3.32.0"> 536 536 <!ENTITY pygtk-version "2.24.0"> 537 537 <!ENTITY pyxdg-version "0.25"> … … 557 557 <!ENTITY rpcbind-version "1.2.5"> 558 558 <!ENTITY rsync-version "3.1.3"> 559 <!ENTITY samba-version "4.9. 4">559 <!ENTITY samba-version "4.9.5"> 560 560 <!ENTITY wget-version "1.20.1"> 561 561 <!ENTITY wireless-tools-version "29"> … … 607 607 <!ENTITY procmail-version "3.22"> 608 608 <!ENTITY fetchmail-version "6.3.26"> 609 <!ENTITY mutt-version "1.11. 3">609 <!ENTITY mutt-version "1.11.4"> 610 610 <!ENTITY alpine-version "2.21"> 611 611 … … 619 619 <!ENTITY dovecot-major "2"> 620 620 <!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;"> 625 625 626 626 <!ENTITY exim-version "4.92"> 627 <!ENTITY postfix-version "3.4. 1">627 <!ENTITY postfix-version "3.4.3"> 628 628 <!ENTITY sendmail-version "8.15.2"> 629 629 … … 638 638 <!ENTITY openldap-version "2.4.47"> 639 639 <!ENTITY soprano-version "2.9.4"> 640 <!ENTITY unbound-version "1.9. 0">640 <!ENTITY unbound-version "1.9.1"> 641 641 <!ENTITY virtuoso-version "6.1.8"> 642 642 <!ENTITY xinetd-version "2.3.15"> … … 655 655 <!ENTITY xcursor-themes-version "1.0.6"> 656 656 <!ENTITY xkeyboard-config-version "2.26"> 657 <!ENTITY mesa-major-minor "1 8.3">658 <!ENTITY mesa-version "&mesa-major-minor;. 4">657 <!ENTITY mesa-major-minor "19.0"> 658 <!ENTITY mesa-version "&mesa-major-minor;.0"> 659 659 <!ENTITY xcb-util-version "0.4.0"> 660 660 <!ENTITY xcb-util-image-version "0.4.0"> … … 676 676 <!-- Chapter 25 --> 677 677 <!ENTITY agg-version "2.5"> 678 <!ENTITY atk-version "2.3 0.0">678 <!ENTITY atk-version "2.32.0"> 679 679 <!ENTITY atkmm-version "2.28.0"> 680 <!ENTITY at-spi2-core-version "2.3 0.1">681 <!ENTITY at-spi2-atk-version "2.3 0.1">680 <!ENTITY at-spi2-core-version "2.32.0"> 681 <!ENTITY at-spi2-atk-version "2.32.0"> 682 682 <!ENTITY cairo-version "1.16.0"> 683 683 <!ENTITY cairomm-version "1.12.2"> … … 693 693 <!ENTITY goffice010-version "0.10.44"> 694 694 <!ENTITY gtk2-version "2.24.32"> 695 <!ENTITY gtk3-version "3.24. 5">695 <!ENTITY gtk3-version "3.24.7"> 696 696 <!ENTITY gtk-engines-version "2.20.2"> 697 697 <!ENTITY gtkmm2-version "2.24.5"> … … 701 701 <!ENTITY imlib2-version "1.5.1"> 702 702 <!ENTITY keybinder2-version "0.3.1"> 703 <!ENTITY keybinder3-version "0.3.2"> 703 704 <!ENTITY libdazzle-version "3.30.2"> 704 705 <!ENTITY libnotify-version "0.7.7"> … … 851 852 <!ENTITY gnucash-version "2.4.11"> 852 853 853 <!ENTITY libreoffice-version "6.2. 0">854 <!ENTITY libreoffice-patch ". 3">854 <!ENTITY libreoffice-version "6.2.1"> 855 <!ENTITY libreoffice-patch ".2"> 855 856 <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> 856 857 -
server/mail/dovecot.xml
re0fa4a5 r2535d7fd 8 8 "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz"> 9 9 <!ENTITY dovecot-download-ftp " "> 10 <!ENTITY dovecot-md5sum " b5144d8a7e81833428320a2c32a265d2">11 <!ENTITY dovecot-size "6. 6MB">12 <!ENTITY dovecot-buildsize "1 94MB">10 <!ENTITY dovecot-md5sum "825bdeb8d5d505c43dadecbdff12e816"> 11 <!ENTITY dovecot-size "6.7 MB"> 12 <!ENTITY dovecot-buildsize "170 MB"> 13 13 <!ENTITY dovecot-time "3.9 SBU"> 14 14 ]> -
server/mail/postfix.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY postfix-download-http " "> 8 8 <!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"> 10 10 <!ENTITY postfix-size "4.4 MB"> 11 <!ENTITY postfix-buildsize "20 9MB">11 <!ENTITY postfix-buildsize "200 MB"> 12 12 <!ENTITY postfix-time "0.5 SBU"> 13 13 ]> -
server/other/unbound.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz"> 8 8 <!ENTITY unbound-download-ftp " "> 9 <!ENTITY unbound-md5sum " 1026159991a3883518525bc18e25582f">9 <!ENTITY unbound-md5sum "5d954920d192b33f7c88f015dd969940"> 10 10 <!ENTITY unbound-size "5.4 MB"> 11 <!ENTITY unbound-buildsize "52 MB (add 9 MB for tests and 69MB for documentation)">11 <!ENTITY unbound-buildsize "52 MB (add 9 MB for tests and 71 MB for documentation)"> 12 12 <!ENTITY unbound-time "0.4 SBU (Using parallelism=4; add 0.3 SBU for tests)"> 13 13 ]> -
x/installing/mesa.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz"> 8 8 <!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"> 10 10 <!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)"> 13 13 ]> 14 14 … … 125 125 <xref linkend="libgcrypt"/>, 126 126 <xref linkend="nettle"/>, 127 <xref linkend="python2"/> (not used if Python3 is present),128 127 <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">mesa-demos</ulink> 129 128 (provides more than 300 extra demos to test … … 163 162 libdrm - renodr --> 164 163 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 169 170 below for any desired drivers. The listed drivers below will cover most 170 171 modern video cards. For help in selecting drivers see <ulink 171 172 url='http://www.mesa3d.org/systems.html'/>.</para> 172 173 173 <screen><userinput>GLL_DRV="i915,nouveau,radeonsi,svga,swrast"</userinput></screen> 174 <screen><userinput>GALLIUM_DRV="i915,nouveau,radeonsi,svga,swrast" 175 DRI_DRIVERS="i915,i965,nouveau" 176 PLATFORMS="x11,wayland,drm"</userinput></screen> 174 177 175 178 <para> … … 178 181 </para> 179 182 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 && 188 189 unset GLL_DRV && 190 191 make</userinput></screen> 183 <screen><userinput>mkdir build && 184 cd build && 185 186 meson --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 .. && 196 197 unset GALLIUM_DRV DRI_DRIVERS PLATFORMS && 198 199 ninja</userinput></screen> 192 200 193 201 <para> … … 196 204 </para> 197 205 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 <!-- 200 208 <para> 201 209 To test the results, issue: <command>make -k check</command>. 202 210 </para> 211 --> 212 <para> 213 This package does not come with a test suite. 214 </para> 203 215 204 216 <para> … … 206 218 </para> 207 219 208 <screen role="root"><userinput> makeinstall</userinput></screen>220 <screen role="root"><userinput>ninja install</userinput></screen> 209 221 210 222 <para> … … 214 226 </para> 215 227 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> 217 229 218 230 <para> … … 223 235 224 236 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/mesa-&mesa-version; && 225 cp -rfv docs/* /usr/share/doc/mesa-&mesa-version;</userinput></screen>237 cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version;</userinput></screen> 226 238 227 239 </sect2> … … 229 241 <sect2 role="commands"> 230 242 <title>Command Explanations</title> 231 243 <!-- 232 244 <para> 233 245 <parameter>CFLAGS="-O2" CXXFLAGS="-O2"</parameter>: By default, … … 243 255 for some of the package components. 244 256 </para> 257 --> 245 258 <!-- 246 259 <para> … … 252 265 Removed in 18.2.0 253 266 --> 254 255 <para> 256 <parameter>- -enable-osmesa</parameter>: This switch enables building267 <!-- 268 <para> 269 <parameter>-Dosmesa=gallium</parameter>: This switch enables building 257 270 the <filename class="libraryfile">libOSMesa</filename> library. 258 271 </para> 259 272 260 273 <para> 261 <parameter>- -enable-xa</parameter>: This switch enables building the274 <parameter>- -enable-xa</parameter>: This switch enables building the 262 275 XA X Acceleration API (Required for VMware 3D Driver). 263 276 </para> 264 277 265 278 <para> 266 <parameter>- -enable-gbm</parameter>: This switch enables building the279 <parameter>- -enable-gbm</parameter>: This switch enables building the 267 280 <application>Mesa</application> Graphics Buffer Manager library. 268 281 </para> 269 282 270 283 <para> 271 <parameter>- -enable-glx-tls</parameter>: This switch enables TLS (Thread Local284 <parameter>- -enable-glx-tls</parameter>: This switch enables TLS (Thread Local 272 285 Storage) support in GLX. 273 286 </para> 274 275 <para> 276 <parameter>- -with-platforms="..."</parameter>: This parameter287 --> 288 <para> 289 <parameter>-Dplatforms="..."</parameter>: This parameter 277 290 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. 289 304 </para> 290 305 … … 304 319 </seg> 305 320 <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 306 331 libEGL.so, 332 libGL.so, 333 libGLESv1_CM.so, 334 libGLESv2.so, 335 libOSMesa.so, 336 libXvMCnouveau.so, 307 337 libgbm.so, 308 338 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, 321 341 libxatracker.so, 322 lib XvMCnouveau.so,323 and libXvMCr600.so342 libvdpau_nouveau.so, and 343 libvdpau_radeonsi.so 324 344 </seg> 325 345 <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}} 327 347 and 328 348 /usr/share/doc/mesa-&mesa-version; (optional) … … 436 456 </varlistentry> 437 457 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>449 458 </variablelist> 450 459 -
x/installing/x7lib.xml
re0fa4a5 r2535d7fd 20 20 <!ENTITY libXext-md5sum "52df7c4c1f0badd9f82ab124fb32eb97"> 21 21 22 <!ENTITY libFS-version "1.0. 7">23 <!ENTITY libFS-md5sum " d79d9fe2aa55eb0f69b1a4351e1368f7">22 <!ENTITY libFS-version "1.0.8"> 23 <!ENTITY libFS-md5sum "4e1196275aa743d6ebd3d3d5ec1dff9c"> 24 24 25 25 <!ENTITY libICE-version "1.0.9"> … … 47 47 <!ENTITY libXfixes-md5sum "07e01e046a0215574f36a3aacb148be0"> 48 48 49 <!ENTITY libXcomposite-version "0.4. 4">50 <!ENTITY libXcomposite-md5sum " f7a218dcbf6f0848599c6c36fc65c51a">49 <!ENTITY libXcomposite-version "0.4.5"> 50 <!ENTITY libXcomposite-md5sum "3fa0841ea89024719b20cd702a9b54e0"> 51 51 52 52 <!ENTITY libXrender-version "0.9.10"> 53 53 <!ENTITY libXrender-md5sum "802179a76bded0b658f4e9ec5e1830a4"> 54 54 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"> 60 60 61 61 <!ENTITY libfontenc-version "1.1.4"> -
x/lib/at-spi2-atk.xml
re0fa4a5 r2535d7fd 6 6 7 7 <!ENTITY at-spi2-atk-download-http 8 "&gnome-download-http;/at-spi2-atk/2.3 0/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"> 9 9 <!ENTITY at-spi2-atk-download-ftp 10 "&gnome-download-ftp;/at-spi2-atk/2.3 0/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"> 12 12 <!ENTITY at-spi2-atk-size "96 KB"> 13 13 <!ENTITY at-spi2-atk-buildsize "8.1 MB (with tests)"> -
x/lib/at-spi2-core.xml
re0fa4a5 r2535d7fd 6 6 7 7 <!ENTITY at-spi2-core-download-http 8 "&gnome-download-http;/at-spi2-core/2.3 0/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"> 9 9 <!ENTITY at-spi2-core-download-ftp 10 "&gnome-download-ftp;/at-spi2-core/2.3 0/at-spi2-core-&at-spi2-core-version;.tar.xz">11 <!ENTITY at-spi2-core-md5sum " 7e15ba435ae93231ea049e4c10097b12">12 <!ENTITY at-spi2-core-size "18 4KB">13 <!ENTITY at-spi2-core-buildsize "6. 5MB (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)"> 14 14 <!ENTITY at-spi2-core-time "0.1 SBU (with tests)"> 15 15 ]> … … 102 102 <sect2 role="installation"> 103 103 <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> 104 110 105 111 <para> -
x/lib/atk.xml
re0fa4a5 r2535d7fd 5 5 %general-entities; 6 6 7 <!ENTITY atk-download-http "&gnome-download-http;/atk/2.3 0/atk-&atk-version;.tar.xz">8 <!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/2.3 0/atk-&atk-version;.tar.xz">9 <!ENTITY atk-md5sum " 769c85005d392ad17ffbc063f2d26454">10 <!ENTITY atk-size "28 4KB">11 <!ENTITY atk-buildsize " 11MB">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"> 12 12 <!ENTITY atk-time "less than 0.1 SBU"> 13 13 ]> -
x/lib/gtk+3.xml
re0fa4a5 r2535d7fd 7 7 <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-24;/gtk+->k3-version;.tar.xz"> 8 8 <!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/&gnome-minor-24;/gtk+->k3-version;.tar.xz"> 9 <!ENTITY gtk3-md5sum "3 2862355c08f6af3e7848c695cd4081b">10 <!ENTITY gtk3-size " 20MB">11 <!ENTITY gtk3-buildsize " 585 MB (add 11MB for tests)">12 <!ENTITY gtk3-time " 2.8 SBU (using parallelism=4, add 0.6SBU 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)"> 13 13 ]> 14 14 … … 165 165 <para> 166 166 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 170 171 gtk theme (such as current XFCE themes) has deprecated elements. 171 172 </para> -
x/lib/lib.xml
re0fa4a5 r2535d7fd 59 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="imlib2.xml"/> 60 60 <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"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdazzle.xml"/> 62 63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/> -
x/lib/libdazzle.xml
re0fa4a5 r2535d7fd 95 95 96 96 meson --prefix=/usr .. && 97 ninja 98 </userinput></screen> 97 ninja</userinput></screen> 99 98 100 99 <para> -
xsoft/office/libreoffice.xml
re0fa4a5 r2535d7fd 8 8 9 9 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz"> 10 <!ENTITY libreoffice-core-md5sum " b559a89014fdcadabdb7469e0ab6b37c">10 <!ENTITY libreoffice-core-md5sum "fb2408407984e465cc33c3d8f977e883"> 11 11 <!ENTITY libreoffice-core-size "204 MB"> 12 12 13 13 <!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"> 15 15 <!ENTITY libreoffice-dict-size "43 MB"> 16 16 17 17 <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz"> 18 <!ENTITY libreoffice-help-md5sum " 4a50d93f25f09f3d47f7dc110955c9c0">19 <!ENTITY libreoffice-help-size "1 5MB">18 <!ENTITY libreoffice-help-md5sum "5081a3a5a314338534a43c51824f725b"> 19 <!ENTITY libreoffice-help-size "16 MB"> 20 20 21 21 <!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"> 25 24 26 25 <!-- full size still accurate for 6.0.2, reconfiguring and rebuilding 27 26 the built source after initial DESTDIR install doesn't take a vast time --> 28 27 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)"> 30 29 31 30 <!-- for 6.1.2.1 I allowed 2 SBU for downloads, my total was … … 442 441 443 442 # Set up a generic location independent of version number 444 ln -sfv $LO_PREFIX/opt/libreoffice443 ln -sfv libreoffice-&libreoffice-dlversion; /opt/libreoffice 445 444 446 445 # Icons
Note:
See TracChangeset
for help on using the changeset viewer.