Difference between revisions of "Evince"

From Sugar Labs
Jump to navigation Jump to search
(New page: The Read activity and other components in Sugar that display PDFs use [http://live.gnome.org/Evince evince] for that. In order to be able to embed evince inside other components, we have ...)
 
Line 6: Line 6:
  
 
* add python bindings to that library
 
* add python bindings to that library
 +
 +
* expose document info to embedders
  
 
And now we need to upstream all that before distros can provide an evince that Sugar can use.
 
And now we need to upstream all that before distros can provide an evince that Sugar can use.

Revision as of 07:16, 14 January 2009

The Read activity and other components in Sugar that display PDFs use evince for that.

In order to be able to embed evince inside other components, we have had to do the following modifications:

  • build evince as a dynamic library
  • add python bindings to that library
  • expose document info to embedders

And now we need to upstream all that before distros can provide an evince that Sugar can use.