Ticket #1686: 85_add_djvu_files_support.patch

File 85_add_djvu_files_support.patch, 764 bytes (added by zaytsev, 15 years ago)
  • mc-4.7.0-pre2~git20090919

    Description: Add djvu support
    Bug-Debian: http://bugs.debian.org/543651
    Author: Jakub Wilk <ubanus@users.sf.net>
    Author: Denis Briand <denis@narcan.fr>
    old new  
    476476        #Open=(ghostview %f &) 
    477477        View=%view{ascii} pdftotext %f - 
    478478 
     479#DjVu 
     480type/^DjVu 
     481    Open=run-mailcap %f 2>&1 & 
     482    View=%view{ascii} djvused -e print-pure-txt %f 
     483 
    479484# The following code very ugly and should not be taken as example. 
    480485# It should be cleaned up when the new format of mc.ext is developed. 
    481486