From: Koen Kooi Date: Thu, 9 Aug 2007 19:26:11 +0000 (+0000) Subject: djvulibre: add 3.5.19 X-Git-Tag: Release-2010-05/1~9074^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09744802bdb81c4c9ed914f6704040cd79dc9d3e;p=openembedded.git djvulibre: add 3.5.19 * you get bonus points if you get the viewer to build against qt 4.3.x-x11 --- diff --git a/packages/djvulibre/.mtn2git_empty b/packages/djvulibre/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/djvulibre/djvulibre_3.5.19.bb b/packages/djvulibre/djvulibre_3.5.19.bb new file mode 100644 index 0000000000..aab08cb937 --- /dev/null +++ b/packages/djvulibre/djvulibre_3.5.19.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "DjVuLibre is an open source (GPL'ed) implementation of DjVu, including viewers, browser plugins, decoders, simple encoders, and utilities." +LICENSE = "GPL" +SRC_URI = "http://downloads.sourceforge.net/djvu/djvulibre-${PV}.tar.gz" + +DEPENDS = "jpeg libpng tiff" + +inherit autotools pkgconfig + +PACKAGES =+ "libdjvulibre" + +FILES_libdjvulibre = "${libdir}/libdjvulibre.so.*" +FILES_${PN} += "${datadir}/djvu" + + +