[oe-commits] Koen Kooi : djvulibre: add 3.5.21

GIT User account git at amethyst.openembedded.net
Fri Dec 5 11:09:03 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 10bad6ef239394674bee035e400a039281d57b0d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=10bad6ef239394674bee035e400a039281d57b0d

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Dec  5 12:06:36 2008 +0100

djvulibre: add 3.5.21
* unbuildable like 3.5.20, but this one gets to do_install instead of breaking in do_compile

---

 conf/checksums.ini                     |    4 ++++
 packages/djvulibre/djvulibre_3.5.21.bb |   31 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 9fc5b92..4a4fe28 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -3822,6 +3822,10 @@ sha256=d937528e10c16831d8df31893ee24da8ec2bfd9e9170671c482a1b1abfc5efc3
 md5=c94091de014b3aaf037d3d0f398d36c2
 sha256=d937528e10c16831d8df31893ee24da8ec2bfd9e9170671c482a1b1abfc5efc3
 
+[http://downloads.sourceforge.net/djvu/djvulibre-3.5.21.tar.gz]
+md5=4c6f3eb03ffbd067b6d2fe2344b0d9ad
+sha256=39f80c1810be22c5ea7f6a44bbb449c3e29902895dcff9da6a8440891a67b8b4
+
 [http://dmalloc.com/releases/dmalloc-5.5.2.tgz]
 md5=f92e5606c23a8092f3d5694e8d1c932e
 sha256=d3be5c6eec24950cb3bd67dbfbcdf036f1278fae5fd78655ef8cdf9e911e428a
diff --git a/packages/djvulibre/djvulibre_3.5.21.bb b/packages/djvulibre/djvulibre_3.5.21.bb
new file mode 100644
index 0000000..b9460f6
--- /dev/null
+++ b/packages/djvulibre/djvulibre_3.5.21.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "DjVuLibre is an open source (GPL'ed) implementation of DjVu, including viewers, browser plugins, decoders, simple encoders, and utilities."
+LICENSE = "GPL"
+DEPENDS = "jpeg libpng tiff"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/djvu/djvulibre-${PV}.tar.gz \
+           file://fix-cross-configure.patch;patch=1"
+
+inherit qt4x11 autotools pkgconfig
+
+#export QT_LIBS = "${OE_QMAKE_LIBS_QT}"
+#export QT_CFLAGS = "${OE_QMAKE_CXXFLAGS} -I${QTDIR}/include/Qt/ "
+
+EXTRA_OECONF = " --enable-threads \
+                 --with-qt=${QTDIR} "
+
+do_configure() {
+	gnu-configize
+	autoreconf
+	oe_runconf
+	for i in $(find ${S} -name "Makefile") ; do
+		sed -i -e s:-L/usr/lib::g $i
+	done
+}
+
+do_stage() {
+        autotools_stage_all
+}
+
+PACKAGES =+ "libdjvulibre"
+FILES_libdjvulibre = "${libdir}/libdjvulibre.so.*"
+FILES_${PN} += "${datadir}/djvu"





More information about the Openembedded-commits mailing list