Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a1dd7e7921441f8f9fbab6ac5040272d3a51b3a1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a1dd7e7921441f8f9fbab6ac5040272d3a51b3a1)
  • Date: Mon, 20 Sep 2010 07:03:25 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

printer/ghostscript/DEPENDS | 14 +++++++-------
printer/ghostscript/DETAILS | 2 +-
printer/ghostscript/HISTORY | 6 ++++++
printer/ghostscript/PRE_BUILD | 8 --------
4 files changed, 14 insertions(+), 16 deletions(-)

New commits:
commit a1dd7e7921441f8f9fbab6ac5040272d3a51b3a1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ghostscript - upstream modified the tarball to include the autocnf stuff

diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 121a217..53e7640 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -2,6 +2,7 @@ depends e2fsprogs &&
depends ghostscript-fonts-std &&
depends freetype2 &&
depends jpeg &&
+depends tiff '--with-system-libtiff' &&
depends libpng &&
depends zlib &&

@@ -18,15 +19,14 @@ optional_depends "libx11"
\

if is_depends_enabled $SPELL libx11;then
depends libxt &&
- depends libxext &&
- optional_depends cairo \
- "--enable-cairo" \
- "--disable-cairo" \
- "for cairo output device"
-else
- OPTS="--disable-cairo $OPTS"
+ depends libxext
fi &&

+optional_depends libpaper \
+ "--with-libpaper" \
+ "--without-libpaper" \
+ "papersize support" &&
+
optional_depends "CUPS" \
"--enable-cups" \
"--disable-cups" \
diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS
index 9d86b49..4fc346b 100755
--- a/printer/ghostscript/DETAILS
+++ b/printer/ghostscript/DETAILS
@@ -1,7 +1,7 @@
SPELL=ghostscript
VERSION=9.00
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:804ffeae60a63c51bdcaf36dcdd8a7283c183d4800938498dc16829340640a13b2df9b50a55be7bb0d88661edd3ab1a03f3a9ba6c7fa41f82e2ac01da793e4df
+
SOURCE_HASH=sha512:bbe0f9064e6a15102eb9ca042c110f87dd418555453d036465fca4ad98bd80cb2934845914ef5edd339cb3b55364549c6a4f2b7b76ffc7163bd1175c477a006a
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.ghostscript.com/
SOURCE_URL[0]=$WEB_SITE/releases/$SOURCE
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 5fe1288..d113d36 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,9 @@
+2010-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: update sha512
+ upstream modified the tarball to include the autocnf stuff
+ * PRE_BUILD: deleted
+ * DEPENDS: add tiff, optional libpaper, remove cairo
+
2010-09-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 9.00
change URL
diff --git a/printer/ghostscript/PRE_BUILD b/printer/ghostscript/PRE_BUILD
deleted file mode 100755
index 8199e49..0000000
--- a/printer/ghostscript/PRE_BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-default_pre_build
-cd $SOURCE_DIRECTORY &&
-ln -s base/configure.ac . &&
-ln -s base/Makefile.in . &&
-autoconf
-# autoreconf -f -i
-#unpack_file
-#patch -p0 < $SPELL_DIRECTORY/xxx.diff



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a1dd7e7921441f8f9fbab6ac5040272d3a51b3a1), Treeve Jelbert, 09/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page