Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (52e7db0ce4e3b1d64b78531ac9a5776276f46e4c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (52e7db0ce4e3b1d64b78531ac9a5776276f46e4c)
  • Date: Thu, 26 Mar 2009 05:45:41 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

printer/ghostscript/DEPENDS | 8 +++++++-
printer/ghostscript/HISTORY | 6 ++++--
2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 52e7db0ce4e3b1d64b78531ac9a5776276f46e4c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ghostscript: fixed the flags for cairo

diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 12c697e..0b3b3cc 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -14,10 +14,16 @@ optional_depends "libx11"
\
"--with-x" \
"--without-x" \
"for x11 devices" &&
+
if is_depends_enabled $SPELL libx11;then
depends libxt &&
depends libxext &&
- optional_depends cairo '' '' 'cairo graphics'
+ optional_depends cairo \
+ "--enable-cairo" \
+ "--disable-cairo" \
+ "for cairo output device"
+else
+ OPTS="--disable-cairo $OPTS"
fi &&

optional_depends "CUPS" \
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 2eada6e..327d243 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,4 +1,7 @@
-2009-02-03Treeve Jelbert <treeve AT sourcemage.org>
+2009-03-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed cairo flags
+
+2009-02-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.64
* PRE_BUILD: deleted
* INSTALL: fix
@@ -186,4 +189,3 @@
2002-03-24 Jason Flatt <jasonflatt AT wizard.com>
* DETAILS: Changed WEB_SITE from .org to .com.
* HISTORY: Added this file.
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (52e7db0ce4e3b1d64b78531ac9a5776276f46e4c), Vlad Glagolev, 03/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page