Skip to Content.
Sympa Menu

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

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 (5c5fc893bc684ffea67d93a5fb246db198e5b225)
  • Date: Sat, 14 Apr 2012 12:11:05 -0500

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

graphics/optipng/DETAILS | 4 ++--
graphics/optipng/HISTORY | 4 ++++
graphics/optipng/PRE_BUILD | 4 ----
graphics/optipng/png.patch | 15 ---------------
4 files changed, 6 insertions(+), 21 deletions(-)

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

optipng: => 0.7.1

diff --git a/graphics/optipng/DETAILS b/graphics/optipng/DETAILS
index d52208a..4199c21 100755
--- a/graphics/optipng/DETAILS
+++ b/graphics/optipng/DETAILS
@@ -1,8 +1,8 @@
SPELL=optipng
- VERSION=0.6.5
+ VERSION=0.7.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:29accf10792c10437e57e04f7b05d2f788b5f6fb1ccfe55f3bd5c1b54989ac455b1d894ba66b06b18834e56400aece5e466547e35fcff82f41a7291721eaf07d
+
SOURCE_HASH=sha512:21b3470c5e07b208536fcdd29df2cc7bcc0f28d928ddd7e91c097327abeed45686bd2c6b173b24f13bfccf403bb93ca585f35142452384f52a8b4e8aca12cdb2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://optipng.sourceforge.net/
LICENSE[0]=ZLIB
diff --git a/graphics/optipng/HISTORY b/graphics/optipng/HISTORY
index ff1d74d..3fc821f 100644
--- a/graphics/optipng/HISTORY
+++ b/graphics/optipng/HISTORY
@@ -1,3 +1,7 @@
+2012-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.1
+ * PRE_BUILD, png.patch: dropped
+
2011-05-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.6.5
* PRE_BUILD: apply another patch
diff --git a/graphics/optipng/PRE_BUILD b/graphics/optipng/PRE_BUILD
deleted file mode 100755
index 53435be..0000000
--- a/graphics/optipng/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/png.patch"
diff --git a/graphics/optipng/png.patch b/graphics/optipng/png.patch
deleted file mode 100644
index d3a8c6d..0000000
--- a/graphics/optipng/png.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/opngoptim.c.orig 2010-12-22 20:08:00.000000000 +0300
-+++ src/opngoptim.c 2011-05-29 17:22:56.875029493 +0400
-@@ -18,11 +18,11 @@
- #include "optipng.h"
- #include "proginfo.h"
-
-+#include "png.h"
- #include "cbitset.h"
- #include "cexcept.h"
- #include "opngreduc.h"
- #include "osys.h"
--#include "png.h"
- #include "pngx.h"
- #include "pngxtern.h"
- #include "zlib.h"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5c5fc893bc684ffea67d93a5fb246db198e5b225), Vlad Glagolev, 04/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page