diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-09 08:14:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-09 08:14:23 +0000 |
commit | 46d700f8a0a4d283c3482e6a6386608f0d52466f (patch) | |
tree | e34d3007dfad7b9bd6ee0a4c7cb3d1532e9ae75d /audio | |
parent | 3a6756bdfc81d76b2117aebdbdf29365a2a83e8b (diff) | |
download | pkgsrc-46d700f8a0a4d283c3482e6a6386608f0d52466f.tar.gz |
Update to 1.3.5:
libvorbis 1.3.5 (unreleased) -- "Xiph.Org libVorbis I 20150105 (⛄⛄⛄⛄)"
* Tolerate single-entry codebooks.
* Fix decoder crash with invalid input.
* Fix encoder crash with non-positive sample rates.
# Fix issues in vorbisfile's seek bisection code.
* Spec errata.
* Reject multiple headers of the same type.
* Various build fixes and code cleanup.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvorbis/Makefile | 4 | ||||
-rw-r--r-- | audio/libvorbis/PLIST | 9 | ||||
-rw-r--r-- | audio/libvorbis/distinfo | 8 |
3 files changed, 7 insertions, 14 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 3ebf70abeae..fd2af52f8b5 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2014/10/09 14:05:57 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2015/03/09 08:14:23 wiz Exp $ -DISTNAME= libvorbis-1.3.4 +DISTNAME= libvorbis-1.3.5 CATEGORIES= devel audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ EXTRACT_SUFX= .tar.xz diff --git a/audio/libvorbis/PLIST b/audio/libvorbis/PLIST index e18ae645425..921ae63200f 100644 --- a/audio/libvorbis/PLIST +++ b/audio/libvorbis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2010/11/09 13:12:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2015/03/09 08:14:23 wiz Exp $ include/vorbis/codec.h include/vorbis/vorbisenc.h include/vorbis/vorbisfile.h @@ -11,7 +11,6 @@ lib/pkgconfig/vorbisfile.pc share/aclocal/vorbis.m4 share/doc/${PKGNAME}/doxygen-build.stamp share/doc/${PKGNAME}/eightphase.png -share/doc/${PKGNAME}/evenlsp.png share/doc/${PKGNAME}/fish_xiph_org.png share/doc/${PKGNAME}/floor1_inverse_dB_table.html share/doc/${PKGNAME}/floorval.png @@ -64,8 +63,6 @@ share/doc/${PKGNAME}/libvorbis/vorbis_synthesis_read.html share/doc/${PKGNAME}/libvorbis/vorbis_synthesis_restart.html share/doc/${PKGNAME}/libvorbis/vorbis_synthesis_trackonly.html share/doc/${PKGNAME}/libvorbis/vorbis_version_string.html -share/doc/${PKGNAME}/lspmap.png -share/doc/${PKGNAME}/oddlsp.png share/doc/${PKGNAME}/oggstream.html share/doc/${PKGNAME}/programming.html share/doc/${PKGNAME}/rfc5215.txt @@ -77,7 +74,6 @@ share/doc/${PKGNAME}/v-comment.html share/doc/${PKGNAME}/vorbis-clip.txt share/doc/${PKGNAME}/vorbis-errors.txt share/doc/${PKGNAME}/vorbis-fidelity.html -share/doc/${PKGNAME}/vorbis.html share/doc/${PKGNAME}/vorbisenc/changes.html share/doc/${PKGNAME}/vorbisenc/examples.html share/doc/${PKGNAME}/vorbisenc/index.html @@ -149,6 +145,3 @@ share/doc/${PKGNAME}/vorbisfile/seekingexample.html share/doc/${PKGNAME}/vorbisfile/style.css share/doc/${PKGNAME}/vorbisfile/threads.html share/doc/${PKGNAME}/vorbisfile/vorbisfile_example_c.html -share/doc/${PKGNAME}/vorbisword2.png -share/doc/${PKGNAME}/wait.png -share/doc/${PKGNAME}/white-xifish.png diff --git a/audio/libvorbis/distinfo b/audio/libvorbis/distinfo index 338d09c0522..9fc206dd065 100644 --- a/audio/libvorbis/distinfo +++ b/audio/libvorbis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2014/01/27 20:17:01 wiz Exp $ +$NetBSD: distinfo,v 1.24 2015/03/09 08:14:23 wiz Exp $ -SHA1 (libvorbis-1.3.4.tar.xz) = b99724acdf3577982b3146b9430d765995ecf9e1 -RMD160 (libvorbis-1.3.4.tar.xz) = 98972ed04f7fb587ae4ce2c5a55ebbfcf0e23edf -Size (libvorbis-1.3.4.tar.xz) = 1091376 bytes +SHA1 (libvorbis-1.3.5.tar.xz) = 7b4cdd4a73fadfed457ae40984cb0cc91146b300 +RMD160 (libvorbis-1.3.5.tar.xz) = 9d63b156e222fe865a6a4869bdf237d9523ce623 +Size (libvorbis-1.3.5.tar.xz) = 1193144 bytes |