[oe-commits] org.oe.dev gutenprint: add 5.1.3, this doesn't work yet, but -native needs it

koen commit openembedded-commits at lists.openembedded.org
Sat Oct 13 18:29:07 UTC 2007


gutenprint: add 5.1.3, this doesn't work yet, but -native needs it

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b7fa0aff3156da49cf51f8356ad60d91a84ac274
ViewMTN: http://monotone.openembedded.org/revision/info/b7fa0aff3156da49cf51f8356ad60d91a84ac274
Files:
1
packages/gutenprint/gutenprint_5.1.3.bb
Diffs:

#
# mt diff -r45938c4e854b26ef7b60e687cbcc02feda47d03e -rb7fa0aff3156da49cf51f8356ad60d91a84ac274
#
# 
# 
# add_file "packages/gutenprint/gutenprint_5.1.3.bb"
#  content [ed3d0dd4d207bdb266c58db2bf950547be9267d8]
# 
============================================================
--- packages/gutenprint/gutenprint_5.1.3.bb	ed3d0dd4d207bdb266c58db2bf950547be9267d8
+++ packages/gutenprint/gutenprint_5.1.3.bb	ed3d0dd4d207bdb266c58db2bf950547be9267d8
@@ -0,0 +1,34 @@
+require gutenprint.inc
+
+DEPENDS = "glib-2.0 cups tiff jpeg libpng gutenprint-native espgs"
+
+SRC_URI = "http://easynews.dl.sourceforge.net/sourceforge/gimp-print/gutenprint-5.1.3.tar.bz2"
+S = "${WORKDIR}/gutenprint-${PV}"
+
+
+EXTRA_OECONF = "\
+		--disable-nls \
+		 --disable-gtktest \
+#		--enable-cups-ppds \
+# this option is disabled here, since the ppds are generated during native build
+		 --disable-libgutenprintui \
+		 --disable-libgutenprintui2 \
+		--disable-translated-cups-ppds \
+#		--with-ghostscript \
+# i MAY have to disable this one as well, since these are probably built in native as well
+		--enable-cups-level3-ppds \
+		 --disable-gimptest \
+		--enable-test \
+		--enable-epson \
+		--with-user-guide \
+		--with-samples \
+		--with-escputil \
+		 "		   		   
+
+do_configure() {
+        gnu-configize
+	libtoolize --force
+        oe_runconf
+}
+
+






More information about the Openembedded-commits mailing list