pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libtheora Update to 1.0beta3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86937974043f
branches:  trunk
changeset: 541448:86937974043f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 22 20:27:04 2008 +0000

description:
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:

 multimedia/libtheora/Makefile |  6 +++---
 multimedia/libtheora/PLIST    |  9 ++++++++-
 multimedia/libtheora/distinfo |  8 ++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r a02e26ba0a5d -r 86937974043f multimedia/libtheora/Makefile
--- a/multimedia/libtheora/Makefile     Tue Apr 22 20:26:51 2008 +0000
+++ b/multimedia/libtheora/Makefile     Tue Apr 22 20:27:04 2008 +0000
@@ -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 @@
 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 -r a02e26ba0a5d -r 86937974043f multimedia/libtheora/PLIST
--- a/multimedia/libtheora/PLIST        Tue Apr 22 20:26:51 2008 +0000
+++ b/multimedia/libtheora/PLIST        Tue Apr 22 20:27:04 2008 +0000
@@ -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 -r a02e26ba0a5d -r 86937974043f multimedia/libtheora/distinfo
--- a/multimedia/libtheora/distinfo     Tue Apr 22 20:26:51 2008 +0000
+++ b/multimedia/libtheora/distinfo     Tue Apr 22 20:27:04 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index