[oe-commits] org.oe.dev gutenprint: add gutenprint native (need cups-native and libijs-native on host)

purdyd_at_wisheights commit openembedded-commits at lists.openembedded.org
Sat Oct 13 15:02:05 UTC 2007


gutenprint: add gutenprint native (need cups-native and libijs-native on host)

Author: purdyd_at_wisheights at yahoo.com
Branch: org.openembedded.dev
Revision: 45938c4e854b26ef7b60e687cbcc02feda47d03e
ViewMTN: http://monotone.openembedded.org/revision/info/45938c4e854b26ef7b60e687cbcc02feda47d03e
Files:
1
packages/nonworking/gutenprint/gutenprint_5.0.0.bb
packages/nonworking/gutenprint
packages/gutenprint
packages/gutenprint/gutenprint-native_5.1.3.bb
packages/gutenprint/gutenprint.inc
Diffs:

#
# mt diff -r8c3f6911ae84ec544e18b925b86ac50ca9852003 -r45938c4e854b26ef7b60e687cbcc02feda47d03e
#
# 
# 
# delete "packages/nonworking/gutenprint/gutenprint_5.0.0.bb"
# 
# rename "packages/nonworking/gutenprint"
#     to "packages/gutenprint"
# 
# add_file "packages/gutenprint/gutenprint-native_5.1.3.bb"
#  content [6f15b17606a7a96c3e4351eaab10140f8a9be587]
# 
# add_file "packages/gutenprint/gutenprint.inc"
#  content [b0b3b6c786e5d050f04343707b583440d20b8b0b]
# 
============================================================
--- packages/gutenprint/gutenprint-native_5.1.3.bb	6f15b17606a7a96c3e4351eaab10140f8a9be587
+++ packages/gutenprint/gutenprint-native_5.1.3.bb	6f15b17606a7a96c3e4351eaab10140f8a9be587
@@ -0,0 +1,39 @@
+SECTION = "libs"
+require gutenprint_${PV}.bb
+DEPENDS = ""
+inherit native
+
+EXTRA_OECONF = "\
+		--disable-nls \
+		--disable-gtktest \
+		--enable-cups-ppds \
+		--disable-libgutenprintui \
+		--disable-libgutenprintui2 \
+		--disable-translated-cups-ppds \
+		--with-ghostscript \
+		--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
+}
+
+
+
+
+do_stage() {
+	autotools_stage_includes
+	install -m 0755 -d ${STAGING_DATADIR}/cups/model
+	install -m 0644 src/cups/ppd/C/*ppd* ${STAGING_DATADIR}/cups/model/   
+#	oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
+}
+
+
============================================================
--- packages/gutenprint/gutenprint.inc	b0b3b6c786e5d050f04343707b583440d20b8b0b
+++ packages/gutenprint/gutenprint.inc	b0b3b6c786e5d050f04343707b583440d20b8b0b
@@ -0,0 +1,28 @@
+DESCRIPTION = "Gutenprint printer drivers"
+HOMEPAGE = "http://gimp-print.sourceforge.net/"
+LICENSE = "GPL"
+
+DEPENDS = "glib-2.0 cups tiff jpeg libpng gutenprint-native espgs"
+
+
+inherit autotools pkgconfig
+PARALLEL_MAKE=""
+
+#EXTRA_OECONF = "\
+#		--disable-nls \
+#		 --disable-gtktest \
+#		--enable-cups-ppds \
+#		 --disable-libgutenprintui \
+#		 --disable-libgutenprintui2 \
+#		--disable-translated-cups-ppds \
+#		--with-ghostscript \
+#		--enable-cups-level3-ppds \
+#		 --disable-gimptest \
+#		--enable-test \
+#		--enable-epson \
+#		--with-user-guide \
+#		--with-samples \
+#		--with-escputil \
+#		 "
+
+






More information about the Openembedded-commits mailing list