Changeset 82c65b7


Ignore:
Timestamp:
06/07/2015 12:57:42 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ff6e37c8
Parents:
69a39a2
Message:

Update to v4l-utils-1.6.3.
Add 'Using Multiple Processors' to Notes on Building Software.
Minor grammar and spacing corrections.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r69a39a2 r82c65b7  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 5th &year;">
     9<!ENTITY releasedate  "June 6th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/lm_sensors.xml

    r69a39a2 r82c65b7  
    114114    </para>
    115115
    116 <screen><literal>
    117 [*] Enable loadable module support  ---&gt;  [CONFIG_MODULES]
     116<screen><literal>[*] Enable loadable module support  ---&gt;  [CONFIG_MODULES]
    118117
    119118Bus options (PCI etc.)  ---&gt;
  • introduction/important/building-notes.xml

    r69a39a2 r82c65b7  
    77
    88<sect1 id="unpacking">
    9   <?dbhtml filename="unpacking.html"?>
     9  <?dbhtml filename="notes-on-building.html"?>
    1010
    1111  <sect1info>
     
    133133    <replaceable>&lt;command&gt;</replaceable> is returned as the result and not the
    134134    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>
    135170
    136171  </sect2>
  • introduction/welcome/changelog.xml

    r69a39a2 r82c65b7  
    4646
    4747    <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>
    4862      <para>June 5th, 2015</para>
    4963      <itemizedlist>
     
    5367        </listitem>
    5468        <listitem>
    55           <para>[bdubbs] - Update to kde-15.04.2.8Fixes
    56           <ulink url="&blfs-ticket-root;6410">#6419</ulink>.</para>
     69          <para>[bdubbs] - Update to kde-15.04.2.8. Fixes
     70          <ulink url="&blfs-ticket-root;6410">#6410</ulink>.</para>
    5771        </listitem>
    5872        <listitem>
  • multimedia/libdriv/v4l-utils.xml

    r69a39a2 r82c65b7  
    77  <!ENTITY v4l-download-http "http://www.linuxtv.org/downloads/v4l-utils/v4l-utils-&v4l-utils-version;.tar.bz2">
    88  <!ENTITY v4l-download-ftp  " ">
    9   <!ENTITY v4l-md5sum        "9cb3c178f937954e65bf30920af433ef">
     9  <!ENTITY v4l-md5sum        "307858616be6374f63bf946307f15a7f">
    1010  <!ENTITY v4l-size          "1.1 MB">
    11   <!ENTITY v4l-buildsize     "63 MB">
     11  <!ENTITY v4l-buildsize     "47 MB">
    1212  <!ENTITY v4l-time          "0.5 SBU">
    1313]>
     
    3636    </para>
    3737
    38     &lfs77_checked;
     38    &lfs77_checked;&gcc5_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • packages.ent

    r69a39a2 r82c65b7  
    682682<!ENTITY speexdsp-version             "1.2rc3">
    683683<!ENTITY taglib-version               "1.9.1">
    684 <!ENTITY v4l-utils-version            "1.6.2">
     684<!ENTITY v4l-utils-version            "1.6.3">
    685685<!ENTITY x264-version                 "20141208-2245">
    686686<!ENTITY xine-lib-version             "1.2.6">
  • postlfs/security/gpgme.xml

    r69a39a2 r82c65b7  
    3232    <para>
    3333      The <application>GPGME</application> package is a C library
    34       that allows to add support for cryptography to a
     34      that allows cryptography support to be added to a
    3535      program. It is designed to make access to public key crypto
    3636      engines like <application>GnuPG</application> or GpgSM easier
Note: See TracChangeset for help on using the changeset viewer.