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