Skip to Content.
Sympa Menu

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

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 (a7f6a967517b2fcef54806f233485c310ef0c5b9)
  • Date: Fri, 30 Jan 2009 05:11:03 -0600

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

graphics-libs/tiff/DEPENDS | 5 +++++
graphics-libs/tiff/HISTORY | 5 +++++
2 files changed, 10 insertions(+)

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

tiff: Optionally depends on OPENGL
I kid you not. ./configure checks for -lGL and -lGLU and it links
against -lGL and -lGLU

diff --git a/graphics-libs/tiff/DEPENDS b/graphics-libs/tiff/DEPENDS
index 2ca2044..687784c 100755
--- a/graphics-libs/tiff/DEPENDS
+++ b/graphics-libs/tiff/DEPENDS
@@ -10,6 +10,11 @@ optional_depends jpeg \
'--disable-jpeg' \
'for jpeg compression support' &&

+optional_depends OPENGL \
+ '' \
+ '' \
+ 'for OpenGL codec support' &&
+
optional_depends zlib \
'--enable-zlib' \
'--disable-zlib' \
diff --git a/graphics-libs/tiff/HISTORY b/graphics-libs/tiff/HISTORY
index 0081285..9dbfb5e 100644
--- a/graphics-libs/tiff/HISTORY
+++ b/graphics-libs/tiff/HISTORY
@@ -1,3 +1,8 @@
+2009-01-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on OPENGL
+ I kid you not. ./configure checks for -lGL and -lGLU and it links
+ against -lGL and -lGLU
+
2006-03-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.8.2




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a7f6a967517b2fcef54806f233485c310ef0c5b9), Eric Sandall, 01/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page