[Lunar-commits] r17753 - moonbase/trunk/graphics/yafray
Dennis Veatch
stumbles at lunar-linux.org
Thu Dec 22 02:05:31 UTC 2005
Author: stumbles
Date: 2005-12-22 02:05:28 +0000 (Thu, 22 Dec 2005)
New Revision: 17753
Added:
moonbase/trunk/graphics/yafray/BUILD
Modified:
moonbase/trunk/graphics/yafray/DEPENDS
moonbase/trunk/graphics/yafray/DETAILS
Log:
Some changes here is the build process. They added scons for example.
I don't think there are anyother dependency issues. If so just holler.
Compile with gcc-3.4.4, glib-2.3.6 and Athlon64.
Added: moonbase/trunk/graphics/yafray/BUILD
===================================================================
--- moonbase/trunk/graphics/yafray/BUILD 2005-12-22 01:08:08 UTC (rev 17752)
+++ moonbase/trunk/graphics/yafray/BUILD 2005-12-22 02:05:28 UTC (rev 17753)
@@ -0,0 +1,12 @@
+(
+
+ sedit "s:/usr/local:/usr:" SConstruct
+ sedit "s:/usr/local:/usr:" linux-settings.py
+
+ scons arch=$CPU &&
+
+ prepare_install &&
+
+ scons arch=$CPU install
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/yafray/DEPENDS
===================================================================
--- moonbase/trunk/graphics/yafray/DEPENDS 2005-12-22 01:08:08 UTC (rev 17752)
+++ moonbase/trunk/graphics/yafray/DEPENDS 2005-12-22 02:05:28 UTC (rev 17753)
@@ -1,2 +1,3 @@
-depends jpeg &&
+depends scons &&
+depends jpeg &&
depends zlib
Modified: moonbase/trunk/graphics/yafray/DETAILS
===================================================================
--- moonbase/trunk/graphics/yafray/DETAILS 2005-12-22 01:08:08 UTC (rev 17752)
+++ moonbase/trunk/graphics/yafray/DETAILS 2005-12-22 02:05:28 UTC (rev 17753)
@@ -1,12 +1,13 @@
MODULE=yafray
- VERSION=0.0.6-2
+ VERSION=0.0.8
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.coala.uniovi.es/~jandro/noname/downloads/
- SOURCE_VFY=md5:bf87b6018435f3bc5bfd1be598c1a28f
- WEB_SITE=http://www.coala.uniovi.es/~jandro/noname/
+ SOURCE_URL=http://www.yafray.org/sec/2/downloads/
+ SOURCE_VFY=sha1:d055e3071e78c0f64f1f6ea8c64e306b497e41f7
+ WEB_SITE=http://www.yafray.org/
ENTERED=20031229
- UPDATED=20040616
+ UPDATED=20051221
SHORT="Yet Another Free RAYtracer program"
+
cat << EOF
Yet Another Free RAYtracer program!
EOF
More information about the Lunar-commits
mailing list