From 4a278c66bd4f688e5c5a069e9eeba654168c998a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 1 Apr 2020 16:25:26 +0100 Subject: Remove the libjasper-based JPEG2000 loader Libjasper is not really maintained any more, and has been dropped by various Linux distributions over the years. GdkPixbuf has not enabled the JPEG2000 loader by default in many years, relying on downstream distributors to do so if they also shipped libjasper. This means that it's unlikely anybody has relied on GdkPixbuf to load a JPEG2000 image for the past 3 to 5 years, if at all. The only other option for loading JPEG2000 images is to use OpenJPEG, and for that there is an out of tree GdkPixbuf module available: https://notabug.org/necklace/jp2-pixbuf-loader Fixes: #152, #137 --- meson_options.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index c22d29425..c1136cd96 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -10,10 +10,6 @@ option('jpeg', description: 'Enable JPEG loader (requires libjpeg), disabled on Windows if "native_windows_loaders" is used', type: 'boolean', value: true) -option('jasper', - description: 'Enable JPEG2000 loader (requires libjasper)', - type: 'boolean', - value: false) option('builtin_loaders', description: 'Comma-separated list of loaders to build into gdk-pixbuf, or "none", or "all" to build all buildable loaders into gdk-pixbuf', type: 'string', -- cgit v1.2.1