Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62d3d21612676593c31bc92ea48224007b6f4970)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62d3d21612676593c31bc92ea48224007b6f4970)
  • Date: Fri, 13 Mar 2015 14:33:39 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/gd/BUILD | 4 ++++
graphics-libs/gd/DETAILS | 10 +++++-----
graphics-libs/gd/HISTORY | 5 +++++
3 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 62d3d21612676593c31bc92ea48224007b6f4970
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gd 2.1.1

diff --git a/graphics-libs/gd/BUILD b/graphics-libs/gd/BUILD
new file mode 100755
index 0000000..fae863e
--- /dev/null
+++ b/graphics-libs/gd/BUILD
@@ -0,0 +1,4 @@
+if ! [ -f configure ]; then
+ ./bootstrap.sh
+fi &&
+default_build
diff --git a/graphics-libs/gd/DETAILS b/graphics-libs/gd/DETAILS
index 3686f4c..2dd0118 100755
--- a/graphics-libs/gd/DETAILS
+++ b/graphics-libs/gd/DETAILS
@@ -1,9 +1,9 @@
SPELL=gd
- VERSION=2.0.36RC1
-
SOURCE_HASH=sha512:33f5bee4ef88c6f1eab447f21725705a56a3ff9ff2cc98c84f008e5a8dc7e5ed308e267a1cf481b028629c46ff001b283dc67a4f1d5056ac8ae396417166b90b
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.libgd.org/releases/$SOURCE
+ VERSION=2.1.1
+
SOURCE_HASH=sha512:9e0ff9c60fd677651ca7be037e633c20a880b8b205150791d00410f90ac424608182910d4a9026f7b8821ee3321fd5bac0bbecbac1961cf6f7ed3e959984f8bb
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/lib$SPELL-$SPELL-$VERSION
+ SOURCE_URL[0]=https://github.com/libgd/libgd/archive/$SOURCE
WEB_SITE=http://www.libgd.org
ENTERED=20011108
LICENSE[0]=GPL
diff --git a/graphics-libs/gd/HISTORY b/graphics-libs/gd/HISTORY
index 43340f7..ef19f99 100644
--- a/graphics-libs/gd/HISTORY
+++ b/graphics-libs/gd/HISTORY
@@ -1,3 +1,8 @@
+2015-03-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, BUILD: Fixed SOURCE_URL[0]
+ call bootstrap.sh if configure script is missing
+ updated spell to 2.1.1
+
2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (62d3d21612676593c31bc92ea48224007b6f4970), Ismael Luceno, 03/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page