summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2015-01-01 05:37:21 +0000
committerEric Sandall2015-01-01 05:57:53 +0000
commit77f181f8062009163f6ad881843128e35e5c3b3c (patch)
tree1439886175501d25168f6b71e9bb6aa37dd35e90
parentc9fb724f600cfa30c75e86da6fba0dbadad445ab (diff)
ghostscript: lcms2 is no longer optional, but required
checking for local lcms2 library source... no checking for system lcms2 library... checking for cmsGetTransformOutputFormat in -llcms2... no configure: WARNING: lcms2 not found, or too old checking for local lcms library source... configure: error: LittleCMS source not found!
-rwxr-xr-xprinter/ghostscript/DEPENDS3
-rw-r--r--printer/ghostscript/HISTORY3
2 files changed, 4 insertions, 2 deletions
diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index f92f602462..e5038f04a5 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -3,6 +3,7 @@ depends fontconfig &&
depends freetype2 &&
depends JPEG &&
depends tiff '--with-system-libtiff' &&
+depends lcms2 &&
depends libpng &&
depends zlib &&
@@ -46,5 +47,3 @@ optional_depends "openjpeg" \
"--enable-openjpeg" \
"--disable-openjpeg" \
"JPX decoding"
-
-optional_depends lcms2 '' '' 'colour support'
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 081aaac068..d254cc7757 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2014-12-31 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: lcms2 is no longer optional, but required
+
2014-10-01 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 9.15