From d7b4422e22f6fd8afc1eddcb1da29655c756f8d4 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 22 Apr 2008 20:27:04 +0000 Subject: Update to 1.0beta3: libtheora 1.0beta3 (2008 April 16) - Build new libtheoradec and libtheoraenc libraries supporting the new API from theora-exp. This API should not be considered stable yet. - Change granule_frame() to return an index as documented. This is a change of behaviour from 1.0beta1. - Document that granule_time() returns the end of the presentation interval. - Use a custom copy of the libogg bitpacker in the decoder to avoid function call overhead. - MMX code improved and ported to MSVC. - Fix a problem with the MMX code on SELinux - Fix a problem with decoder quantizer initialization. - Fix a page queue problem with png2theora. - Improved robustness. - Updated VS2005 project files. - Dropped build support for Microsoft VS2003. - Dropped build support for the unreleased libogg2. - Added the specification to the autotools build. - Specification corrections. --- multimedia/libtheora/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'multimedia/libtheora/Makefile') diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index ccee40b63c6..2a63971da68 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2007/12/17 20:49:34 tron Exp $ +# $NetBSD: Makefile,v 1.16 2008/04/22 20:27:04 wiz Exp $ # -DISTNAME= libtheora-1.0beta2 +DISTNAME= libtheora-1.0beta3 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ COMMENT= Video codec for Ogg multimedia streaming PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -PKGCONFIG_OVERRIDE= theora.pc.in +PKGCONFIG_OVERRIDE= theora.pc.in theoradec.pc.in theoraenc.pc.in USE_LIBTOOL= YES TEST_TARGET= check -- cgit v1.2.3