[Lunar-commits] <moonbase-other> gutenprint: readd it to the moonbase. version bumped to 5.2.9.
Florin Braescu
florin at lunar-linux.org
Fri Jul 27 18:58:16 CEST 2012
commit 9ca9dfc819520f1d5771ba40a831dee3d0e1ec38
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 27 Jul 2012 09:58:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/9ca9dfc819520f1d5771ba40a831dee3d0e1ec38
gutenprint: readd it to the moonbase. version bumped to 5.2.9.
---
printer/gutenprint/BUILD +8/-0
printer/gutenprint/CONFLICTS +1/-0
printer/gutenprint/DEPENDS +28/-0
printer/gutenprint/DETAILS +18/-0
4 files changed, 55 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/printer/gutenprint/BUILD
@@ -0,0 +1,8 @@
+(
+
+ sed -i "30i #include <stdio.h>" src/cups/commandtoepson.c src/cups/commandtocanon.c &&
+ sed -i "31i #include <stdarg.h>" src/cups/commandtoepson.c src/cups/commandtocanon.c &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/printer/gutenprint/CONFLICTS
@@ -0,0 +1 @@
+#conflicts gimp-print
--- /dev/null
+++ b/printer/gutenprint/DEPENDS
@@ -0,0 +1,28 @@
+depends ijs
+
+optional_depends "gtk+-2" \
+ "" \
+ "" \
+ "to build GTK support"
+
+optional_depends "gimp" \
+ "" \
+ "" \
+ "for GIMP support"
+
+optional_depends "cups" \
+ "--with-cups" \
+ "--without-cups" \
+ "to build CUPS drivers"
+
+optional_depends "ghostscript" \
+ "--with-ghostscript" \
+ "--without-ghostscript" \
+ "to build Ghostscript driver"
+
+optional_depends "foomatic-db-engine" \
+ "--with-foomatic" \
+ "--without-foomatic" \
+ "for Foomatic spooler support"
+
+optional_depends "texi2html" "" "" "for texi file support"
--- /dev/null
+++ b/printer/gutenprint/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=gutenprint
+ VERSION=5.2.9
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/gimp-print
+ SOURCE_VFY=sha1:ecfd3757c5f8ddc994e4e60f713f5b9561b8cf28
+ WEB_SITE=http://gutenprint.sourceforge.net
+ ENTERED=20070618
+ UPDATED=201207247
+ SHORT="Epson, HP, LaserJet, Canon, Lexmark inkjet printer drivers"
+
+cat << EOF
+Guten-Print supports a wide variety of Epson Stylus, HP DeskJet, LaserJet, Canon
+BubbleJet, Lexmark inkjet printers, with the primary goal being uncompromising
+quality. Epson Stylus printers in particular are supported in all resolutions
+and modes, and the latest printers are capable of producing prints that rival
+photographic prints in quality. This package also offers much faster printing
+for high quality text and presentation graphics when required.
+EOF
More information about the Lunar-commits
mailing list