Changeset fb7ec07
- Timestamp:
- 06/08/2019 06:33:33 AM (4 years ago)
- Branches:
- elogind
- Children:
- f914d6b
- Parents:
- cbf7be5
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcbf7be5 rfb7ec07 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "07"> <!-- Always 2 digits --> 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " May 30th, &year;">9 <!ENTITY releasedate "June 7th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libuv.xml
rcbf7be5 rfb7ec07 7 7 <!ENTITY libuv-download-http "https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz"> 8 8 <!ENTITY libuv-download-ftp " "> 9 <!ENTITY libuv-md5sum " 60dd1d88b8a3d68db9b7c401327503fb">10 <!ENTITY libuv-size "1. 2MB">9 <!ENTITY libuv-md5sum "e3202bd420e0740d6809df042cccd9f9"> 10 <!ENTITY libuv-size "1.1 MB"> 11 11 <!ENTITY libuv-buildsize "12 MB (add 12 MB for tests)"> 12 12 <!ENTITY libuv-time "0.1 SBU (add 0.4 SBU for tests)"> … … 119 119 <para> 120 120 If you want to run the tests, run: <command>make check</command>. 121 One test, ipc_closed_handle. is known to fail. 121 <!-- One test, ipc_closed_handle. is known to fail. --> 122 122 </para> 123 123 -
general/graphlib/harfbuzz.xml
rcbf7be5 rfb7ec07 6 6 7 7 <!ENTITY harfbuzz-download-http 8 "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar. bz2">8 "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.xz"> 9 9 <!ENTITY harfbuzz-download-ftp " "> 10 10 <!ENTITY harfbuzz-md5sum "0736300b8ae88d663b15741180aaf305"> -
general/prog/cmake.xml
rcbf7be5 rfb7ec07 7 7 <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " 1495548397cbfef325a8d153a8720d72">9 <!ENTITY cmake-md5sum "a8cbfc3510b95ea686b4059d8b1f765c"> 10 10 <!ENTITY cmake-size "8.4 MB"> 11 11 <!ENTITY cmake-buildsize "371 MB (add 533 MB for tests)"> … … 124 124 cmake-&cmake-version;-test.log</command>, where 125 125 <replaceable><N></replaceable> is an integer between 1 and the 126 number of system cores. 126 number of system cores. In case the environment variable 127 <literal>LANG</literal> is set to a non-blank value and failures 128 occur, try running the tests without having <literal>LANG</literal> set. 127 129 128 130 <!-- Please, don't remove this comment, needed if tests start to fail -
general/prog/php.xml
rcbf7be5 rfb7ec07 7 7 <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz"> 8 8 <!ENTITY php-download-ftp " "> 9 <!ENTITY php-md5sum " e363a5dd4ac09c1e9c87dace28029dde">10 <!ENTITY php-size "11 MB">9 <!ENTITY php-md5sum "c05e9290c3ca3e74a4d6ff26aaa4f172"> 10 <!ENTITY php-size "11.4 MB"> 11 11 <!ENTITY php-buildsize "575 MB (add 4 MB for tests, add 112 MB for documentation)"> 12 12 <!ENTITY php-time "1.9 SBU (with parallelism=4; add 2.5 SBU for tests)"> -
general/sysutils/dbus.xml
rcbf7be5 rfb7ec07 122 122 <sect2 role="installation"> 123 123 <title>Installation of D-Bus</title> 124 124 <!-- 125 125 <para revision="sysv"> 126 126 If they do not already exist, … … 132 132 useradd -c "D-Bus Message Daemon User" -d /var/run/dbus \ 133 133 -u 18 -g messagebus -s /bin/false messagebus</userinput></screen> 134 --> 134 135 135 136 <para> -
gnome/platform/geocode-glib.xml
rcbf7be5 rfb7ec07 79 79 <bridgehead renderas="sect4">Required</bridgehead> 80 80 <para role="required"> 81 <xref linkend="gtk-doc"/>, 82 <xref linkend="json-glib"/>, and 81 <xref linkend="json-glib"/> and 83 82 <xref linkend="libsoup"/> 84 83 </para> … … 88 87 <xref linkend="gobject-introspection"/> 89 88 </para> 90 <!--91 Install phase fails without gtk-doc.92 89 93 90 <bridgehead renderas="sect4">Optional</bridgehead> 94 91 <para role="optional"> 92 <xref linkend="gtk-doc"/> 95 93 </para> 96 --> 94 97 95 <para condition="html" role="usernotes"> 98 96 User Notes: <ulink url="&blfs-wiki;/geocode-glib"/> … … 108 106 </para> 109 107 110 <screen><userinput>mkdir build &&111 cd build &&112 meson --prefix /usr .. &&108 <screen><userinput>mkdir build && 109 cd build && 110 meson --prefix /usr .. -Denable-gtk-doc=false && 113 111 ninja</userinput></screen> 114 112 … … 124 122 125 123 <screen role="root"><userinput>ninja install</userinput></screen> 124 125 </sect2> 126 127 <sect2 role="commands"> 128 <title>Command Explanations</title> 129 130 <para> 131 <option>-Denable-gtk-doc=false</option>: Allow this package to be 132 built without GTK-Doc. Remove this parameter if GTK-Doc is installed 133 and you wish to rebuild and install the API documentation. 134 </para> 126 135 127 136 </sect2> -
gnome/platform/gexiv2.xml
rcbf7be5 rfb7ec07 109 109 110 110 <para> 111 T his package does not come with a test suite.111 To test the results, run <command>ninja test</command>. 112 112 </para> 113 113 -
gnome/platform/gnome-desktop.xml
rcbf7be5 rfb7ec07 81 81 <xref linkend="gtk3"/>, 82 82 <xref linkend="iso-codes"/>, 83 <xref linkend="itstool"/>, 83 84 <xref linkend="libseccomp"/>, 84 85 <xref linkend="libxml2"/>, and -
introduction/welcome/changelog.xml
rcbf7be5 rfb7ec07 76 76 </listitem> 77 77 --> 78 <listitem> 79 <para>June 7th, 2019</para> 80 <itemizedlist> 81 <listitem> 82 <para>[renodr] - Update to Samba-4.10.4. This is a critical security update, 83 and it is recommended that all users of Samba from 4.0.x to 4.10.x upgrade 84 to this version. Fixes 85 <ulink url="&blfs-ticket-root;11916">#11916</ulink>.</para> 86 </listitem> 87 <listitem> 88 <para>[xry111] - Update to gnutls-3.6.8. Fixes 89 <ulink url="&blfs-ticket-root;12107">#12107</ulink>.</para> 90 </listitem> 91 </itemizedlist> 92 </listitem> 93 94 <listitem> 95 <para>June 6th, 2019</para> 96 <itemizedlist> 97 <listitem> 98 <para>[timtas] - Update to xfdesktop-4.12.5. Fixes 99 <ulink url="&blfs-ticket-root;12128">#12128</ulink>.</para> 100 </listitem> 101 </itemizedlist> 102 </listitem> 103 104 <listitem> 105 <para>June 5th, 2019</para> 106 <itemizedlist> 107 <listitem> 108 <para>[xry111] - Update to epiphany-3.32.2. Fixes 109 <ulink url="&blfs-ticket-root;11807">#11807</ulink>.</para> 110 </listitem> 111 </itemizedlist> 112 </listitem> 113 114 <listitem> 115 <para>June 4th, 2019</para> 116 <itemizedlist> 117 <listitem> 118 <para>[ken] - Update to firefox-67.0.1. Fixes 119 <ulink url="&blfs-ticket-root;12122">#12122</ulink>.</para> 120 </listitem> 121 </itemizedlist> 122 </listitem> 123 124 <listitem> 125 <para>June 2nd, 2019</para> 126 <itemizedlist> 127 <listitem> 128 <para>[ken] - Update to texlive-20190410 and 2019 version of 129 install-tl-unx. Fixes 130 <ulink url="&blfs-ticket-root;11999">#11999</ulink>.</para> 131 </listitem> 132 <listitem> 133 <para>[thomas] - Update to php-7.3.6. Fixes 134 <ulink url="&blfs-ticket-root;12115">#12115</ulink>.</para> 135 </listitem> 136 </itemizedlist> 137 </listitem> 138 139 <listitem> 140 <para>June 1st, 2019</para> 141 <itemizedlist> 142 <listitem> 143 <para>[thomas] - Update to iptables-1.8.3. Fixes 144 <ulink url="&blfs-ticket-root;12102">#12102</ulink>.</para> 145 </listitem> 146 <listitem> 147 <para>[thomas] - Update to libuv-1.29.1. Fixes 148 <ulink url="&blfs-ticket-root;12085">#12085</ulink>.</para> 149 </listitem> 150 <listitem> 151 <para>[thomas] - Update to cmake-3.14.5. Fixes 152 <ulink url="&blfs-ticket-root;12119">#12119</ulink>.</para> 153 </listitem> 154 </itemizedlist> 155 </listitem> 156 157 <listitem> 158 <para>May 31st, 2019</para> 159 <itemizedlist> 160 <listitem> 161 <para>[renodr] - Update to pipewire-0.2.6. Fixes 162 <ulink url="&blfs-ticket-root;12092">#12092</ulink>.</para> 163 </listitem> 164 </itemizedlist> 165 </listitem> 166 78 167 <listitem> 79 168 <para>May 30th, 2019</para> -
kde/plasma5/plasma-all.xml
rcbf7be5 rfb7ec07 70 70 <xref linkend="mesa"/> built with <xref linkend="wayland"/>, 71 71 <xref linkend="NetworkManager"/>, 72 <xref linkend="pipewire"/>, 72 73 <xref linkend="pulseaudio"/>, 73 74 <xref linkend="qca"/>, -
multimedia/libdriv/pipewire.xml
rcbf7be5 rfb7ec07 7 7 <!ENTITY pipewire-download-http "https://github.com/PipeWire/pipewire/archive/&pipewire-version;/pipewire-&pipewire-version;.tar.gz"> 8 8 <!ENTITY pipewire-download-ftp " "> 9 <!ENTITY pipewire-md5sum " 558660cd68f7119ba9477dd996e7d041">9 <!ENTITY pipewire-md5sum "95c5a745b56b68065d528fcf0b1aca31"> 10 10 <!ENTITY pipewire-size "412 KB"> 11 <!ENTITY pipewire-buildsize "3 9MB">11 <!ENTITY pipewire-buildsize "38 MB"> 12 12 <!ENTITY pipewire-time "0.5 SBU"> 13 13 ]> … … 81 81 <xref linkend="gst10-plugins-base"/>, 82 82 <xref linkend="libva"/>, 83 <xref linkend="sbc"/>, 84 <xref linkend="sdl2"/>, and 85 <xref linkend="v4l-utils"/> 83 <xref linkend="sbc"/>, and 84 <xref linkend="sdl2"/> 86 85 </para> 87 86 -
networking/netprogs/samba.xml
rcbf7be5 rfb7ec07 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 "e 20678bebd7cf625dc2c9f53101366fe">9 <!ENTITY samba-md5sum "ef745b96eba9ca56334f2b5526427acd"> 10 10 <!ENTITY samba-size "17 MB"> 11 <!ENTITY samba-buildsize "61 5 MB (add 562MB for quicktest)">12 <!ENTITY samba-time "7.0 SBU (add 5.6 SBU for quicktest)">11 <!ENTITY samba-buildsize "616 MB (add 625 MB for quicktest)"> 12 <!ENTITY samba-time "7.0 SBU (add 16 SBU for quicktest)"> 13 13 ]> 14 14 … … 85 85 <para role="optional"> 86 86 <xref linkend="avahi"/>, 87 <xref linkend="bind"/>, 87 88 <xref linkend="cups"/>, 88 89 <xref linkend="cyrus-sasl"/>, … … 107 108 <ulink url="https://cmocka.org/">cmocka</ulink>, 108 109 <ulink url="https://ctdb.samba.org/">ctdb</ulink> (included), 110 <ulink url="https://cwrap.org/">cwrap</ulink>, 111 <ulink url="&pypi;/dnspython/">dnspython</ulink>, 112 <ulink url="https://packages.debian.org/stretch/fam/">FAM</ulink>, 109 113 <ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>, 110 114 <ulink url="https://github.com/gluster/glusterfs/">GlusterFS</ulink>, 111 115 <ulink url="http://www.h5l.org/">Heimdal</ulink> (included), 112 <!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->113 <!-- <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>, -->114 116 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, 115 117 <ulink url="https://ldb.samba.org/">ldb</ulink> (included), … … 165 167 <screen revision="sysv"><userinput>CFLAGS="-I/usr/include/tirpc" \ 166 168 LDFLAGS="-ltirpc" \ 167 ./configure\169 ./configure \ 168 170 --prefix=/usr \ 169 171 --sysconfdir=/etc \ … … 179 181 <screen revision="systemd"><userinput>CFLAGS="-I/usr/include/tirpc" \ 180 182 LDFLAGS="-ltirpc" \ 181 ./configure\183 ./configure \ 182 184 --prefix=/usr \ 183 185 --sysconfdir=/etc \ … … 198 200 <filename class="directory">./st/summary</filename>.</para> 199 201 202 <!-- If doing a security update or a new minor version (point releases do not apply 203 here), run 'make testenv' before running 'make test' and 'make subunit-test'. This 204 will setup the test environment and make the tests run faster, as well as point 205 out any glaring issues that might affect the new Samba installation. With 4.10.4, 206 I got 236 failures, 73 errors, and 2 unexpected successes. These were all known 207 upstream, and you can find them in the knownfail list in their git repo. 208 This is per Upstream's recommendation over IRC.--> 209 200 210 <note> 201 211 <para>Additionally, developer test suites are available. If you've 202 212 installed the optional python modules above, you can run these tests with 203 213 <command>make test</command>. It is not recommended for the average 204 builder at nearly 100 SBU and over a gigabyte of disk space, and you205 should expect ~ 80errors and ~30 failures from the 3000+ tests.</para>214 builder at nearly 240 SBU and over a gigabyte of disk space, and you 215 should expect ~73 errors and ~30 failures from the 3000+ tests.</para> 206 216 </note> 207 217 … … 715 725 <term><command>ldbrename</command></term> 716 726 <listitem> 717 <para>allows you to edit LDB databases using your preferred 718 editor.</para> 727 <para>allows you to rename LDB databases.</para> 719 728 <indexterm zone="samba ldbrename"> 720 729 <primary sortas="b-ldbrename">ldbrename</primary> -
networking/netutils/wireshark.xml
rcbf7be5 rfb7ec07 90 90 <bridgehead renderas="sect4">Recommended</bridgehead> 91 91 <para role="recommended"> 92 <xref linkend="libpcap"/> (required to capture data) , and92 <xref linkend="libpcap"/> (required to capture data) 93 93 </para> 94 94 … … 169 169 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 170 170 -DCMAKE_BUILD_TYPE=Release \ 171 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/ PROGRAM=wireshark-&wireshark-version; \171 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/wireshark-&wireshark-version; \ 172 172 -G Ninja \ 173 173 .. && … … 185 185 186 186 install -v -m755 -d /usr/share/doc/wireshark-&wireshark-version; && 187 install -v -m644 README.linux doc/README.*doc/{*.pod,randpkt.txt} \187 install -v -m644 ../README.linux ../doc/README.* ../doc/{*.pod,randpkt.txt} \ 188 188 /usr/share/doc/wireshark-&wireshark-version; && 189 189 -
packages.ent
rcbf7be5 rfb7ec07 16 16 <!ENTITY cyrus-sasl-version "2.1.27"> 17 17 <!ENTITY gnupg2-version "2.2.15"> 18 <!ENTITY gnutls-version "3.6. 7.1">18 <!ENTITY gnutls-version "3.6.8"> 19 19 <!ENTITY gpgme-version "1.13.0"> 20 20 <!ENTITY haveged-version "1.9.2"> 21 <!ENTITY iptables-version "1.8. 2">21 <!ENTITY iptables-version "1.8.3"> 22 22 <!ENTITY libcap-version "2.27"> 23 23 <!ENTITY liboauth-version "1.0.3"> … … 162 162 <!ENTITY libusb-version "1.0.22"> 163 163 <!ENTITY libusb-compat-version "0.1.5"> 164 <!ENTITY libuv-version "1.29. 0">164 <!ENTITY libuv-version "1.29.1"> 165 165 <!ENTITY libxkbcommon-version "0.8.4"> 166 166 <!-- the libxml2-version is also used for the python2 module, … … 313 313 <!ENTITY clisp-version "2.49"> 314 314 <!ENTITY cmake-major-version "3.14"> 315 <!ENTITY cmake-minor-version " 4">315 <!ENTITY cmake-minor-version "5"> 316 316 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 317 317 <!ENTITY dejagnu-version "1.6.2"> … … 333 333 <!ENTITY ninja-version "1.9.0"> 334 334 <!ENTITY npapi-sdk-version "0.27.2"> 335 <!ENTITY php-version "7.3. 5">335 <!ENTITY php-version "7.3.6"> 336 336 <!ENTITY python2-version "2.7.16"> 337 337 <!ENTITY python3-version "3.7.3"> … … 555 555 <!ENTITY rpcbind-version "1.2.5"> 556 556 <!ENTITY rsync-version "3.1.3"> 557 <!ENTITY samba-version "4.10. 1">557 <!ENTITY samba-version "4.10.4"> 558 558 <!ENTITY wget-version "1.20.3"> 559 559 <!ENTITY wireless-tools-version "29"> … … 790 790 <!ENTITY xfce4-power-manager-version "1.6.2"> 791 791 <!ENTITY xfce4-settings-version "4.12.4"> 792 <!ENTITY xfdesktop-version "4.12. 4">792 <!ENTITY xfdesktop-version "4.12.5"> 793 793 <!ENTITY xfwm4-version "4.12.5"> 794 794 <!ENTITY xfce4-session-version "4.12.1"> … … 866 866 <!-- Chapter 40 --> 867 867 <!--<!ENTITY chromium-version "64.0.3282.186">--> 868 <!ENTITY epiphany-version "3.3 0.3">868 <!ENTITY epiphany-version "3.32.2"> 869 869 <!ENTITY falkon-version "3.0.1"> 870 <!ENTITY firefox-version "67.0 ">870 <!ENTITY firefox-version "67.0.1"> 871 871 <!ENTITY flashplayer-version "27.0.0.187"> 872 872 <!ENTITY qupzilla-version "2.2.6"> … … 950 950 <!ENTITY opal-version "3.10.10"> 951 951 <!ENTITY opus-version "1.3.1"> 952 <!ENTITY pipewire-version "0.2. 5">952 <!ENTITY pipewire-version "0.2.6"> 953 953 <!ENTITY pulseaudio-major-version "12.2"> 954 954 <!ENTITY pulseaudio-version "&pulseaudio-major-version;"> … … 1031 1031 1032 1032 <!-- Chapter 51 --> 1033 <!ENTITY texlive-version "201 80414">1034 <!ENTITY texmf-version "201 80414">1033 <!ENTITY texlive-version "20190410"> 1034 <!ENTITY texmf-version "20190410"> 1035 1035 <!-- the year is used when setting up PATHs in the tl-installer 1036 1036 page, as well as to reference the directory in texlive, also 1037 1037 in asymptote, biber and xindy --> 1038 <!ENTITY texlive-year "201 8">1038 <!ENTITY texlive-year "2019"> 1039 1039 <!ENTITY asymptote-version "2.49"> 1040 1040 <!ENTITY biber-version "2.12"> -
postlfs/security/gnutls.xml
rcbf7be5 rfb7ec07 8 8 <!ENTITY gnutls-download-ftp "&gnupg-ftp;/gnutls/v3.6/gnutls-&gnutls-version;.tar.xz"> 9 9 <!ENTITY gnutls-download-ftp " "> 10 <!ENTITY gnutls-md5sum "9 2a8049e618afa60e2c852da1884c457">11 <!ENTITY gnutls-size " 7.8MB">12 <!ENTITY gnutls-buildsize " 142 MB (add 99MB for tests)">10 <!ENTITY gnutls-md5sum "9dcf0aa45d1a42e1b3ca5d39ec7c61a8"> 11 <!ENTITY gnutls-size "5.5 MB"> 12 <!ENTITY gnutls-buildsize "86 MB (add 80 MB for tests)"> 13 13 <!ENTITY gnutls-time "0.6 SBU (using parallelism=4; add 7.7 SBU for tests)"> 14 14 ]> … … 137 137 <title>Installation of GnuTLS</title> 138 138 139 <!-- Remove this at 3.6.8 or 3.7.0 -->140 <note><para>141 The package tarball extracts into directory gnutls-3.6.7, instead of142 gnutls-&gnutls-version;.143 </para></note>144 145 139 <para> 146 140 Install <application>GnuTLS</application> by running the -
postlfs/security/iptables.xml
rcbf7be5 rfb7ec07 7 7 <!ENTITY iptables-download-http "http://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2"> 8 8 <!ENTITY iptables-download-ftp "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2"> 9 <!ENTITY iptables-md5sum " 944558e88ddcc3b9b0d9550070fa3599">10 <!ENTITY iptables-size "6 64KB">9 <!ENTITY iptables-md5sum "29de711d15c040c402cf3038c69ff513"> 10 <!ENTITY iptables-size "699 KB"> 11 11 <!ENTITY iptables-buildsize "17 MB"> 12 12 <!ENTITY iptables-time "0.2 SBU"> -
postlfs/security/make-ca.xml
rcbf7be5 rfb7ec07 242 242 <screen role="nodump"><userinput>openssl x509 -in /etc/ssl/certs/Makebelieve_CA_Root.pem \ 243 243 -text \ 244 -fingerprint 244 -fingerprint \ 245 245 -setalias "Disabled Makebelieve CA Root" \ 246 246 -addreject serverAuth \ -
pst/typesetting/asymptote.xml
rcbf7be5 rfb7ec07 107 107 <sect2 role="installation"> 108 108 <title>Installation of asymptote</title> 109 110 <note> 111 <para> 112 At the moment, there are issues in building <application>dvisvgm</application>. 113 Without that, <command>asy</command> cannot create svg files. The current 114 source, for those who need it, can be found at <ulink url="https://dvisvgm.de/"/> 115 </para> 116 </note> 109 117 110 118 <para> -
pst/typesetting/biber.xml
rcbf7be5 rfb7ec07 76 76 <screen><userinput>wget -c &biber-download-http; \ 77 77 -O biber-&biber-version;.tar.gz</userinput></screen>. 78 </para> 79 </note> 78 </para> 79 80 <para> 81 If you have updated to a new release of texlive-source, biber and its 82 perl dependencies are still in present in <filename 83 class="directory">/usr</filename> and do not need to be rebuilt. However, 84 biblatex installs in <filename 85 class="directory">/opt/texlive/&texlive-year;</filename> and does need to 86 be reinstalled. 87 </para> 88 </note> 80 89 81 90 <bridgehead renderas="sect3">Required Additional Download</bridgehead> -
pst/typesetting/texlive.xml
rcbf7be5 rfb7ec07 7 7 <!ENTITY texlive-download-http " "> 8 8 <!ENTITY texlive-download-ftp "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-source.tar.xz"> 9 <!ENTITY texlive-md5sum " 41d1e8874d266935c656fe51b440a413">10 <!ENTITY texlive-size " 48MB">11 12 <!ENTITY texlive-buildsize " 6.5 GB including the additional download (+179 MB for the tests), 5.3GB installed">13 <!ENTITY texlive-time " 9.8 SBU including the additional download (+0.3 SBU for the tests)">9 <!ENTITY texlive-md5sum "be4b20aa60861bc510bcbc5b228bcb51"> 10 <!ENTITY texlive-size "52 MB"> 11 12 <!ENTITY texlive-buildsize "7.2 GB including the additional download and the tests, 6.0 GB installed"> 13 <!ENTITY texlive-time "5.6 SBU including the additional download and the tests, building with parallelism=4"> 14 14 15 15 <!ENTITY texlive-texmf-download-http " "> 16 16 <!ENTITY texlive-texmf-download-ftp "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texmf-version;-texmf.tar.xz"> 17 <!ENTITY texlive-texmf-md5sum " 05330b3b5445ef60b08a0ed660c55c92">17 <!ENTITY texlive-texmf-md5sum "586bb6cb6c30ce7efba256b956df6bc2"> 18 18 <!ENTITY texlive-texmf-size "2.5 GB"> 19 19 … … 104 104 <listitem> 105 105 <para>Required patch: <ulink 106 url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes- 3.patch"/></para>106 url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes-1.patch"/></para> 107 107 </listitem> 108 108 </itemizedlist> … … 113 113 <para role="recommended"> 114 114 <xref linkend="gs"/> <emphasis>including 115 <filename>libgs.so</filename></emphasis> (for dvisvgm, which is used by e.g. 116 <xref role="nodep" linkend="asymptote"/>), 115 <filename>libgs.so</filename></emphasis>, <!--(for dvisvgm, which is used by e.g. 116 <xref role="nodep" linkend="asymptote"/>), : still referenced for dynamic loading, 117 even without dvisvgm - e.fg. by dvipsk --> 117 118 <xref linkend="x-window-system"/> 118 119 </para> … … 178 179 or <literal>\-\-with-system-xpdf</literal> options when configuring. 179 180 </para>--> 181 182 <para> 183 In the 2019 release, <application>dvisvgm</application> cannot be built 184 if shared system libraries are used. This means that <xref linkend="asymptote"/> 185 will not be able to create svg files. 186 </para> 180 187 </note> 181 188 … … 185 192 <screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') && 186 193 187 patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes- 3.patch &&194 patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-1.patch && 188 195 <!-- 189 196 let MYPOPPLER=$(pkg-config \-\-modversion poppler | cut -d '.' -f2) … … 202 209 \-\-with-system-poppler \ 203 210 \-\-with-system-xpdf \ 211 potrace was only used by dvisvgm 212 \-\-with-system-potrace \ 204 213 --> 205 214 ../configure \ … … 213 222 --disable-native-texlive-build \ 214 223 --disable-static --enable-shared \ 224 --disable-dvisvgm \ 215 225 --with-system-cairo \ 216 226 --with-system-fontconfig \ … … 225 235 --with-system-mpfr \ 226 236 --with-system-pixman \ 227 --with-system-potrace \228 237 --with-system-zlib \ 229 238 --with-banner-add=" - BLFS" && … … 284 293 285 294 <para> 286 <command>patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes- 3.patch</command>:295 <command>patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-1.patch</command>: 287 296 various problems have come to light since the shipped source was frozen to 288 be committed to DVDs. In particular, a segmentation fault in dvipdfm-x from 289 XeTeX <!--and changes in newer versions of <application>poppler</application>-->, 290 also an important vulnerability fix. 297 be committed to DVDs. 291 298 </para> 292 299 … … 317 324 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 318 325 href="../../xincludes/tex-xpdf.xml"/>--> 326 327 <para> 328 <command>--disable-dvisvgm</command>: As noted above, the shipped version 329 of dvisvgm, which has modified configuration files, cannot be built with 330 shared system libraries. 331 </para> 319 332 320 333 <para> -
pst/typesetting/tl-installer.xml
rcbf7be5 rfb7ec07 8 8 9 9 <!ENTITY tl-installer-download-ftp " "> 10 <!ENTITY tl-installer-md5sum " 3a1ab4e0ed369f2a58e52184636ac0df">11 <!ENTITY tl-installer-date "201 80428"> <!-- in the directory name -->12 <!ENTITY tl-installer-size " 2.7MB">13 14 <!ENTITY tl-installer-buildsize " 5.5GB if everything is included">10 <!ENTITY tl-installer-md5sum "e80f92667fb65f38dae88d1c5b22dba3"> 11 <!ENTITY tl-installer-date "20190529"> <!-- in the directory name --> 12 <!ENTITY tl-installer-size "3.8 MB"> 13 14 <!ENTITY tl-installer-buildsize "6.2 GB if everything is included"> 15 15 <!ENTITY tl-installer-time "varies, depending on network speed and traffic"> 16 16 ]> … … 95 95 </para> 96 96 <para role="recommended"> 97 <xref role="runtime" linkend="gs"/> is dynamically loaded by dvisvgm, which is used by 98 <application>asy</application>. 97 <xref role="runtime" linkend="gs"/> is dynamically loaded by dvisvgm, 98 which is used by <application>asy</application> when that creates SVG 99 files. 99 100 </para> 100 101 <para role="recommended"> … … 110 111 the optional non-wide-character ncurses library (for "some binary-only 111 112 application") from the bottom of the <application>Ncurses</application> 112 page in LFS is needed by <application>asy</application> 113 and also for xindy.run which is used by <application>xindy</application> 114 </para> 115 <para role="recommended"> 116 The binary versions of <application>asy</application> need 117 <xref linkend="glu"/>, <xref linkend="freeglut"/>. and <ulink 118 url="&gnu-ftp;/readline/readline-6.3.tar.gz">libreadline-6.3</ulink> 119 with the LFS patch <ulink 120 url="http://www.linuxfromscratch.org/patches/downloads/readline/readline-6.3-upstream_fixes-3.patch">readline-6.3-upstream_fixes-1.patch</ulink> 121 : asy only requires <filename>libreadline.so.6.3</filename> which can be 122 manually copied from the <filename class="directory">shlib/</filename> 123 directory after running <command>configure</command> and 124 <command>make</command> 125 and then symlinked as <filename>libreadline.so.6</filename>. 113 page in LFS is needed 114 for xindy.run which is used by <application>xindy</application> 115 </para> 116 <para role="recommended"> 117 The binary version of <application>asy</application> needs 118 <xref linkend="freeglut"/>. 126 119 </para> 127 120 <para> -
server/major/bind.xml
rcbf7be5 rfb7ec07 134 134 --localstatedir=/var \ 135 135 --mandir=/usr/share/man \ 136 --enable-threads \137 136 --with-libtool \ 138 137 --disable-static && … … 184 183 <filename class='directory'>/usr/etc</filename>.</para> 185 184 186 <para><parameter>--enable-threads</parameter>: This parameter enables 185 <!-- No longer available as of 9.14.2 186 <para><parameter>- -enable-threads</parameter>: This parameter enables 187 187 multi-threading capability.</para> 188 --> 188 189 189 190 <para><parameter>--with-libtool</parameter>: This parameter forces the … … 203 204 useful on servers which receive a large number of queries.</para> 204 205 205 <para><option>--disable-linux-caps</option> BIND can also be built without206 <para><option>--disable-linux-caps</option>: BIND can also be built without 206 207 capability support by using this option, at the cost of some loss of 207 208 security.</para> -
x/installing/x7driver-wacom.xml
rcbf7be5 rfb7ec07 123 123 </para> 124 124 125 <screen revision="sysv"><userinput> 126 ./configure $XORG_CONFIG --with-systemd-unit-dir=no \ 125 <screen revision="sysv"><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no \ 127 126 --with-udev-rules-dir=/lib/udev/rules.d && 128 127 make</userinput></screen> -
xfce/core/xfdesktop.xml
rcbf7be5 rfb7ec07 8 8 "http://archive.xfce.org/src/xfce/xfdesktop/&xfce4-version;/xfdesktop-&xfdesktop-version;.tar.bz2"> 9 9 <!ENTITY xfdesktop-download-ftp " "> 10 <!ENTITY xfdesktop-md5sum " 7571889368be72df185ce2d470f37198">10 <!ENTITY xfdesktop-md5sum "cbb35b052c28a937f02c83af873b05cf"> 11 11 <!ENTITY xfdesktop-size "1.4 MB"> 12 12 <!ENTITY xfdesktop-buildsize "16 MB"> -
xincludes/texrecommendlibs.xml
rcbf7be5 rfb7ec07 1 <?xml version="1.0" encoding="ISO-8859-1"?> 1 2 2 <!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > … … 18 18 <xref linkend="icu"/>, 19 19 <xref linkend="libpaper"/> (used by at least context and xelatex), 20 <xref linkend="libpng"/>,20 and <xref linkend="libpng"/> 21 21 <!--<xref linkend="poppler"/>,--> 22 and <xref linkend="potrace"/>22 <!-- and <xref linkend="potrace"/>--> 23 23 </para> -
xsoft/graphweb/epiphany.xml
rcbf7be5 rfb7ec07 6 6 7 7 <!ENTITY epiphany-download-http 8 "&gnome-download-http;/epiphany/&gnome-minor-3 0;/epiphany-&epiphany-version;.tar.xz">8 "&gnome-download-http;/epiphany/&gnome-minor-32;/epiphany-&epiphany-version;.tar.xz"> 9 9 <!ENTITY epiphany-download-ftp 10 "&gnome-download-ftp;/epiphany/&gnome-minor-3 0;/epiphany-&epiphany-version;.tar.xz">11 <!ENTITY epiphany-md5sum " fd05702b1c9bcb6a0633de54c4a6ccd2">12 <!ENTITY epiphany-size " 4.3MB">13 <!ENTITY epiphany-buildsize " 61MB">10 "&gnome-download-ftp;/epiphany/&gnome-minor-32;/epiphany-&epiphany-version;.tar.xz"> 11 <!ENTITY epiphany-md5sum "2a6672b22a0fdb869e5f0a415ac2da34"> 12 <!ENTITY epiphany-size "5.2 MB"> 13 <!ENTITY epiphany-buildsize "76 MB"> 14 14 <!ENTITY epiphany-time "0.6 SBU"> 15 15 ]> … … 82 82 <xref linkend="iso-codes"/>, 83 83 <xref linkend="json-glib"/>, 84 <xref linkend="libdazzle"/>, 85 <xref linkend="libnotify"/>, 86 <xref linkend="libwnck"/>, and 84 <xref linkend="libnotify"/>, and 87 85 <xref linkend="webkitgtk"/> 88 86 </para> … … 90 88 <bridgehead renderas="sect4">Recommended</bridgehead> 91 89 <para role="recommended"> 92 <xref linkend="nss"/> 93 </para> 94 95 <bridgehead renderas="sect4">Optional</bridgehead> 96 <para role="optional"> 97 <xref linkend="lsb-release"/> and 98 <ulink url="https://github.com/GNOME/libhttpseverywhere">libhttpseverywhere</ulink> 90 <xref linkend="libdazzle"/> 99 91 </para> 100 92 -
xsoft/graphweb/firefox.xml
rcbf7be5 rfb7ec07 7 7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz"> 8 8 <!ENTITY firefox-download-ftp " "> 9 <!ENTITY firefox-md5sum " 41a5d504deaed12ebf0e25bb1420f08a">10 <!ENTITY firefox-size "27 0MB">9 <!ENTITY firefox-md5sum "6f11beffb05aac9574df95c2ee35e332"> 10 <!ENTITY firefox-size "275 MB"> 11 11 <!-- NB with stylo, much of the build uses rust, and therefore cargo files. 12 12 But the extra cached cargo files, if any, seem to be minimal -->
Note:
See TracChangeset
for help on using the changeset viewer.