[Lunar-commits] <moonbase-other> cups-filters: new module

v4hn me at v4hn.de
Sun May 19 20:51:16 CEST 2013


commit 0680b18fcd5a8763c8a5f015c5acd191aa06097a
Author: Jean-Michel Masereel <jean-michel.masereel at laposte.net>
Date: Sun, 19 May 2013 11:39:56 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/0680b18fcd5a8763c8a5f015c5acd191aa06097a

cups-filters: new module

needed if we want to print docs other than .ps with cups
---
  zbeta/cups-filters/DEPENDS      | +33/-0    
  zbeta/cups-filters/DETAILS      | +12/-0    
  zbeta/cups-filters/POST_INSTALL | +1/-0     
  zbeta/cups-filters/POST_REMOVE  | +1/-0     
  4 files changed, 47 insertions(+)

--- /dev/null
+++ b/zbeta/cups-filters/DEPENDS
@@ -0,0 +1,33 @@
+depends zlib
+depends pkgconfig
+depends ghostscript
+depends qpdf
+depends poppler
+depends lcms2
+depends freetype2
+depends fontconfig
+depends ijs
+depends shared-mime-info
+
+# required for pstopdf script
+depends bc
+
+optional_depends avahi \
+                 "--enable-avahi" \
+                 "--disable-avahi" \
+                 "for DNS Service Discovery support using Avahi"
+
+optional_depends  %JPEG  \
+                  "--with-jpeg"  \
+                  "--without-jpeg" \
+                  "Support for JPEG filter"
+
+optional_depends  tiff  \
+                  "--with-tiff"  \
+                  "--without-tiff" \
+                  "Support for TIFF filter"
+
+optional_depends  libpng \
+                  "--with-png" \
+                  "--without-png" \
+                  "Support PNG filter"
--- /dev/null
+++ b/zbeta/cups-filters/DETAILS
@@ -0,0 +1,12 @@
+           MODULE=cups-filters
+         VERSION=1.0.34
+      SOURCE=$MODULE-$VERSION.tar.xz
+   SOURCE_URL=http://www.openprinting.org/download/$MODULE
+     SOURCE_VFY=sha1:eac8967c14fc73427a4a50fc1d7bb672cdbcde32
+        WEB_SITE=http://www.openprinting.org
+         ENTERED=20130503
+         UPDATED=20130503
+           SHORT="necessary filters for CUPS"
+cat << EOF
+some necessary filters which were removed from the CUPS package
+EOF
--- /dev/null
+++ b/zbeta/cups-filters/POST_INSTALL
@@ -0,0 +1 @@
+update-mime-database  /usr/share/mime/
--- /dev/null
+++ b/zbeta/cups-filters/POST_REMOVE
@@ -0,0 +1 @@
+update-mime-database  /usr/share/mime/




More information about the Lunar-commits mailing list