r11943 - in /desktop/unstable/evince/debian: changelog patches/60_gzdvi-support.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Jul 13 23:55:57 UTC 2007


Author: joss
Date: Fri Jul 13 23:55:57 2007
New Revision: 11943

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11943
Log:
* 60_gzdvi-support: add support for bzip2 compressed DVI files 
  (closes: #432445). Thanks Géraud Meyer.

Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/patches/60_gzdvi-support.patch

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=11943&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog (original)
+++ desktop/unstable/evince/debian/changelog Fri Jul 13 23:55:57 2007
@@ -1,9 +1,14 @@
 evince (0.8.3-2) UNRELEASED; urgency=low
 
+  [ Loic Minier ]
   * Build-depend on gnome-pkg-tools >= 0.12 and replace
     debian/check-mime-types.pl with desktop-check-mime-types.
 
- -- Loic Minier <lool at dooz.org>  Thu, 05 Jul 2007 20:31:30 +0200
+  [ Josselin Mouette ]
+  * 60_gzdvi-support: add support for bzip2 compressed DVI files 
+    (closes: #432445). Thanks Géraud Meyer.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 14 Jul 2007 01:54:34 +0200
 
 evince (0.8.3-1) unstable; urgency=low
 

Modified: desktop/unstable/evince/debian/patches/60_gzdvi-support.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/patches/60_gzdvi-support.patch?rev=11943&op=diff
==============================================================================
--- desktop/unstable/evince/debian/patches/60_gzdvi-support.patch (original)
+++ desktop/unstable/evince/debian/patches/60_gzdvi-support.patch Fri Jul 13 23:55:57 2007
@@ -6,18 +6,19 @@
  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-gzdvi"
++	EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;application/x-dvi;application/x-gzdvi;application/x-bzdvi"
  fi
  if test "x$enable_djvu" = "xyes"; then
  	EVINCE_MIME_TYPES="$EVINCE_MIME_TYPES;image/vnd.djvu"
 diff -uprN evince-0.8.1.orig/libdocument/ev-document-factory.c evince-0.8.1/libdocument/ev-document-factory.c
 --- evince-0.8.1.orig/libdocument/ev-document-factory.c	2007-04-09 21:39:59.000000000 +0200
 +++ evince-0.8.1/libdocument/ev-document-factory.c	2007-06-24 08:07:25.000000000 +0200
-@@ -99,6 +99,7 @@ const EvDocumentType document_types[] = 
+@@ -99,6 +99,8 @@ const EvDocumentType document_types[] = 
  #ifdef ENABLE_DVI
  	/* dvi: */
  	{"application/x-dvi",          EV_COMPRESSION_NONE, EV_BACKEND_DVI,  dvi_document_get_type},
 +	{"application/x-gzdvi",        EV_COMPRESSION_GZIP, EV_BACKEND_DVI,  dvi_document_get_type},
++       {"application/x-bzdvi",        EV_COMPRESSION_BZIP2, EV_BACKEND_DVI,  dvi_document_get_type},
  #endif
  
  #ifdef ENABLE_COMICS




More information about the pkg-gnome-commits mailing list