GNOME Bugzilla – Bug 793995
meson: No check for zlib (optional libgsttag dependency)
Last modified: 2018-08-11 17:53:47 UTC
The current meson build system for base doesn't check for zlib. As a result anybody using meson to build libgsttag will *not* have support for compressed tags.
If you have a file that has compressed ID3v2 frames I'd love to have one for my collection fwiw :) commit 553de4906f869d7cd80b53088188609c3bc182ec Author: Tim-Philipp Müller <tim@centricular.com> Date: Sat Aug 11 18:49:10 2018 +0100 meson: tag: check for zlib and support compressed id3v2 tag if found https://bugzilla.gnome.org/show_bug.cgi?id=793995 Could also move from using zlib directly to using g_zlib_decompressor() here instead.