This is a bugfix release:
* tags
- aiff, riff: fix ID3 chunk padding
* decoder
- ffmpeg: support the TAK codec
* fix disappearing duration of remote songs during playback
* initialize supplementary groups with glibc 2.19+
ClosesHomebrew/homebrew#49475.
Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This fixes the following build error:
_spupng_write_png in libccx.a(ccx_encoders_spupng.c.o)
"_png_write_end", referenced from:
_save_spupng in libccx.a(spupng_encoder.c.o)
_spupng_write_png in libccx.a(ccx_encoders_spupng.c.o)
"_png_write_image", referenced from:
_save_spupng in libccx.a(spupng_encoder.c.o)
_spupng_write_png in libccx.a(ccx_encoders_spupng.c.o)
"_png_write_info", referenced from:
_save_spupng in libccx.a(spupng_encoder.c.o)
_spupng_write_png in libccx.a(ccx_encoders_spupng.c.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [ccextractor] Error 1
make[1]: *** [CMakeFiles/ccextractor.dir/all] Error 2
make: *** [all] Error 2
ClosesHomebrew/homebrew#49466.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
chuck 1.3.5.2: add Xcode dependency, remove patch
- update chuck to 1.3.5.2
- chuck invokes xcodebuild so add Xcode as a requirement instead of
unexpectedly failing when only the CLT is present
- remove the inlined 10.11-10.13 version-matching patch in favor of the
corresponding upstream fix
ClosesHomebrew/homebrew#49469.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>