Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1a4659ab25d254eda417d3b5cdaf825508b7d4f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1a4659ab25d254eda417d3b5cdaf825508b7d4f3)
  • Date: Tue, 27 Jun 2006 13:39:28 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

graphics-libs/gd/DEPENDS | 11 +++++++----
graphics-libs/gd/DETAILS | 1 +
graphics-libs/gd/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 1a4659ab25d254eda417d3b5cdaf825508b7d4f3
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

made some depends optional

diff --git a/graphics-libs/gd/DEPENDS b/graphics-libs/gd/DEPENDS
index 934cfa9..4317876 100755
--- a/graphics-libs/gd/DEPENDS
+++ b/graphics-libs/gd/DEPENDS
@@ -1,4 +1,7 @@
-depends libpng &&
-depends zlib &&
-depends freetype2 &&
-depends jpeg
+depends zlib &&
+optional_depends libxpm '--with-xpm' '--without-xpm' 'Enable xpm support'
&&
+optional_depends libpng '--with-png' '--without-png' 'Enable png support'
&&
+optional_depends jpeg '--with-jpeg' '--without-jpeg' 'Enable jpeg support'
&&
+optional_depends freetype2 '--with-freetype' '--without-freetype' 'Enable
freetype support' &&
+optional_depends fontconfig '--with-fontconfig' '--without-fontconfig'
'Enable fontconfig support' &&
+optional_depends X11-LIBS '--with-x' '--without-x' 'for using X11'
diff --git a/graphics-libs/gd/DETAILS b/graphics-libs/gd/DETAILS
index bad9fca..2c650f9 100755
--- a/graphics-libs/gd/DETAILS
+++ b/graphics-libs/gd/DETAILS
@@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
ENTERED=20011108
UPDATED=20021025
LICENSE[0]=GPL
+ PATCHLEVEL=1
KEYWORDS="graphics libs"
SHORT="GD Graphics Library"
cat << EOF
diff --git a/graphics-libs/gd/HISTORY b/graphics-libs/gd/HISTORY
index c45a885..a3b6354 100644
--- a/graphics-libs/gd/HISTORY
+++ b/graphics-libs/gd/HISTORY
@@ -1,3 +1,7 @@
+2006-06-23 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: PATCHLEVEL ++
+ * DEPENDS: made most of it optional
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (1a4659ab25d254eda417d3b5cdaf825508b7d4f3), Arjan Bouter, 06/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page