diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-28 07:58:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-28 07:58:48 +0000 |
commit | 6f7addf524069f6a3da76adf1f6186efba00a1eb (patch) | |
tree | c4fdcf76b4ebdafb4d14b8879b04dd9aee8ed2ad /audio/libvorbis | |
parent | c59e75805bb5dfe16bf1f788e1a8710a2e842795 (diff) | |
download | pkgsrc-6f7addf524069f6a3da76adf1f6186efba00a1eb.tar.gz |
Update to 1.2.0:
libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
* new ov_fopen() convenience call that avoids the common
stdio conflicts with ov_open() and MSVC runtimes.
* libvorbisfile now handles multiplexed streams
* improve robustness to corrupt input streams
* fix a minor encoder bug
* updated RTP draft
* build system updates
* minor corrections to the specification
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 4 | ||||
-rw-r--r-- | audio/libvorbis/PLIST | 5 | ||||
-rw-r--r-- | audio/libvorbis/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index c0e9cf8227b..44fe0536ba1 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2006/11/02 17:59:37 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2007/07/28 07:58:48 wiz Exp $ -DISTNAME= libvorbis-1.1.2 +DISTNAME= libvorbis-1.2.0 CATEGORIES= devel audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ diff --git a/audio/libvorbis/PLIST b/audio/libvorbis/PLIST index f0f2f41b117..36740ca08a3 100644 --- a/audio/libvorbis/PLIST +++ b/audio/libvorbis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/09/24 13:04:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2007/07/28 07:58:48 wiz Exp $ include/vorbis/codec.h include/vorbis/vorbisenc.h include/vorbis/vorbisfile.h @@ -10,7 +10,8 @@ lib/pkgconfig/vorbisenc.pc lib/pkgconfig/vorbisfile.pc share/aclocal/vorbis.m4 share/doc/${PKGNAME}/components.png -share/doc/${PKGNAME}/draft-kerr-avt-vorbis-rtp-03.txt +share/doc/${PKGNAME}/draft-ietf-avt-rtp-vorbis-06.txt +share/doc/${PKGNAME}/draft-ietf-avt-rtp-vorbis-06.xml share/doc/${PKGNAME}/eightphase.png share/doc/${PKGNAME}/evenlsp.png share/doc/${PKGNAME}/floor1-1.png diff --git a/audio/libvorbis/distinfo b/audio/libvorbis/distinfo index bb88c949bb3..75650020361 100644 --- a/audio/libvorbis/distinfo +++ b/audio/libvorbis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2005/12/07 17:50:37 wiz Exp $ +$NetBSD: distinfo,v 1.14 2007/07/28 07:58:48 wiz Exp $ -SHA1 (libvorbis-1.1.2.tar.gz) = 26289fc41aa5436b1a277d726bb5cb106d675c35 -RMD160 (libvorbis-1.1.2.tar.gz) = 2f1c59ab8237fe3af28f9979cd96008cfa3567cb -Size (libvorbis-1.1.2.tar.gz) = 1316434 bytes +SHA1 (libvorbis-1.2.0.tar.gz) = 6ff5f9d9d71cc385ee180171cc21af5653b76a16 +RMD160 (libvorbis-1.2.0.tar.gz) = 54bf2b48943e283f003cd5dfb4bf9e519b6a817d +Size (libvorbis-1.2.0.tar.gz) = 1494373 bytes |