Skip to Content.
Sympa Menu

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

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 (8375195512ec6a024f5bea596b89ebaaa3a7427f)
  • Date: Mon, 7 Jan 2008 14:50:21 -0600

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

graphics/yafray/DEPENDS | 8 +++++++-
graphics/yafray/HISTORY | 3 +++
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 8375195512ec6a024f5bea596b89ebaaa3a7427f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

yafray: added opt openexr support -- fixed bug #14201

diff --git a/graphics/yafray/DEPENDS b/graphics/yafray/DEPENDS
index 2efdde4..3d97c06 100755
--- a/graphics/yafray/DEPENDS
+++ b/graphics/yafray/DEPENDS
@@ -1,4 +1,10 @@
depends g++ &&
depends scons &&
depends zlib &&
-depends jpeg
+depends jpeg &&
+
+optional_depends ilmbase "" "" "for OpenEXR support" &&
+
+if is_depends_enabled $SPELL ilmbase || spell_installed ilmbase; then
+ depends openexr
+fi
diff --git a/graphics/yafray/HISTORY b/graphics/yafray/HISTORY
index 1605cee..6b719a8 100644
--- a/graphics/yafray/HISTORY
+++ b/graphics/yafray/HISTORY
@@ -1,4 +1,7 @@
2008-01-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added openexr+ilmbase as opt (#14201)
+
+2008-01-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: cleaned up
* BUILD: fixed etc dir



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8375195512ec6a024f5bea596b89ebaaa3a7427f), Vlad Glagolev, 01/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page