Difference between revisions of "Libavc1394"

From CBLFS
Jump to navigationJump to search
m
 
Line 7: Line 7:
 
----
 
----
  
{{Package-Introduction|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.}}
+
{{Package-Introduction|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.|http://libavc1394.sourceforge.net/}}
  
 
== Dependencies ==
 
== Dependencies ==

Latest revision as of 10:13, 20 September 2009

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.

Project Homepage: http://libavc1394.sourceforge.net/

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