summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz>2008-04-22 20:27:04 +0000
committerwiz <wiz>2008-04-22 20:27:04 +0000
commitd7b4422e22f6fd8afc1eddcb1da29655c756f8d4 (patch)
tree5b1ab71a322eac1a44625fc9792a1b0a91315ebb /multimedia
parent6050d28b084b5aaedbc25f5b0ee09640a66d4ff7 (diff)
downloadpkgsrc-d7b4422e22f6fd8afc1eddcb1da29655c756f8d4.tar.gz
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.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libtheora/Makefile6
-rw-r--r--multimedia/libtheora/PLIST9
-rw-r--r--multimedia/libtheora/distinfo8
3 files changed, 15 insertions, 8 deletions
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