Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d64b8a6bb3723a42bb958581db99d6e66480e3bb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d64b8a6bb3723a42bb958581db99d6e66480e3bb)
  • Date: Fri, 19 Jun 2009 04:19:02 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

dev/null |binary
graphics/gscan2pdf/DETAILS | 4 ++--
graphics/gscan2pdf/HISTORY | 3 +++
graphics/yafray/BUILD | 8 --------
graphics/yafray/DEPENDS | 10 ++++------
graphics/yafray/DETAILS | 14 +++++++-------
graphics/yafray/HISTORY | 10 ++++++++++
graphics/yafray/PRE_BUILD | 2 +-
graphics/yafray/gcc43.patch.gz | 0
9 files changed, 27 insertions(+), 24 deletions(-)

New commits:
commit d64b8a6bb3723a42bb958581db99d6e66480e3bb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

yafray-0.1.0.315 - fixes bug #15264

commit 6030f4762f0f5eaccf327033cc4b3409fb7bd892
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gscan2pdf: => 0.9.29

diff --git a/graphics/gscan2pdf/DETAILS b/graphics/gscan2pdf/DETAILS
index 4208e08..b21261d 100755
--- a/graphics/gscan2pdf/DETAILS
+++ b/graphics/gscan2pdf/DETAILS
@@ -1,6 +1,6 @@
SPELL=gscan2pdf
- VERSION=0.9.26
-
SOURCE_HASH=sha512:e9d57ad3d15a8a2658b78b6044c7c7a0891f1fcfdea9b041c1f491d11bc66c61aec8626c3c4b6474987936d9809a238e4daf4ea0906e80b617d534d6dac111a6
+ VERSION=0.9.29
+
SOURCE_HASH=sha512:7deeeba35af8a08986f0f07673504bb54dff2eb61290e2495953a28eff1173aea479a07106a06310913242cd96a40958d47443096baf40eac9dc1fe0d86ddbd6
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/graphics/gscan2pdf/HISTORY b/graphics/gscan2pdf/HISTORY
index beaf376..f1f704c 100644
--- a/graphics/gscan2pdf/HISTORY
+++ b/graphics/gscan2pdf/HISTORY
@@ -1,3 +1,6 @@
+2009-06-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.29
+
2008-10-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.26

diff --git a/graphics/yafray/BUILD b/graphics/yafray/BUILD
index 550aec9..ebff829 100755
--- a/graphics/yafray/BUILD
+++ b/graphics/yafray/BUILD
@@ -1,9 +1 @@
-# going to /usr
-sed -i "s:/usr/local:/usr:" SConstruct linux-settings.py &&
-sed -i "s:prefix+\"/etc\":\"/etc\":" linux-settings.py &&
-
-# prevent .sconsign files from being created everywhere
-sed -i "/SConscript/a\
-SConsignFile()" SConstruct &&
-
scons
diff --git a/graphics/yafray/DEPENDS b/graphics/yafray/DEPENDS
index 3d97c06..775ff07 100755
--- a/graphics/yafray/DEPENDS
+++ b/graphics/yafray/DEPENDS
@@ -2,9 +2,7 @@ depends g++ &&
depends scons &&
depends zlib &&
depends jpeg &&
-
-optional_depends ilmbase "" "" "for OpenEXR support" &&
-
-if is_depends_enabled $SPELL ilmbase || spell_installed ilmbase; then
- depends openexr
-fi
+depends freetype2 &&
+depends libxml2 &&
+depends ilmbase &&
+depends openexr
diff --git a/graphics/yafray/DETAILS b/graphics/yafray/DETAILS
index 9eafb62..f684740 100755
--- a/graphics/yafray/DETAILS
+++ b/graphics/yafray/DETAILS
@@ -1,13 +1,13 @@
SPELL=yafray
- VERSION=0.0.9
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://www.yafray.org/sec/2/downloads/$SOURCE
-
SOURCE_HASH=sha512:4c686d4431aef60810e7027d87f9c2b51d62391042b9d4a37d31c01ba8eca5e10796c83fd72b471d9978ae2ab314104294ea34cfe7b7b66702ac6b93983565af
- WEB_SITE=http://www.yafray.org/
+ SPELLX=YafaRay
+ VERSION=0.1.0.315
+
SOURCE_HASH=sha512:0a3351daa9bc5adc469d1f1d5854411553c61ea9657df8a3e1d68fd9a110667b106f30e25a998e6fb173049f9e460b39b41458adcbf5f2bfdc09acf805faf8ad
+ SOURCE=$SPELLX-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/yafaray
+ WEB_SITE=http://www.yafaray.org
+ SOURCE_URL[0]=$WEB_SITE/sites/default/files/download/builds/$SOURCE
ENTERED=20030117
LICENSE[0]=LGPL
- PATCHLEVEL=2
KEYWORDS="graphics"
SHORT="Yet Another Free RAYtracer"
cat << EOF
diff --git a/graphics/yafray/HISTORY b/graphics/yafray/HISTORY
index 75a9d67..3c69b54 100644
--- a/graphics/yafray/HISTORY
+++ b/graphics/yafray/HISTORY
@@ -1,3 +1,13 @@
+2009-06-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1.0.315
+ new url
+ * gcc43.patch: deleted
+ * PRE_BUILD: don't apply patch
+ * DEPENDS: add freetype2, libxml2
+ ilmbase & openexr are required
+ * BUILD: move sed to PRE_BUILD
+ builds ok with gcc-4.4.0, fixes bug #15264
+
2008-04-19 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
* gcc43.patch: Fix compilation with GCC 4.3.0
diff --git a/graphics/yafray/PRE_BUILD b/graphics/yafray/PRE_BUILD
index 3958a58..b20cbfc 100755
--- a/graphics/yafray/PRE_BUILD
+++ b/graphics/yafray/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-zcat $SCRIPT_DIRECTORY/gcc43.patch | patch -p1
+sed -i "s:/usr/local:/usr:" config/linux2-config.py
diff --git a/graphics/yafray/gcc43.patch.gz b/graphics/yafray/gcc43.patch.gz
deleted file mode 100644
index faafe15..0000000
Binary files a/graphics/yafray/gcc43.patch.gz and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d64b8a6bb3723a42bb958581db99d6e66480e3bb), Treeve Jelbert, 06/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page