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
603 B
Makefile
20 lines
603 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/06/10 07:24:04 jeremy-c-reed Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBAVC1394_BUILDLINK3_MK:= ${LIBAVC1394_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libavc1394
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibavc1394}
|
|
BUILDLINK_PACKAGES+= libavc1394
|
|
|
|
.if !empty(LIBAVC1394_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libavc1394+= libavc1394>=0.4.1
|
|
BUILDLINK_PKGSRCDIR.libavc1394?= ../../wip/libavc1394
|
|
.endif # LIBAVC1394_BUILDLINK3_MK
|
|
|
|
.include "../../wip/libraw1394/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|