libvorbis: update to 1.3.6.

This commit is contained in:
maxice8 2018-04-14 20:31:35 -03:00 committed by Leah Neukirchen
parent 0d3fa6d8c8
commit b48a452547
4 changed files with 7 additions and 41 deletions

View file

@ -1,10 +0,0 @@
--- lib/info.c
+++ lib/info.c
@@ -584,6 +584,7 @@ int vorbis_analysis_headerout(vorbis_dsp
private_state *b=v->backend_state;
if(!b||vi->channels<=0){
+ b = NULL;
ret=OV_EFAULT;
goto err_out;
}

View file

@ -1,11 +0,0 @@
--- lib/info.c
+++ lib/info.c
@@ -583,7 +583,7 @@ int vorbis_analysis_headerout(vorbis_dsp
oggpack_buffer opb;
private_state *b=v->backend_state;
- if(!b||vi->channels<=0){
+ if(!b||vi->channels<=0||vi->channels>256){
b = NULL;
ret=OV_EFAULT;
goto err_out;

View file

@ -1,9 +0,0 @@
--- autogen.sh.orig 2013-03-21 17:21:18.281013739 +0100
+++ autogen.sh 2013-03-21 17:21:23.960040231 +0100
@@ -124,6 +124,3 @@ echo " $AUTOMAKE --add-missing $AUTOMAK
$AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
echo " autoconf"
autoconf || exit 1
-
-cd $olddir
-$srcdir/configure --enable-maintainer-mode "$@" && echo

View file

@ -1,20 +1,16 @@
# Template file for 'libvorbis'.
pkgname=libvorbis
version=1.3.5
revision=2
version=1.3.6
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
hostmakedepends="pkg-config"
makedepends="libogg-devel"
short_desc="The Vorbis General Audio Compression Codec"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
homepage="http://www.xiph.org/vorbis/"
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
checksum=6efbcecdd3e5dfbf090341b485da9d176eb250d893e3eb378c428a2db38301ce
pre_configure() {
autoreconf -fi -I m4
}
license="BSD-3-Clause"
homepage="https://www.xiph.org/vorbis/"
distfiles="https://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
checksum=6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb
post_install() {
vlicense COPYING