Changeset 82c65b7
- Timestamp:
- 06/07/2015 12:57:42 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 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, nosym, 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:
- ff6e37c8
- Parents:
- 69a39a2
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r69a39a2 r82c65b7 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "06"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 5th &year;">9 <!ENTITY releasedate "June 6th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/lm_sensors.xml
r69a39a2 r82c65b7 114 114 </para> 115 115 116 <screen><literal> 117 [*] Enable loadable module support ---> [CONFIG_MODULES] 116 <screen><literal>[*] Enable loadable module support ---> [CONFIG_MODULES] 118 117 119 118 Bus options (PCI etc.) ---> -
introduction/important/building-notes.xml
r69a39a2 r82c65b7 7 7 8 8 <sect1 id="unpacking"> 9 <?dbhtml filename=" unpacking.html"?>9 <?dbhtml filename="notes-on-building.html"?> 10 10 11 11 <sect1info> … … 133 133 <replaceable><command></replaceable> is returned as the result and not the 134 134 result of the <command>tee</command> command.</para> 135 136 </sect2> 137 138 <sect2 id="parallel-builds" xreflabel="Using Multiple Processors"> 139 <title>Using Multiple Processors</title> 140 141 <para>For many modern systems with multiple processors (or cores) the 142 compilation time for a package can be reduced by performing a "parallel 143 make" by either setting an environment variable or telling the make program 144 how many processors are available. For instance, a Core2Duo can support two 145 simultaneous processes with: </para> 146 147 <screen><userinput>export MAKEFLAGS='-j2'</userinput></screen> 148 149 <para>or just building with:</para> 150 151 <screen><userinput>make -j2</userinput></screen> 152 153 <para>Generally the number of processes should not exceed the number of 154 cores supported by the CPU. To list the processors on your 155 system, issue: <userinput>grep processor /proc/cpuinfo</userinput>. 156 </para> 157 158 <para>In some cases, using multiple processors may result in a 'race' 159 condition where the success of the build depends on the order of the 160 commands run by the <command>make</command> program. For instance, if an 161 execuatable needs File A and File B, attempting to link the program before 162 one of the dependent components is available will result in a failure. 163 This condition usually arises because the upstream developer has not 164 properly designated all the prerequsites needed to accomplish a step in the 165 Makefile.</para> 166 167 <para>If this occurs, the best way to proceed is to drop back to a 168 single processor build. Adding '-j1' to a make command will override 169 the similar setting in the MAKEFLAGS environment variable.</para> 135 170 136 171 </sect2> -
introduction/welcome/changelog.xml
r69a39a2 r82c65b7 46 46 47 47 <listitem> 48 <para>June 6th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Update to v4l-utils-1.6.3. Fixes 52 <ulink url="&blfs-ticket-root;6470">#6470</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[bdubbs] - Add 'Using Multiple Processors' to 56 Notes on Building Software.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 60 61 <listitem> 48 62 <para>June 5th, 2015</para> 49 63 <itemizedlist> … … 53 67 </listitem> 54 68 <listitem> 55 <para>[bdubbs] - Update to kde-15.04.2.8 Fixes56 <ulink url="&blfs-ticket-root;6410">#641 9</ulink>.</para>69 <para>[bdubbs] - Update to kde-15.04.2.8. Fixes 70 <ulink url="&blfs-ticket-root;6410">#6410</ulink>.</para> 57 71 </listitem> 58 72 <listitem> -
multimedia/libdriv/v4l-utils.xml
r69a39a2 r82c65b7 7 7 <!ENTITY v4l-download-http "http://www.linuxtv.org/downloads/v4l-utils/v4l-utils-&v4l-utils-version;.tar.bz2"> 8 8 <!ENTITY v4l-download-ftp " "> 9 <!ENTITY v4l-md5sum " 9cb3c178f937954e65bf30920af433ef">9 <!ENTITY v4l-md5sum "307858616be6374f63bf946307f15a7f"> 10 10 <!ENTITY v4l-size "1.1 MB"> 11 <!ENTITY v4l-buildsize " 63MB">11 <!ENTITY v4l-buildsize "47 MB"> 12 12 <!ENTITY v4l-time "0.5 SBU"> 13 13 ]> … … 36 36 </para> 37 37 38 &lfs77_checked; 38 &lfs77_checked;&gcc5_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
packages.ent
r69a39a2 r82c65b7 682 682 <!ENTITY speexdsp-version "1.2rc3"> 683 683 <!ENTITY taglib-version "1.9.1"> 684 <!ENTITY v4l-utils-version "1.6. 2">684 <!ENTITY v4l-utils-version "1.6.3"> 685 685 <!ENTITY x264-version "20141208-2245"> 686 686 <!ENTITY xine-lib-version "1.2.6"> -
postlfs/security/gpgme.xml
r69a39a2 r82c65b7 32 32 <para> 33 33 The <application>GPGME</application> package is a C library 34 that allows to add support for cryptography to a34 that allows cryptography support to be added to a 35 35 program. It is designed to make access to public key crypto 36 36 engines like <application>GnuPG</application> or GpgSM easier
Note:
See TracChangeset
for help on using the changeset viewer.