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 +++--- multimedia/libtheora/PLIST | 9 ++++++++- multimedia/libtheora/distinfo | 8 ++++---- 3 files changed, 15 insertions(+), 8 deletions(-) (limited to 'multimedia') 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 diff --git a/multimedia/libtheora/PLIST b/multimedia/libtheora/PLIST index 7973aa3fce6..2a616531a33 100644 --- a/multimedia/libtheora/PLIST +++ b/multimedia/libtheora/PLIST @@ -1,7 +1,14 @@ -@comment $NetBSD: PLIST,v 1.7 2007/10/17 20:46:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2008/04/22 20:27:04 wiz Exp $ +include/theora/codec.h include/theora/theora.h +include/theora/theoradec.h +include/theora/theoraenc.h lib/libtheora.la +lib/libtheoradec.la +lib/libtheoraenc.la lib/pkgconfig/theora.pc +lib/pkgconfig/theoradec.pc +lib/pkgconfig/theoraenc.pc share/doc/${PKGNAME}/color.html share/doc/${PKGNAME}/doxygen-build.stamp share/doc/${PKGNAME}/draft-ietf-avt-rtp-theora-00.txt diff --git a/multimedia/libtheora/distinfo b/multimedia/libtheora/distinfo index af9f285f384..f510ea75227 100644 --- a/multimedia/libtheora/distinfo +++ b/multimedia/libtheora/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2007/10/17 20:46:55 wiz Exp $ +$NetBSD: distinfo,v 1.11 2008/04/22 20:27:04 wiz Exp $ -SHA1 (libtheora-1.0beta2.tar.bz2) = d58490cc507e1840fbdb432a1dd12433644cc04b -RMD160 (libtheora-1.0beta2.tar.bz2) = 544bdb94e09fdfcfb76b603dd32c40ed5d6103a2 -Size (libtheora-1.0beta2.tar.bz2) = 1774632 bytes +SHA1 (libtheora-1.0beta3.tar.bz2) = 01f0a5adcdde5bdc5b7e700b5975067af60b456c +RMD160 (libtheora-1.0beta3.tar.bz2) = 5308039be56064c7a54d464b0dc32f31542a34d8 +Size (libtheora-1.0beta3.tar.bz2) = 1531449 bytes -- cgit v1.2.3