Skip to Content.
Sympa Menu

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

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 (598b61e15f82d400bb929493c1b3e3e5850afea8)
  • Date: Sat, 1 Mar 2008 01:39:03 -0600

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

graphics/gimp/DETAILS | 4 ++--
graphics/gimp/HISTORY | 3 +++
printer/ghostscript/BUILD | 7 ++-----
printer/ghostscript/DETAILS | 6 +++---
printer/ghostscript/HISTORY | 3 +++
5 files changed, 13 insertions(+), 10 deletions(-)

New commits:
commit 598b61e15f82d400bb929493c1b3e3e5850afea8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gimp: => 2.4.5

commit d44dd1023026c65733850f5ef9ac093c9983922b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ghostscript: => 8.62

diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index 8b2f745..0994c04 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,7 +1,7 @@
SPELL=gimp
- VERSION=2.4.4
+ VERSION=2.4.5
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:8778d7f022b03b161ef1ffa1c97f6cf072ac658817f0846eaa5161035fcb2710a6335559122e439d823ce65bf97463da5eff44993c4d03d42d077f8092989cb7
+
SOURCE_HASH=sha512:fd938deb3e4503066dd1abe623768d699ad0c0e0c2e69d035495cc2c91e70f786c76676dcb46ae5e32d23d1641b3736b130175ef3204c4984b9ace6e9c6eae05
SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
# SOURCE_GPG=gurus.gpg:$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index d68f022..1eda428 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2008-03-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.5
+
2008-01-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.4.4, removed DEVEL (not confusing
the users with devel/non-stable branch question)
diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 611e622..260163b 100755
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -2,11 +2,8 @@
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
- make so
+if [[ $GS_LIBGS == y ]]; then
+ make so
fi
diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS
index 6119159..5f0e8c0 100755
--- a/printer/ghostscript/DETAILS
+++ b/printer/ghostscript/DETAILS
@@ -1,6 +1,6 @@
SPELL=ghostscript
- VERSION=8.61
-
SOURCE_HASH=sha512:f9bdfe3706cb769cc9f99f8bb049088f9be65edb2a39aae8694bc344ded3394efdde695dfef692f3e190ab9307071f7f2a50d093555491fbe4f260eb44d71574
+ VERSION=8.62
+
SOURCE_HASH=sha512:2b2f4d8cf21a4d5d4dec59caea2b9fcb8a35ef37d738e4eab34a7792d9347e62a129a6e49d488075eaee3543274a5564d7d63d2bcc2a5ea5da49100f6ab19205
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
ENTERED=20010922
KEYWORDS="interpreter postscript printer"
- SHORT='Ghostcript is a an interpreter for the PostScript language'
+ SHORT="interpreter for the PostScript language"
cat << EOF
Ghostscript is the name of a set of software that provides:
* An interpreter for the PostScript language and the PDF file format,
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index f4d6e36..3dc808a 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2008-03-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 8.62, fixed desc
+
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_SUB_DEPENDS: removed is_depends_enabled.function reference




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (598b61e15f82d400bb929493c1b3e3e5850afea8), Vlad Glagolev, 03/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page