Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (66133d9218d13163ef69ab49f718b49474e04025)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (66133d9218d13163ef69ab49f718b49474e04025)
  • Date: Thu, 19 Mar 2009 21:25:26 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics-libs/tiff/DEPENDS | 25 ++++++++++++++++++++-----
graphics-libs/tiff/HISTORY | 4 ++++
2 files changed, 24 insertions(+), 5 deletions(-)

New commits:
commit 66133d9218d13163ef69ab49f718b49474e04025
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tiff: libice, libsm, libxi, and libxmu are optional, per Ladislav

commit 0176ee6d71c97ed17107436ad2fcea13c9314d5e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tiff: Removed zlib depends, already listed as optional

diff --git a/graphics-libs/tiff/DEPENDS b/graphics-libs/tiff/DEPENDS
index 1471cbc..43f0cd1 100755
--- a/graphics-libs/tiff/DEPENDS
+++ b/graphics-libs/tiff/DEPENDS
@@ -1,9 +1,24 @@
depends automake &&
-depends libice &&
-depends libsm &&
-depends libxi &&
-depends libxmu &&
-depends zlib &&
+
+optional_depends libice \
+ '' \
+ '' \
+ 'for the X11 ICE extension' &&
+
+optional_depends libsm \
+ '' \
+ '' \
+ 'for the X11 SM extension' &&
+
+optional_depends libxi \
+ '' \
+ '' \
+ 'for the X11 Xi extension' &&
+
+optional_depends libxmu \
+ '' \
+ '' \
+ 'for the X11 XMU extension' &&

optional_depends g++ \
'--enable-cxx' \
diff --git a/graphics-libs/tiff/HISTORY b/graphics-libs/tiff/HISTORY
index c2d2c94..a1efa6a 100644
--- a/graphics-libs/tiff/HISTORY
+++ b/graphics-libs/tiff/HISTORY
@@ -1,3 +1,7 @@
+2009-03-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed zlib depends, already listed as optional
+ libice, libsm, libxi, and libxmu are optional, per Ladislav
+
2009-02-26 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on libice, libsm, libxi, libxmu, and zlib




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (66133d9218d13163ef69ab49f718b49474e04025), Eric Sandall, 03/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page