libavc1394 is a programming interface to the AV/C (Audio/Video Control) specification from the 1394 Trade Assocation. This is used to control the tape transport mechanism on DV camcorders. It provides the libavc1394 and librom1394 libraries. This package includes a command-line utility called dvcont that lets you send control commands via an IEEE1394 link to a device that implements these AV/C specifications. (It is a remote control for a DV camera used via Firewire.) If you'd like to help with these digital video packages, please let me know. I think these are Linux only.
20 lines
519 B
Makefile
20 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/06/10 07:24:04 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libavc1394-0.4.1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libavc1394/}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://sourceforge.net/projects/libavc1394/
|
|
COMMENT= Interface for the 1394 Audio/Video Controls
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../wip/libraw1394/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|