From: Carlos Garcia Campos Date: Sun, 6 Apr 2008 09:36:46 +0000 (+0000) Subject: Add compressed dvi to the list of supported mime types. Patch by Ed X-Git-Tag: EVINCE_2_22_1~2 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=ac287895ed5fe949fe6c01b719a5195c877d3a75;hp=c8966c0d0cc708f6828b0cb1b379e6813b72b1c3;p=evince.git Add compressed dvi to the list of supported mime types. Patch by Ed 2008-04-06 Carlos Garcia Campos * configure.ac: * backend/dvi/dvidocument.evince-backend.in: Add compressed dvi to the list of supported mime types. Patch by Ed Catmur. Fixes bug #307087. svn path=/trunk/; revision=2990 --- diff --git a/ChangeLog b/ChangeLog index cbe2adcb..b54b24ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-06 Carlos Garcia Campos + + * configure.ac: + * backend/dvi/dvidocument.evince-backend.in: + + Add compressed dvi to the list of supported mime types. Patch by + Ed Catmur. Fixes bug #307087. + 2008-04-06 Carlos Garcia Campos * shell/ev-jobs.c: (ev_job_print_get_page_list): diff --git a/backend/dvi/dvidocument.evince-backend.in b/backend/dvi/dvidocument.evince-backend.in index b43e8dfe..cb5fe6ed 100644 --- a/backend/dvi/dvidocument.evince-backend.in +++ b/backend/dvi/dvidocument.evince-backend.in @@ -1,4 +1,4 @@ [Evince Backend] Module=dvidocument _TypeDescription=DVI Documents -MimeType=application/x-dvi +MimeType=application/x-dvi;application/x-bzdvi;application/x-gzdvi diff --git a/configure.ac b/configure.ac index 73c81968..93421139 100644 --- a/configure.ac +++ b/configure.ac @@ -417,7 +417,7 @@ if test "x$enable_ps" = "xyes" ; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;" fi if test "x$enable_dvi" = "xyes"; then - EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-dvi;" + EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}application/x-dvi;application/x-bzdvi;application/x-gzdvi;" fi if test "x$enable_djvu" = "xyes"; then EVINCE_MIME_TYPES="${EVINCE_MIME_TYPES}image/vnd.djvu;"