audio/shntool: add upstream fix

* Added WAVE_FORMAT_EXTENSIBLE with value 0xfffe and supressed error on wav
  header parsing with that format

PR:		250088
Reported by:	Danoz <danoz@danoz.net>
This commit is contained in:
Tobias C. Berner 2020-10-04 06:41:35 +00:00
parent 336320f33c
commit 1dacc41bd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551359
2 changed files with 7 additions and 1 deletions

View File

@ -3,10 +3,13 @@
PORTNAME= shntool
DISTVERSION= 3.0.10
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://shnutils.freeshell.org/shntool/dist/src/
PATCH_SITES= https://github.com/max619/shntool/commit/
PATCHFILES= cfd06e4ed.patch:-p1
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Multi-purpose WAVE data processing and reporting utility

View File

@ -1,2 +1,5 @@
TIMESTAMP = 1601793495
SHA256 (shntool-3.0.10.tar.gz) = 74302eac477ca08fb2b42b9f154cc870593aec8beab308676e4373a5e4ca2102
SIZE (shntool-3.0.10.tar.gz) = 216061
SHA256 (cfd06e4ed.patch) = 3ba026ed6c669d8ca25994e25fa0eea4b5dd9f7d2bd15ddcbfbdf62c66f4689f
SIZE (cfd06e4ed.patch) = 1569