pkgsrc/multimedia/dirac/buildlink3.mk
xtraeme 0586c7ac42 Initial import of dirac-0.2.0.
Dirac is a prototype video codec, under development by BBC R&D, and initially
released in March 2003.

Dirac is a general-purpose video codec aimed at resolutions from QCIF
(180x144) to HDTV (1920x1080) progressive or interlaced. It uses wavelets,
motion compensation and arithmetic coding and aims to be competitive with
other state of the art codecs.
2004-05-16 02:07:44 +00:00

20 lines
536 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/05/16 02:07:44 xtraeme Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
DIRAC_BUILDLINK3_MK:= ${DIRAC_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= dirac
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndirac}
BUILDLINK_PACKAGES+= dirac
.if !empty(DIRAC_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.dirac+= dirac>=0.2.0
BUILDLINK_PKGSRCDIR.dirac?= ../../multimedia/dirac
BUILDLINK_DEPMETHOD.dirac?= build
.endif # DIRAC_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}