Libavc1394: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{| style="text-align: left; background-color: AliceBlue;"
{| style="text-align: left; background-color: AliceBlue;"
|-
|-valign="top"
!Download Source:
!Download Source:
| http://prdownloads.sourceforge.net/libavc1394/libavc1394-0.5.3.tar.gz
| http://prdownloads.sourceforge.net/libavc1394/libavc1394-{{Libavc1394-Version}}.tar.gz
|}
|}


----
----
{{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 ==
Line 53: Line 55:
Compile the package:
Compile the package:


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


  make install
  make install
= Contents =
{| style="text-align: left;"
|-valign="top"
! Installed Programs:
| dvcont, mkrfc2734, panelctl
|-valign="top"
! Installed Libraries:
| libavc1394.{a,la,so}, librom1394.{a,la,so}
|-valign="top"
! Installed Directories:
| /usr/include/libavc1394
|}
[[Category:General Libs]]

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