pkgsrc/multimedia/libtheora/Makefile
wiz 822587ada4 Update to 1.0alpha5:
[ 2005 August 20 - libtheora 1.0 alpha 5 release ]

We're pleased to announce a new release of the libtheora reference
implemenation. This is an incremental update over alpha 4, to draw
a line under recent work before we start adding optimization work.

There are two important bugfixes as well, so we recommend upgrading
to everyone. This release is source and binary compatible with 1.0
alpha 4.
2005-10-12 21:59:42 +00:00

21 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/10/12 21:59:42 wiz Exp $
#
DISTNAME= libtheora-1.0alpha5
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xiph.org/releases/theora/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.theora.org/
COMMENT= Video codec for Ogg multimedia streaming
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= theora.pc.in
USE_LIBTOOL= YES
TEST_TARGET= check
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"