diff options
author | adam <adam> | 2010-11-09 13:11:53 +0000 |
---|---|---|
committer | adam <adam> | 2010-11-09 13:11:53 +0000 |
commit | 6e4e59119ffac5c1cac4ad99176a8d4d07121d09 (patch) | |
tree | d7c6d4d99c1912da7abf03f19c6939e36fcbfbda /multimedia | |
parent | fd2df83a7449c563b923860cbe03597f191e1b15 (diff) | |
download | pkgsrc-6e4e59119ffac5c1cac4ad99176a8d4d07121d09.tar.gz |
Changes 1.2.1:
* Various build updates (see SVN)
* Add ogg_stream_pageout_fill() to API to allow applications
greater explicit flexibility in page sizing.
* Documentation updates including multiplexing description,
terminology and API (incl. ogg_packet_clear(),
ogg_stream_pageout_fill())
* Correct possible buffer overwrite in stream encoding on 32 bit
when a single packet exceed 250MB.
* Correct read-buffer overrun [without side effects] under
similar circumstances.
* Update unit testing to work properly with new page spill
heuristic.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libogg/Makefile | 12 | ||||
-rw-r--r-- | multimedia/libogg/PLIST | 3 | ||||
-rw-r--r-- | multimedia/libogg/distinfo | 9 |
3 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/libogg/Makefile b/multimedia/libogg/Makefile index 36c18bf2437..001e2dba066 100644 --- a/multimedia/libogg/Makefile +++ b/multimedia/libogg/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2010/04/23 21:43:28 wiz Exp $ -# +# $NetBSD: Makefile,v 1.15 2010/11/09 13:11:53 adam Exp $ -DISTNAME= libogg-1.2.0 +DISTNAME= libogg-1.2.1 CATEGORIES= multimedia devel MASTER_SITES= http://downloads.xiph.org/releases/ogg/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.xiph.org/ogg/ @@ -14,13 +14,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config -GNU_CONFIGURE= YES -USE_LIBTOOL= YES +USE_LIBTOOL= yes +GNU_CONFIGURE= yes GCC_REQD+= 2.95.3 -PLIST_SUBST+= DISTNAME=${DISTNAME:Q} - PKGCONFIG_OVERRIDE+= ogg.pc.in TEST_TARGET= check diff --git a/multimedia/libogg/PLIST b/multimedia/libogg/PLIST index 8453984050a..f61df3f8568 100644 --- a/multimedia/libogg/PLIST +++ b/multimedia/libogg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/07/17 20:22:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/11/09 13:11:53 adam Exp $ include/ogg/config_types.h include/ogg/ogg.h include/ogg/os_types.h @@ -36,6 +36,7 @@ share/doc/${PKGNAME}/ogg/ogg_stream_packetout.html share/doc/${PKGNAME}/ogg/ogg_stream_packetpeek.html share/doc/${PKGNAME}/ogg/ogg_stream_pagein.html share/doc/${PKGNAME}/ogg/ogg_stream_pageout.html +share/doc/${PKGNAME}/ogg/ogg_stream_pageout_fill.html share/doc/${PKGNAME}/ogg/ogg_stream_reset.html share/doc/${PKGNAME}/ogg/ogg_stream_reset_serialno.html share/doc/${PKGNAME}/ogg/ogg_stream_state.html diff --git a/multimedia/libogg/distinfo b/multimedia/libogg/distinfo index c59b23f95df..9ee4e962253 100644 --- a/multimedia/libogg/distinfo +++ b/multimedia/libogg/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2010/04/23 21:43:28 wiz Exp $ +$NetBSD: distinfo,v 1.7 2010/11/09 13:11:53 adam Exp $ -SHA1 (libogg-1.2.0.tar.gz) = 135fb812282e08833295c91e005bd0258fff9098 -RMD160 (libogg-1.2.0.tar.gz) = 35bbed1654b003a7b75dc9dca8e311ae73c03210 -Size (libogg-1.2.0.tar.gz) = 400293 bytes +SHA1 (libogg-1.2.1.tar.bz2) = 0fdb133ea5207712772ef492b7982628d447f3bb +RMD160 (libogg-1.2.1.tar.bz2) = 66428c5410bc4a24d0eb22028a875be026593545 +Size (libogg-1.2.1.tar.bz2) = 321690 bytes +SHA1 (patch-aa) = 1d1dc995d0d869028c2025503e53c3dd4a35b60d |