summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-04-01 16:25:26 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-06-26 17:26:20 +0100
commit4a278c66bd4f688e5c5a069e9eeba654168c998a (patch)
tree9d3fe0ebaf4d8c48a35aee13c3977a03d577cbec /README.md
parent79798c0aafe5f2e3cb1546696e2a353f403a200d (diff)
downloadgdk-pixbuf-4a278c66bd4f688e5c5a069e9eeba654168c998a.tar.gz
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index f6fd10e18..4bc73e2e8 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,6 @@ Depending on the image formats you want to support you will also need:
- libpng's development files
- libjpeg's development files
- libtiff's development files
- - libjasper's development files
Additionally, you may need:
@@ -68,9 +67,6 @@ check the current build configuration, and change its options.
You can specify the following options in the command line to `meson`:
- * `-Djasper=true` - Enable support for JPEG2000. This requires
- [libjasper's development files](http://www.ece.uvic.ca/~frodo/jasper/)
- to be installed.
* `-Dgtk_doc=true` - Build the API reference documentation. This
requires `gtk-doc` to be installed.
* `-Drelocatable=true` - Enable application bundle relocation support.