Difference between revisions of "Hal-info"

From CBLFS
Jump to navigationJump to search
m
m (Reverted edits by Oppiz (Talk) to last revision by Weibullguy)
 
(9 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
|-valign="top"
 
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://people.freedesktop.org/~david/dist/hal-info-{{hal-info-Version}}.tar.gz
+
| http://hal.freedesktop.org/releases/hal-info-{{hal-info-Version}}.tar.gz
 
|}
 
|}
  
Line 9: Line 9:
 
{{Package-Introduction|hal-info is just a small hal package that provides hardware data and quirks. These quirks are currently things like what mice support reporting battery status, what music players are supported and what cameras are detected. This could also include a list of display adaptors that need resuming or a list of broken batteries that might explode.}}
 
{{Package-Introduction|hal-info is just a small hal package that provides hardware data and quirks. These quirks are currently things like what mice support reporting battery status, what music players are supported and what cameras are detected. This could also include a list of display adaptors that need resuming or a list of broken batteries that might explode.}}
  
== Getting the latest source ==
+
== Dependencies ==
  
{{Note|This section is optional but recommended. You need this command only if you want to build the latest development version.}}
+
=== Recommended ===
 +
* [[HAL]]
  
Check out the source from freedesktop.org:
+
== Non-Multilib ==
  
git clone git://anongit.freedesktop.org/git/hal-info &&
+
Compile the package:
cd hal &&
 
git-checkout -b 299d20799adb12bd129499dc3c4772eae10844ab &&
 
cd ..
 
  
It couldn't hurt to make a tarball so you have an unmodified source around for the future:
+
./configure --prefix=/usr --sysconfdir=/etc &&
 +
make
  
tar cvjf hal-info{-$(date +%Y%m%d).tar.bz2,}
+
Install the package
  
{{Note|Replace "./configure" with "./autogen.sh" to build the latest development version.}}
+
make install
 
 
== Configuration Information ==
 
  
Additionally you can pass the following to configure:
+
== Multilib ==
  
{|style="text-align: left
+
'''''This package does not provide any libraries so only one installation is needed.'''''
|-
 
|<i>--enable-recall</i>  include recall data.
 
|-
 
|<i>--enable-video</i>  include video suspend data.
 
|-
 
|<i>--enable-keymaps</i>  include key mapping data.
 
|}
 
  
== Non-Multilib or Multilib ==
+
=== 64Bit ===
  
 
Compile the package:
 
Compile the package:
  
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  make
 
  make
Line 63: Line 54:
 
|/usr/share/hal/fdi/information, /usr/share/hal/fdi/preprobe
 
|/usr/share/hal/fdi/information, /usr/share/hal/fdi/preprobe
 
|}
 
|}
 +
 +
[[Category:General Utilities]]

Latest revision as of 16:42, 6 September 2009

Download Source: http://hal.freedesktop.org/releases/hal-info-20091130.tar.gz

Introduction to Hal-info

hal-info is just a small hal package that provides hardware data and quirks. These quirks are currently things like what mice support reporting battery status, what music players are supported and what cameras are detected. This could also include a list of display adaptors that need resuming or a list of broken batteries that might explode.

Project Homepage: Unknown

Dependencies

Recommended

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

64Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/share/hal/fdi/information, /usr/share/hal/fdi/preprobe