Changeset d0bf291


Ignore:
Timestamp:
07/14/2007 09:35:56 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2ed9126
Parents:
924561e
Message:

Updated to HAL-0.5.9.1 and HAL Hardware Data-20070618

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r924561e rd0bf291  
    186186<!ENTITY apache-ant-version           "1.7.0">
    187187<!ENTITY dbus-version                 "1.0.2">
    188 <!ENTITY hal-version                  "0.5.9">
     188<!ENTITY hal-version                  "0.5.9.1">
    189189
    190190<!-- Chapter 12 -->
  • general/sysutils/hal.xml

    r924561e rd0bf291  
    55  %general-entities;
    66
    7   <!ENTITY hal-download-http "http://freedesktop.org/~david/dist/hal-&hal-version;.tar.gz">
    8   <!ENTITY hal-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/hal-&hal-version;.tar.gz">
    9   <!ENTITY hal-md5sum        "a6f532770cf9286e1de38d6570cbc6bc">
    10   <!ENTITY hal-size          "1.5 MB">
    11   <!ENTITY hal-buildsize     "20.2 MB">
    12   <!ENTITY hal-time          "0.4 SBU">
    13 
    14   <!ENTITY hal-info-version       "20070425">
     7  <!ENTITY hal-download-http      "http://freedesktop.org/~david/dist/hal-&hal-version;.tar.gz">
     8  <!-- <!ENTITY hal-download-ftp       "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/hal-&hal-version;.tar.gz"> -->
     9  <!ENTITY hal-download-ftp       " ">
     10  <!ENTITY hal-md5sum             "6a40f49f964e64358e53652038f3059f">
     11  <!ENTITY hal-size               "1.5 MB">
     12  <!ENTITY hal-buildsize          "24 MB">
     13  <!ENTITY hal-time               "0.5 SBU">
     14
     15  <!ENTITY hal-info-version       "20070618">
    1516  <!ENTITY hal-info-download-http "http://freedesktop.org/~david/dist/hal-info-&hal-info-version;.tar.gz">
    16   <!ENTITY hal-info-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/hal-info-&hal-info-version;.tar.gz">
    17   <!ENTITY hal-info-md5sum        "69022cc562aa374c603d3ff8ca33569c">
    18   <!ENTITY hal-info-size          "106 KB">
     17  <!-- <!ENTITY hal-info-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/hal-info-&hal-info-version;.tar.gz"> -->
     18  <!ENTITY hal-info-download-ftp  " ">
     19  <!ENTITY hal-info-md5sum        "c7005ccb1765d8359fd2348350770495">
     20  <!ENTITY hal-info-size          "118 KB">
    1921]>
    2022
     
    7375    </itemizedlist>
    7476
    75     <bridgehead renderas="sect3">Additional Download</bridgehead>
     77    <bridgehead renderas="sect3">Additional Package Download</bridgehead>
    7678    <itemizedlist spacing='compact'>
    7779      <title>Required Hardware Data</title>
     
    9395
    9496    <bridgehead renderas="sect4">Required</bridgehead>
    95     <para role="required"><xref linkend="dbus-glib"/>,
    96     <xref linkend="python"/>, and
     97    <para role="required"><xref linkend="dbus-glib"/> and
    9798    <xref linkend="perl-xml-parser"/></para>
    9899
     
    113114    <bridgehead renderas="sect4">Optional</bridgehead>
    114115    <para role="optional"><xref linkend="gtk-doc"/>,
    115     <ulink url="http://www.gnu.org/software/parted/index.shtml">Parted</ulink>,
    116116    <xref linkend="libusb"/>,
     117    <ulink url="http://www.gnu.org/software/parted/index.shtml">Parted</ulink>*,
    117118    <ulink url="http://linux.dell.com/libsmbios/main/index.html">libsmbios</ulink>,
    118119    <ulink url="http://gitweb.freedesktop.org/?p=PolicyKit.git;a=summary">PolicyKit</ulink>,
    119120    and <xref linkend="intltool"/></para>
     121
     122    <para>* Use the following command after changing into the
     123    <application>HAL</application> source directory to modify the package
     124    <command>configure</command> script if you have
     125    <application>Parted</application> version 1.8.7 installed.</para>
     126
     127<screen><userinput>sed -i -e   's%, 1.8.6%&amp;, 1.8.7%' \
     128       -e   's% or 1.8.6%/1.8.6 or 1.8.7%' \
     129       -e   's%6))%6) ||\
     130            (major == 1 \&amp;\&amp; minor == 8 \&amp;\&amp; micro == 7))%' \
     131    configure</userinput></screen>
    120132
    121133    <para condition="html" role="usernotes">User Notes:
     
    155167<screen role="root"><userinput>make install</userinput></screen>
    156168
    157     <para>Prepare the <application>HAL</application> hardware data with the
     169    <para>Install the <application>HAL</application> hardware data with the
    158170    following commands:</para>
    159171
     
    549561        <seg>hal-device, hal-device-manager, hal-disable-polling,
    550562        hal-find-by-capability, hal-find-by-property, hal-get-property,
    551         hal-set-property, hal-is-caller-locked-out, hal-lock, hald and
     563        hal-is-caller-locked-out, hal-lock, hal-set-property, hald and
    552564        lshal</seg>
    553565        <seg>libhal.{so,a} and libhal-storage,{so,a}</seg>
  • introduction/welcome/changelog.xml

    r924561e rd0bf291  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to HAL-0.5.9.1 and HAL Hardware
     49          Data-20070618.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added the Qt3 bindings to the D-Bus Bindings
    4953          page.</para>
Note: See TracChangeset for help on using the changeset viewer.