surpport seeking the recorded video
[vuplus_openembedded] / recipes / evince / evince_2.20.0.bb
1 DESCRIPTION = "Evince is a document viewer for document formats like pdf, ps, djvu."
2 LICENSE = "GPL"
3 SECTION = "x11/office"
4 DEPENDS = "tiff djvulibre libxt espgs gnome-doc-utils poppler libxml2 gtk+ gnome-vfs gconf libglade gnome-keyring "
5 RDEPENDS = "espgs "
6 RRECOMMENDS = "gnome-vfs-plugin-file"
7 PR = "r2"
8
9 inherit gnome pkgconfig gtk-icon-cache
10
11 SRC_URI += "file://no-icon-theme.diff;patch=1;pnum=0 \
12             file://no-help-dir.patch;patch=1"
13
14 EXTRA_OECONF = " --without-libgnome \
15                  --disable-thumbnailer \
16                  --disable-scrollkeeper \
17                  --enable-djvu \
18                  "
19