Skip to Content.
Sympa Menu

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

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 (728e9d6b9bc059d13c08c2c75f13f1f70b017593)
  • Date: Mon, 18 Jan 2016 08:41:15 +0000

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

devel/pkgconfig/DETAILS | 4 ++--
devel/pkgconfig/HISTORY | 3 +++
printer/ghostscript/BUILD | 3 ++-
printer/ghostscript/DETAILS | 4 ++--
printer/ghostscript/HISTORY | 5 +++++
printer/ghostscript/PRE_BUILD | 2 +-
printer/gutenprint/DETAILS | 4 ++--
printer/gutenprint/HISTORY | 3 +++
8 files changed, 20 insertions(+), 8 deletions(-)

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

ghostscript: => 9.18

commit a10061710c8bf86ca30ac6511a4290d8bfb015e6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gutenprint: => 5.2.11

commit 7305fef821fd67331359b7bb7110d504aa50bc7d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pkgconfig: => 0.29

diff --git a/devel/pkgconfig/DETAILS b/devel/pkgconfig/DETAILS
index 402a75f..a3f6e51 100755
--- a/devel/pkgconfig/DETAILS
+++ b/devel/pkgconfig/DETAILS
@@ -1,6 +1,6 @@
SPELL=pkgconfig
- VERSION=0.28
-
SOURCE_HASH=sha512:6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320
+ VERSION=0.29
+
SOURCE_HASH=sha512:c2857cd67801c0db5d204912453ff6bdc7da3ea61f8b1c6b38983d48dffb958725e7723f909abbc057c7b34a85c27290eec6943808312a75909306076064aa63
SOURCE=pkg-config-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pkg-config-$VERSION
SOURCE_URL[0]=http://www.freedesktop.org/software/$SPELL/releases/$SOURCE
diff --git a/devel/pkgconfig/HISTORY b/devel/pkgconfig/HISTORY
index bf759d5..2adbea3 100644
--- a/devel/pkgconfig/HISTORY
+++ b/devel/pkgconfig/HISTORY
@@ -1,3 +1,6 @@
+2016-01-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.29
+
2014-08-27 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: fixed to version 0.28 now
* DEPENDS: gone, see below
diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 38ba7f8..3bc8718 100755
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -1,7 +1,8 @@
+CFLAGS+=" -Wno-unused-but-set-variable -Wno-unused-variable
-Wno-maybe-uninitialized"
# need a comma separated list
OPTS="--with-drivers=`echo ${GS_PRINTERS} | \
sed "s/ */ /g;s/^ *//;s/ *$/ /;s/^NONE //;s/ /,/g"`JAPAN,FILES \
- --enable-dynamic ${GS_OMNI} ${OPTS}" &&
+ --enable-dynamic ${GS_OMNI} --without-luratech ${OPTS}" &&

LIBS+=" -lz" default_build &&

diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS
index 9afc0c3..8fa437e 100755
--- a/printer/ghostscript/DETAILS
+++ b/printer/ghostscript/DETAILS
@@ -1,6 +1,6 @@
SPELL=ghostscript
- VERSION=9.16
-
SOURCE_HASH=sha512:6886b6d4f542563c8a87f9ea243736b5b97d2e4c277e6fc8cba0b7b07b7f394c2cff940ada1cfbb8f8e3916df53044837cbfcb1d5c22df865641496766630599
+ VERSION=9.18
+
SOURCE_HASH=sha512:1ea0911cbdd6861ddadf4d4ff3b0fa043885162a8a3ce730e3cec2402cc591c1c3abc31680c7444b7e5b59e56d0d567649ac7394dda94ab830fb197b4d277e1f
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.ghostscript.com/
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index da2b468..41ef987 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,8 @@
+2017-01-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.18
+ * BUILD: disable some feature which break build; suppress some
messages
+ * PRE_BUILD: update library list
+
2015-06-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 9.16

diff --git a/printer/ghostscript/PRE_BUILD b/printer/ghostscript/PRE_BUILD
index 198cfab..dd74cb4 100755
--- a/printer/ghostscript/PRE_BUILD
+++ b/printer/ghostscript/PRE_BUILD
@@ -1,4 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
# remove most of the embedded libraries. use the system ones instead
-rm -rf freetype jpeg jpegxr lcms libpng openjpeg tiff lcms2 cups ijs expat
*.vcproj
+rm -rf freetype jpeg libpng tiff lcms2 cups ijs
diff --git a/printer/gutenprint/DETAILS b/printer/gutenprint/DETAILS
index c72b548..7fc19ec 100755
--- a/printer/gutenprint/DETAILS
+++ b/printer/gutenprint/DETAILS
@@ -5,8 +5,8 @@
# SOURCE=$SPELL$VERSION.tar.bz2
#SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL$VERSION"
#else
- VERSION=5.2.10
-
SOURCE_HASH=sha512:bb71fd5c127748730dde01471b09907d500b72c35401abaf92c631d04156bacafd4b1a9baef61f48db6c4a622fd612a1e2834ed30207b5b178767ea9d9d5e1ac
+ VERSION=5.2.11
+
SOURCE_HASH=sha512:f4010e489dd6763b19113abf1d55e84cea8d36b920d03dbe204dba30ab0d3fb3e3391e739cd1a56e2f63581c8ce4a856a7f747deb6e7b18d7e1f7a3d87901c60
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
#fi
diff --git a/printer/gutenprint/HISTORY b/printer/gutenprint/HISTORY
index 36f1d83..f0470d5 100644
--- a/printer/gutenprint/HISTORY
+++ b/printer/gutenprint/HISTORY
@@ -1,3 +1,6 @@
+2016-01-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.2.11
+
2015-08-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAIlS: add STAGED_INSTALL=off, otherwise FINAL fails
* DEPENDS: add several



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (728e9d6b9bc059d13c08c2c75f13f1f70b017593), Treeve Jelbert, 01/18/2016

Archive powered by MHonArc 2.6.24.

Top of Page