Libavc1394: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Chipster19 (talk | contribs)
No edit summary
Line 9: Line 9:
== Introduction to Libavc1394 ==
== Introduction to Libavc1394 ==


<Package Description Needed>
Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It is intended for use with GNU/Linux IEEE-1394.


== Dependencies ==
== Dependencies ==
Line 70: Line 70:
|-valign="top"
|-valign="top"
! Installed Programs:
! Installed Programs:
| ???
| dvcont, mkrfc2734, panelctl
|-valign="top"
|-valign="top"
! Installed Libraries:
! Installed Libraries:
| ???
| libavc1394.{a,la,so}, librom1394.{a,la,so}
|-valign="top"
|-valign="top"
! Installed Directories:
! Installed Directories:
| ???
| /usr/include/libavc1394
|}
 
=== Short Descriptions ===
 
{| style="text-align: left;"
|-valign="top"
! program1
| ???
|-valign="top"
! program2
| ???
|}
|}

Revision as of 08:54, 4 April 2007

Download Source: http://prdownloads.sourceforge.net/libavc1394/libavc1394-0.5.3.tar.gz

Introduction to Libavc1394

Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It is intended for use with GNU/Linux IEEE-1394.

Dependencies

Required

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package

make install

Contents

Installed Programs: dvcont, mkrfc2734, panelctl
Installed Libraries: libavc1394.{a,la,so}, librom1394.{a,la,so}
Installed Directories: /usr/include/libavc1394