~ubuntu-branches/ubuntu/hardy/evince/hardy

« back to all changes in this revision

Viewing changes to debian/patches/10-comics_fix_INCLUDES.patch

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-06-19 13:49:52 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070619134952-k1hur43gw2120n72
Tags: 0.9.1-0ubuntu1
* New upstream release:
  - New Features and UI Improvements:
    * Cairo-based renderer for pages and selections of PDF, DVJU and DVI documents
    * PDF exporter for printing DVI documents
    * Zoom icon artwork
  * Patch to avoid frequent process wakeup for metadata handling
  * Bumped poppler requirements to 0.5.9
  * Changed sidebar ordering
  * Removed extra locking of a main loop to speed up rendering 
  - Bug fixes:
    * Print job is released quickly
    * Update a cursor and tooltips after scrolling
  * More safe mkdir_with_parents
  * Safe saving of a document copy to a remote location
  * Build fix without libgnome
  * Selections don't disappear after zoom
  * Preview button added to the print dialog
  - Translations:
  * sv, en_GB, ta, nb, ca, gl, et, es, dz, th, he
* debian/control.in
  - changed gs / gs-esp / gs-esp-x dependency to ghostscript-x
  - changed libpoppler dependecy (>= 0.5.9)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nwru evince-0.9.0/backend/comics/Makefile.in evince-0.9.0.patched/backend/comics/Makefile.in
2
 
--- evince-0.9.0/backend/comics/Makefile.in     2007-05-14 20:13:26.000000000 +0000
3
 
+++ evince-0.9.0.patched/backend/comics/Makefile.in     2007-05-20 11:37:57.000000000 +0000
4
 
@@ -305,7 +305,7 @@
5
 
 INCLUDES = \
6
 
        -I$(top_srcdir)         \
7
 
        -I$(top_srcdir)/libdocument \
8
 
-       $(LIB_CFLAGS)
9
 
+       $(BACKEND_CFLAGS)
10
 
 
11
 
 noinst_LTLIBRARIES = libcomicsdocument.la
12
 
 libcomicsdocument_la_SOURCES = \