diff options
author | wiz <wiz> | 2008-04-22 20:27:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-22 20:27:04 +0000 |
commit | d7b4422e22f6fd8afc1eddcb1da29655c756f8d4 (patch) | |
tree | 5b1ab71a322eac1a44625fc9792a1b0a91315ebb /multimedia/libtheora/Makefile | |
parent | 6050d28b084b5aaedbc25f5b0ee09640a66d4ff7 (diff) | |
download | pkgsrc-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/libtheora/Makefile')
-rw-r--r-- | multimedia/libtheora/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |