[evince/wip/hadess/djvu-image] djvu: Also load DjVu images




commit 8f66f13d67bb85620484a6aae18dec4d13fc8583
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 28 13:43:55 2021 +0100

    djvu: Also load DjVu images
    
    It's clear that most DjVu "images" are actually one-page documents so
    should be loaded in evince, as there unfortunately aren't any DjVu image
    viewers available in GNOME.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f74efb3c4..8212342ad 100644
--- a/meson.build
+++ b/meson.build
@@ -280,7 +280,7 @@ mime_types_list = {
   'djvu': [
     'application/x-ext-djv',
     'application/x-ext-djvu',
-    'image/vnd.djvu+multipage',
+    'image/vnd.djvu',
   ],
   'dvi': [
     'application/x-bzdvi',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]