Changeset 4ea8ecd1


Ignore:
Timestamp:
04/27/2007 02:26:34 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
c6e8734
Parents:
d7654ac
Message:

Updated to HAL-0.5.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd7654ac r4ea8ecd1  
    181181<!ENTITY apache-ant-version           "1.7.0">
    182182<!ENTITY dbus-version                 "0.62">
    183 <!ENTITY hal-version                  "0.5.7.1">
     183<!ENTITY hal-version                  "0.5.9">
    184184
    185185<!-- Chapter 12 -->
  • general/sysutils/hal.xml

    rd7654ac r4ea8ecd1  
    77  <!ENTITY hal-download-http "http://freedesktop.org/~david/dist/hal-&hal-version;.tar.gz">
    88  <!ENTITY hal-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/hal-&hal-version;.tar.gz">
    9   <!ENTITY hal-md5sum        "d7a7741808ba130f8aff3f5d3b5689e4">
     9  <!ENTITY hal-md5sum        "a6f532770cf9286e1de38d6570cbc6bc">
    1010  <!ENTITY hal-size          "1.5 MB">
    11   <!ENTITY hal-buildsize     "19.0 MB">
    12   <!ENTITY hal-time          "0.5 SBU">
     11  <!ENTITY hal-buildsize     "20.2 MB">
     12  <!ENTITY hal-time          "0.4 SBU">
     13
     14  <!ENTITY hal-info-version       "20070425">
     15  <!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">
    1319]>
    1420
     
    6773    </itemizedlist>
    6874
     75    <bridgehead renderas="sect3">Additional Download</bridgehead>
     76    <itemizedlist spacing='compact'>
     77      <title>Required Hardware Data</title>
     78      <listitem>
     79        <para>Download (HTTP): <ulink url="&hal-info-download-http;"/></para>
     80      </listitem>
     81      <listitem>
     82        <para>Download (FTP): <ulink url="&hal-info-download-ftp;"/></para>
     83      </listitem>
     84      <listitem>
     85        <para>Download MD5 sum: &hal-info-md5sum;</para>
     86      </listitem>
     87      <listitem>
     88        <para>Download size: &hal-info-size;</para>
     89      </listitem>
     90    </itemizedlist>
     91
    6992    <bridgehead renderas="sect3">HAL Dependencies</bridgehead>
    7093
    7194    <bridgehead renderas="sect4">Required</bridgehead>
    72     <para role="required"><xref linkend="glib2"/>,
     95    <para role="required"><xref linkend="pkgconfig"/>,
     96    <xref linkend="glib2"/>,
    7397    <xref linkend="dbus"/> (see the <xref linkend="hal-requirements"/>),
     98    <!-- FIXME: Uncomment when the dbus bindings get in the book
     99         and remove the hal-requirements blurb
     100    <xref linkend="dbus-glib"/>,
     101    -->
    74102    <xref linkend="python"/>, and
    75103    <xref linkend="perl-xml-parser"/></para>
     
    81109    (with a current <filename>usb.ids</filename> file)</para>
    82110
     111    <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
     112    <para role="optional"><xref linkend="libxml2"/> and
     113    <ulink url="http://cyberelk.net/tim/xmlto/">xmlto</ulink></para>
     114
    83115    <bridgehead renderas="sect4">Optional</bridgehead>
    84     <para role="optional"><xref linkend="pkgconfig"/>,
    85     <xref linkend="intltool"/>,
     116    <para role="optional"><xref linkend="gtk-doc"/>
     117    <ulink url="http://www.gnu.org/software/parted/index.shtml">Parted</ulink>,
    86118    <xref linkend="libusb"/>,
    87     <xref linkend="doxygen"/>, and
    88     <xref linkend="docbook-utils"/></para>
     119    <ulink url="http://linux.dell.com/libsmbios/main/index.html">libsmbios</ulink>,
     120    <ulink url="http://gitweb.freedesktop.org/?p=PolicyKit.git;a=summary">PolicyKit</ulink>, and
     121    <xref linkend="intltool"/></para>
    89122
    90123    <para condition="html" role="usernotes">User Notes:
     
    122155    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    123156
    124 <screen role="root"><userinput>make install &amp;&amp;
    125 install -v -m755 -d /var/run/hald</userinput></screen>
     157<screen role="root"><userinput>make install</userinput></screen>
     158
     159    <para>Prepare the <application>HAL</application> hardware data with the
     160    following commands:</para>
     161
     162<screen><userinput>tar -xf ../hal-info-&hal-info-version;.tar.gz &amp;&amp;
     163./configure --prefix=/usr</userinput></screen>
     164
     165    <para>Finally, as the <systemitem class="username">root</systemitem> user:</para>
     166
     167<screen role="root"><userinput>make install</userinput></screen>
    126168
    127169  </sect2>
     
    140182    <filename class='directory'>/usr/var/run/hald</filename>.</para>
    141183
     184    <para><parameter>--enable-docbook-docs
     185    --docdir=/usr/share/doc/hal-&hal-version;</parameter>: If <xref
     186    linkend="libxml2"/> and <ulink
     187    url="http://cyberelk.net/tim/xmlto/">xmlto</ulink> are available, these
     188    parameters enable the <application>HAL</application> specification
     189    documentation to be built.</para>
     190
    142191  </sect2>
    143192
    144193  <sect2 id="hal-runtime-dependencies" xreflabel="GNOME-Python">
    145194    <title>Run-Time Dependencies</title>
     195
     196    <para>A few more packages enable more functionality in
     197    <application>HAL</application> at run-time. These include <ulink
     198    url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>,
     199    <ulink url="http://people.freedesktop.org/~mccann/dist/">ConsoleKit</ulink>,
     200    <ulink url="http://www.nongnu.org/dmidecode/">dmidecode</ulink>,
     201    <ulink url="http://sourceware.org/dm/">Device-mapper</ulink>,
     202    <ulink url="http://luks.endorphin.org/dm-crypt">Cryptsetup-LUKS</ulink>, and
     203    <ulink url="http://cvsweb.freedesktop.org/pm-utils/pm-utils/">pm-utils</ulink>.</para>
    146204
    147205    <para>The <xref linkend="hal-device-manager"/> program requires several
     
    490548
    491549      <seglistitem>
    492         <seg>hal-device, hal-device-manager,
     550        <seg>hal-device, hal-device-manager, hal-disable-polling,
    493551        hal-find-by-capability, hal-find-by-property, hal-get-property,
    494         hal-set-property, hald and lshal</seg>
     552        hal-set-property, hal-is-caller-locked-out, hal-lock, hald and
     553        lshal</seg>
    495554        <seg>libhal.{so,a} and libhal-storage,{so,a}</seg>
    496555        <seg>/etc/hal, /usr/include/hal, /usr/lib/hal,
    497         /usr/share/doc/hal-&hal-version;, /usr/share/hal
    498         and /var/run/hald</seg>
     556        /usr/share/doc/hal-&hal-version;, /usr/share/hal, /var/cache/hald,
     557        /var/lib/hal, and /var/run/hald</seg>
    499558      </seglistitem>
    500559    </segmentedlist>
     
    533592      </varlistentry>
    534593
     594      <varlistentry id="hal-disable-polling">
     595        <term><command>hal-disable-polling</command></term>
     596        <listitem>
     597          <para>can be used to to disable and enable media detection on
     598          drives with removable storage.</para>
     599          <indexterm zone="hal hal-disable-polling">
     600            <primary sortas="b-hal-disable-polling">hal-disable-polling</primary>
     601          </indexterm>
     602        </listitem>
     603      </varlistentry>
     604
    535605      <varlistentry id="hal-find-by-capability">
    536606        <term><command>hal-find-by-capability</command></term>
     
    579649      </varlistentry>
    580650
     651      <varlistentry id="hal-is-caller-locked-out">
     652        <term><command>hal-is-caller-locked-out</command></term>
     653        <listitem>
     654          <para>determines if a specific caller is locked out of a specific
     655          <application>D-Bus</application> interface on a specific device.</para>
     656          <indexterm zone="hal hal-is-caller-locked-out">
     657            <primary sortas="b-hal-is-caller-locked-out">hal-is-caller-locked-out</primary>
     658          </indexterm>
     659        </listitem>
     660      </varlistentry>
     661
    581662      <varlistentry id="hald">
    582663        <term><command>hald</command></term>
  • introduction/welcome/changelog.xml

    rd7654ac r4ea8ecd1  
    4949          #2218.</para>
    5050        </listitem>
     51        <listitem>
     52          <para>[dnicholson] - Updated to HAL-0.5.9 with hal-info-20070425.
     53          Fixes ticket #2213.</para>
     54        </listitem>
    5155      </itemizedlist>
    5256    </listitem>
Note: See TracChangeset for help on using the changeset viewer.