Skip to Content.
Sympa Menu

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

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 (b597875a6b42e893e2f7d190c00af3dd55422ae6)
  • Date: Thu, 2 Aug 2007 09:29:41 -0500

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

printer/ghostscript/BUILD | 7 +++++++
printer/ghostscript/CONFIGURE | 15 ++++++++++++++-
printer/ghostscript/DEPENDS | 11 +++++++++++
printer/ghostscript/DETAILS | 4 ++--
printer/ghostscript/HISTORY | 8 ++++++++
5 files changed, 42 insertions(+), 3 deletions(-)

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

ghostscript-8.60

diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 3c69f3b..611e622 100755
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -1,3 +1,10 @@
+# need a comma separated list
+OPTS="--with-drivers=`echo ${GS_PRINTERS} |sed "s/^ *//;s/ /,/g"`,FILES \
+ --enable-dynamic ${GS_OMNI} ${OPTS}" &&
+
+#make_single &&
+#default_build &&
+#make_normal
default_build &&

if [[ "$GS_LIBGS" == y ]]; then
diff --git a/printer/ghostscript/CONFIGURE b/printer/ghostscript/CONFIGURE
index fcf7be9..e03cb71 100755
--- a/printer/ghostscript/CONFIGURE
+++ b/printer/ghostscript/CONFIGURE
@@ -1 +1,14 @@
-config_query GS_LIBGS 'Build and install the shared library libgs.so
(necessary if using the gv ghostscript viewer)?' y
+source $GRIMOIRE/FUNCTIONS
+config_query GS_LIBGS "Install libgs.so, used by gsview and others, requires
GTK+2?" n
+if ! [[ -z ${GS_PRINTERS} ]];then
+config_query GS_SEL "Do you wish to reselect printer types?" n
+fi
+if [[ ${GS_SEL} == y ]]; then
+ persistent_remove GS_PRINTERS
+fi
+config_query_multi GS_PRINTERS "Please select printer types" \
+ ALL APPLE BROTHER CANON EPSON HP IBM JAPAN LEXMARK OKI PCLXL
+persistent_remove GS_SEL
+config_query_option GS_OMNI "Build Omni drivers?" n\
+ "--with-omni" \
+ "--without-omni"
diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index f3f665c..75aa858 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -12,6 +12,17 @@ optional_depends "X11-LIBS"
\
"--without-x" \
"for x11 devices" &&

+optional_depends "CUPS" \
+ "--enable-cups" \
+ "--disable-cups" \
+ "CUPS print spooler support" &&
+
+optional_depends "ijs" \
+ "--with-ijs" \
+ "--without-ijs" \
+ "for IJS print protocol support" &&
+
+
optional_depends "ghostscript-fonts-other" \
"" \
"" \
diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS
index 1efb5ee..9d290fa 100755
--- a/printer/ghostscript/DETAILS
+++ b/printer/ghostscript/DETAILS
@@ -1,6 +1,6 @@
SPELL=ghostscript
- VERSION=8.57
-
SOURCE_HASH=sha512:7a7aece5f563a574dae4091ea2689fc9ce52cba80cb54e040cecdb59bfe8f81c6c9461a46ca1c2c2a6c7877702dc7bebdc2eef387113cf4fe4e773e22afdc93f
+ VERSION=8.60
+
SOURCE_HASH=sha512:12f0603a0b7913fe05ba551b52313da9d98020ec99f16be0c081567827ad2089a90f2eb20ca2dd0d380ff83a2e4e60d70787a2fa331d5344bd858094a87bced5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 88f2912..af7e9ac 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,11 @@
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.60
+ * CONFIGURE: copy from espgs
+ * DEPENDS: add CUPS and ijs
+ * BUILD: adapt to new configure options
+ this version of Ghostscript contains all the patches from the last
version
+ of espgs. It should now replace espgs and is compatible with cups.
+
2007-06-19 Remko van der Vossen <wich AT stack.nl>
* DEPENDS: added depends gtk+2 iff $GS_LIBGS




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b597875a6b42e893e2f7d190c00af3dd55422ae6), Treeve Jelbert, 08/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page