Skip to Content.
Sympa Menu

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

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 (c774adfd6c258e563023c06b7e5fdef7fe788d88)
  • Date: Tue, 14 Feb 2012 16:52:37 -0600

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

printer/ghostscript/DEPENDS | 2 +-
printer/ghostscript/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

ghostscript: use jpeg provider

diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 34bb3cc..5129c93 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -5,7 +5,7 @@ depends JPEG &&
depends tiff '--with-system-libtiff' &&
depends libpng &&
depends lcms2 &&
-depends openjpeg &&
+depends JPEG &&
depends zlib &&

if [[ "$GS_LIBGS" == y ]]; then
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 02159cf..64598b5 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2012-02-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: JPEG is fine here
+
2012-02-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 9.05
* DEPENDS: add lcms2m openjpeg




Archive powered by MHonArc 2.6.24.

Top of Page