Changeset e024fe4
- Timestamp:
- 12/01/2017 06:27:34 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7c90a4a
- Parents:
- c5eb8ede
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/qpdf.xml
rc5eb8ede re024fe4 73 73 74 74 <bridgehead renderas="sect3">Qpdf Dependencies</bridgehead> 75 76 <bridgehead renderas="sect4">Required</bridgehead>77 <para role="required">78 <xref linkend="pcre"/>79 </para>80 75 81 76 <bridgehead renderas="sect4">Optional</bridgehead> -
general/prog/nasm.xml
rc5eb8ede re024fe4 7 7 <!ENTITY nasm-download-http "http://www.nasm.us/pub/nasm/releasebuilds/&nasm-version;/nasm-&nasm-version;.tar.xz"> 8 8 <!ENTITY nasm-download-ftp " "> 9 <!ENTITY nasm-md5sum " b3ae134bd1b5ead73d659286f568da95">10 <!ENTITY nasm-size "78 4KB">11 <!ENTITY nasm-buildsize "2 8MB" >9 <!ENTITY nasm-md5sum "abb79a82fa30908217e30f76eca8a557"> 10 <!ENTITY nasm-size "788 KB"> 11 <!ENTITY nasm-buildsize "29 MB" > 12 12 <!ENTITY nasm-time "0.2 SBU"> 13 13 ]> -
general/sysutils/upower.xml
rc5eb8ede re024fe4 7 7 <!ENTITY upower-download-http "https://upower.freedesktop.org/releases/upower-&upower-version;.tar.xz"> 8 8 <!ENTITY upower-download-ftp " "> 9 <!ENTITY upower-md5sum " c9dacc02dac736ea0350e8d492dcd3a0">10 <!ENTITY upower-size "4 24KB">11 <!ENTITY upower-buildsize "11 MB (add 2 MB for tests)">9 <!ENTITY upower-md5sum "236bb439d9ff1151450b3d8582399532"> 10 <!ENTITY upower-size "440 KB"> 11 <!ENTITY upower-buildsize "11 MB"> 12 12 <!ENTITY upower-time "0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
rc5eb8ede re024fe4 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Remove pcre as dependency for qpdf. Fixes 49 <ulink url="&blfs-ticket-root;10094">#10094</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to curl-7.57.0. Fixes 53 <ulink url="&blfs-ticket-root;10092">#10092</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to nasm-2.13.02. Fixes 57 <ulink url="&blfs-ticket-root;10091">#10091</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Update to x265-2.6. Fixes 61 <ulink url="&blfs-ticket-root;10088">#10088</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[bdubbs] - Update to upower-0.99.7. Fixes 65 <ulink url="&blfs-ticket-root;10083">#10083</ulink>.</para> 66 </listitem> 67 <listitem> 68 <para>[bdubbs] - Update to stunnel-5.44. Fixes 69 <ulink url="&blfs-ticket-root;10074">#10074</ulink>.</para> 70 </listitem> 71 <listitem> 72 <para>[bdubbs] - Update to QScintilla_gpl-2.10.2. Fixes 73 <ulink url="&blfs-ticket-root;10070">#10070</ulink>.</para> 74 </listitem> 75 <listitem> 48 76 <para>[bdubbs] - Add sed to cdrdao to make compatible with 49 77 lame-3.100.</para> -
multimedia/libdriv/x265.xml
rc5eb8ede re024fe4 7 7 <!ENTITY x265-download-http "https://bitbucket.org/multicoreware/x265/downloads/x265_&x265-version;.tar.gz"> 8 8 <!ENTITY x265-download-ftp " "> 9 <!ENTITY x265-md5sum " 192e54fa3068b594aa44ab2b703f071d">9 <!ENTITY x265-md5sum "4d318be1f19b58985432a144bd054572"> 10 10 <!ENTITY x265-size "1.2 MB"> 11 11 <!ENTITY x265-buildsize "39 MB"> 12 <!ENTITY x265-time "0. 8 SBU">12 <!ENTITY x265-time "0.3 SBU (using parallelism=4)"> 13 13 ]> 14 14 … … 70 70 </listitem> 71 71 </itemizedlist> 72 <!-- 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 <itemizedlist spacing="compact"> 75 <listitem> 76 <para> 77 Required patch: 78 <ulink url="&patch-root;/x265_&x265-version;-enable_static-1.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 82 --> 72 83 73 <bridgehead renderas="sect3">x265 Dependencies</bridgehead> 84 74 … … 112 102 </para> 113 103 114 <!-- The patch to change CMakeCache.txt changes with every version and115 is complex. It is easier to just remove the static library after installation.116 117 patch -Np1 -i ../x265_&x265-version;-enable_static-1.patch &&118 119 -DENABLE_STATIC is set to ON by default, but we remove the stalib anyway.120 -->121 122 104 <screen><userinput>mkdir bld && 123 105 cd bld && … … 135 117 136 118 <screen role="root"><userinput>make install && 137 rm /usr/lib/libx265.a </userinput></screen>119 rm -vf /usr/lib/libx265.a </userinput></screen> 138 120 139 121 </sect2> … … 143 125 144 126 <para> 145 <command>rm /usr/lib/libx265.a</command>: BLFS does not recommend127 <command>rm -vf /usr/lib/libx265.a</command>: BLFS does not recommend 146 128 using static libraries. 147 129 </para> -
networking/netlibs/curl.xml
rc5eb8ede re024fe4 7 7 <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz"> 8 8 <!ENTITY curl-download-ftp " "> 9 <!ENTITY curl-md5sum " e332347fc0b80cabf9c42f310be040c5">9 <!ENTITY curl-md5sum "93157c8f6593691bc00ae238a4c53863"> 10 10 <!ENTITY curl-size "2.2 MB"> 11 11 <!ENTITY curl-buildsize "36 MB (add 11 MB for tests)"> 12 <!ENTITY curl-time "0.3 SBU (add 3.2SBU for tests)">12 <!ENTITY curl-time "0.3 SBU (add 13+ SBU for tests)"> 13 13 ]> 14 14 … … 153 153 but I was missing c-ares, MIT Kerberos, ldap, samba, and the six 154 154 external packages. 155 156 2017-12-01 - bdubbs 157 Still a lot of test failures. I did have c-ares, Kerberos, and ldap 158 installed this time. Best guess is that servers are not available. 155 159 --> 156 160 <note> … … 179 183 <para> 180 184 To run the test suite, issue: <command>make test</command>. Many tests 181 may fail that depend on optional dependencies that may not be installed. 185 may fail that depend on optional dependencies that may not be installed 186 or upstream servers that may not be available, especially for tests 187 numbered 700 and above. 182 188 Test time may be significantly increase due to hanging tests that fail. 183 189 </para> … … 192 198 rm -rf docs/examples/.deps && 193 199 194 find docs \( -name Makefile\* \ 195 -o -name \*.1 \ 196 -o -name \*.3 \) \ 197 -exec rm {} \; && 200 find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; && 201 198 202 install -v -d -m755 /usr/share/doc/curl-&curl-version; && 199 203 cp -v -R docs/* /usr/share/doc/curl-&curl-version;</userinput></screen> -
packages.ent
rc5eb8ede re024fe4 42 42 <!ENTITY shadow-version "4.5"> 43 43 <!ENTITY ssh-askpass-version "&openssh-version;"> 44 <!ENTITY stunnel-version "5.4 3">44 <!ENTITY stunnel-version "5.44"> 45 45 <!ENTITY sudo-version "1.8.21p2"> 46 46 <!ENTITY tripwire-version "2.4.3.6"> … … 293 293 <!ENTITY unrar-version "5.5.8"> 294 294 <!ENTITY unzip-version "6.0"> 295 <!ENTITY upower-version "0.99. 6">295 <!ENTITY upower-version "0.99.7"> 296 296 <!ENTITY usbutils-version "009"> 297 297 <!ENTITY weston-version "1.12.0"> … … 324 324 <!ENTITY lua-version "5.3.4"> 325 325 <!ENTITY mercurial-version "4.4.1"> 326 <!ENTITY nasm-version "2.13.0 1">326 <!ENTITY nasm-version "2.13.02"> 327 327 <!ENTITY ninja-version "1.8.2"> 328 328 <!ENTITY npapi-sdk-version "0.27.2"> … … 459 459 <!-- Chapter 17 --> 460 460 <!ENTITY c-ares-version "1.12.0"> 461 <!ENTITY curl-version "7.5 6.1">461 <!ENTITY curl-version "7.57.0"> 462 462 <!ENTITY geoclue2-version "2.4.7"> 463 463 <!ENTITY glib-networking-version "2.54.1"> … … 579 579 <!ENTITY qtwebengine-version "5.9.3"> 580 580 <!ENTITY qtwebkit-version "5.9.0"> 581 <!ENTITY qscintilla-version "2.10. 1">581 <!ENTITY qscintilla-version "2.10.2"> 582 582 <!ENTITY shared-mime-info-version "1.9"> 583 583 <!ENTITY startup-notification-version "0.12"> … … 818 818 <!ENTITY v4l-utils-version "1.12.5"> 819 819 <!ENTITY x264-version "20170822-2245"> 820 <!ENTITY x265-version "2. 5">820 <!ENTITY x265-version "2.6"> 821 821 <!ENTITY xine-lib-version "1.2.8"> 822 822 <!ENTITY xvid-version "1.3.4"> -
postlfs/security/stunnel.xml
rc5eb8ede re024fe4 10 10 <!-- Following ftp only has later release --> 11 11 <!-- "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> --> 12 <!ENTITY stunnel-md5sum " e8efcb8a28ffb7c0de30755e0ea228c1">12 <!ENTITY stunnel-md5sum "47697dee496c80c8e352b2b705c4a571"> 13 13 <!ENTITY stunnel-size "684 KB"> 14 14 <!ENTITY stunnel-buildsize "6.2 MB"> … … 76 76 <bridgehead renderas="sect4">Optional</bridgehead> 77 77 <para role="optional"> 78 <ulink url="http://netcat.sourceforge.net/">netcat</ulink>, 78 79 <ulink url="ftp://ftp.porcupine.org/pub/security/">tcpwrappers</ulink> and 79 80 <ulink url="https://dist.torproject.org/">TOR</ulink> … … 144 145 make</userinput></screen> 145 146 146 <para>This package does not come with a test suite.</para> 147 <para>If you have installed the optional netcat application, the 148 regression tests can be run with <command>make check</command>.</para> 147 149 148 150 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -
x/lib/qscintilla.xml
rc5eb8ede re024fe4 7 7 <!ENTITY qscintilla-download-http "&sourceforge-dl;/pyqt/QScintilla_gpl-&qscintilla-version;.tar.gz"> 8 8 <!ENTITY qscintilla-download-ftp " "> 9 <!ENTITY qscintilla-md5sum " e6d74c445bae69ba335acef65d526260">9 <!ENTITY qscintilla-md5sum "0d2b25ad607f93453c37478e83ec4640"> 10 10 <!ENTITY qscintilla-size "2.5 MB"> 11 11 <!ENTITY qscintilla-buildsize "27 MB (with documentation)"> 12 <!ENTITY qscintilla-time " 1.5 SBU (with documentation)">12 <!ENTITY qscintilla-time "0.4 SBU (using parallelism=4; with documentation)"> 13 13 ]> 14 14 … … 130 130 131 131 <screen role="root"><userinput>make install && 132 133 132 ln -sfv libqscintilla2_qt5.so.13.0.0 $QT5DIR/lib/libqt5scintilla2.so</userinput></screen> 134 133
Note:
See TracChangeset
for help on using the changeset viewer.