0586c7ac42
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.
20 lines
499 B
Makefile
20 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/05/16 02:07:44 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= Dirac-0.2.0
|
|
PKGNAME= ${DISTNAME:S/D/d/}
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dirac/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://dirac.sourceforge.net/
|
|
COMMENT= Open-source video codec designed at the BBC
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= dirac.pc.in
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|