image/libraw1394

Provide access to the raw IEEE1394 bus
Directory:
image/libraw1394 (package's history)
Package version:
libraw1394-2.0.4
Home page:
http://sourceforge.net/projects/libraw1394/
License:
gnu-lgpl-v2.1
Source archive:
http://downloads.sourceforge.net/sourceforge/libraw1394/libraw1394-2.0.4.tar.gz
Description:
The Linux kernel's IEEE 1394 subsystem provides access to the raw 1394 bus through the raw1394 module. This includes the standard 1394 transactions (read, write, lock) on the active side, isochronous stream receiving and sending and dumps of data written to the FCP_COMMAND and FCP_RESPONSE registers. raw1394 uses a character device to communicate to user programs using a special protocol. libraw1394 was created with the intent to hide that protocol from applications so that 1. the protocol has to be implemented correctly only once. 2. all work can be done using easy to understand functions instead of handling a complicated command structure. 3. only libraw1394 has to be changed when raw1394's interface changes.
Run dependencies:
(none)
Build dependencies:
digest>=20080510, gcc>=3, pax, pkg_install>=20110805.12, tnftp>=20091122
General options:
debug
Produce debugging information for binary programs
c-compiler alternatives:
gcc
Use the GNU C compiler
clang
Use the LLVM C compiler
ccache-gcc
Use ccache and the GNU C compiler
ccache-clang
Use ccache and the LLVM C compiler