mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
flac: update to 1.3.3.
This commit is contained in:
parent
2c700c5819
commit
81944f5573
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
||||||
# Upstream: Yes
|
|
||||||
--- a/src/libFLAC/stream_decoder.c
|
|
||||||
+++ b/src/libFLAC/stream_decoder.c
|
|
||||||
@@ -1753,6 +1753,9 @@ FLAC__bool read_metadata_vorbiscomment_(FLAC__StreamDecoder *decoder, FLAC__Stre
|
|
||||||
}
|
|
||||||
memset (obj->comments[i].entry, 0, obj->comments[i].length) ;
|
|
||||||
if (!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, obj->comments[i].entry, obj->comments[i].length)) {
|
|
||||||
+ /* Current i-th entry is bad, so we delete it. */
|
|
||||||
+ free (obj->comments[i].entry) ;
|
|
||||||
+ obj->comments[i].entry = NULL ;
|
|
||||||
obj->num_comments = i;
|
|
||||||
goto skip;
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'flac'
|
# Template file for 'flac'
|
||||||
pkgname=flac
|
pkgname=flac
|
||||||
version=1.3.2
|
version=1.3.3
|
||||||
revision=4
|
revision=1
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin
|
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
homepage="http://flac.sourceforge.net/"
|
homepage="http://flac.sourceforge.net/"
|
||||||
license="BSD-3-Clause, GPL-2"
|
license="BSD-3-Clause, GPL-2"
|
||||||
distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
|
distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
|
||||||
checksum=91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f
|
checksum=213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.Xiph
|
vlicense COPYING.Xiph
|
||||||
|
|
Loading…
Add table
Reference in a new issue