After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793995 - meson: No check for zlib (optional libgsttag dependency)
meson: No check for zlib (optional libgsttag dependency)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-02 16:38 UTC by Edward Hervey
Modified: 2018-08-11 17:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2018-03-02 16:38:52 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.
Comment 1 Tim-Philipp Müller 2018-08-11 17:53:47 UTC
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.