Skip to Content.
Sympa Menu

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

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 (6f893f58aae46a0df02036e1fbc21ee1b1660545)
  • Date: Sat, 18 Sep 2010 11:44:12 -0500

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

printer/ghostscript/DEPENDS | 1 +
printer/ghostscript/DETAILS | 13 +++++--------
printer/ghostscript/HISTORY | 7 +++++++
printer/ghostscript/PRE_BUILD | 8 ++++++++
4 files changed, 21 insertions(+), 8 deletions(-)

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

ghostscript: => 9.00

diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 0b3b3cc..121a217 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -1,5 +1,6 @@
depends e2fsprogs &&
depends ghostscript-fonts-std &&
+depends freetype2 &&
depends jpeg &&
depends libpng &&
depends zlib &&
diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS
index 29e3a65..9d86b49 100755
--- a/printer/ghostscript/DETAILS
+++ b/printer/ghostscript/DETAILS
@@ -1,13 +1,10 @@
SPELL=ghostscript
- VERSION=8.71.1
- SOURCE=gnu-$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sig
- SOURCE2_IGNORE=signature
- SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/gnu-$SPELL-$VERSION"
+ VERSION=9.00
+ SOURCE=$SPELL-$VERSION.tar.bz2
+
SOURCE_HASH=sha512:804ffeae60a63c51bdcaf36dcdd8a7283c183d4800938498dc16829340640a13b2df9b50a55be7bb0d88661edd3ab1a03f3a9ba6c7fa41f82e2ac01da793e4df
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.ghostscript.com/
+ SOURCE_URL[0]=$WEB_SITE/releases/$SOURCE
LICENSE[0]=GPL
ENTERED=20010922
KEYWORDS="interpreter postscript printer"
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 44910d3..5fe1288 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,10 @@
+2010-09-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.00
+ change URL
+ no upstream signature available
+ * PRE_BUILD: added, to run autoconf
+ * DEPENDS: add freetype2
+
2010-09-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 8.71.1; changed source extension;
converted
to upstream signature checking
diff --git a/printer/ghostscript/PRE_BUILD b/printer/ghostscript/PRE_BUILD
new file mode 100755
index 0000000..8199e49
--- /dev/null
+++ b/printer/ghostscript/PRE_BUILD
@@ -0,0 +1,8 @@
+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 (6f893f58aae46a0df02036e1fbc21ee1b1660545), Treeve Jelbert, 09/18/2010

Archive powered by MHonArc 2.6.24.

Top of Page