You are not logged in.

#1 2005-04-08 15:14:18

jellywerker
Member
From: Sunny Seattle
Registered: 2005-04-04
Posts: 286

[req] yafray 0.0.7

I want to get this package, but the official one in the on-site package list is outdated, it has been flagged so for a while, anyone interesting in making a package?

Offline

#2 2005-04-08 19:36:50

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [req] yafray 0.0.7

Try building it yourself. If you haven't done so yet, run abs. Get the PKGBUILD from /var/abs, change the version number then:
makepkg
pacman -U <packagename>

This usually works.
EDIT: post if there are problems

Offline

#3 2005-04-09 02:05:28

jellywerker
Member
From: Sunny Seattle
Registered: 2005-04-04
Posts: 286

Re: [req] yafray 0.0.7

ok, I know how to do it, and have built stuff bfore, I was just being lazy big_smile

Offline

#4 2005-04-09 02:49:04

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [req] yafray 0.0.7

jellywerker wrote:

ok, I know how to do it, and have built stuff bfore, I was just being lazy big_smile

OK. BTW, you did  probably more work to post this than the build itself. tongue

Offline

#5 2005-04-09 02:50:05

jellywerker
Member
From: Sunny Seattle
Registered: 2005-04-04
Posts: 286

Re: [req] yafray 0.0.7

true, but compiling on my pc isn't desireable...

Offline

#6 2005-04-09 22:35:11

neri
Forum Fellow
From: Victoria, Canada
Registered: 2003-05-04
Posts: 553

Re: [req] yafray 0.0.7

jellywerker wrote:

true, but compiling on my pc isn't desireable...

It doesn't build due to some weired cross platform issues(M$ preferred) and gcc-3.4 interferences(nitpickaing about the M$ proprietary stuff). If you have a patch to get around it please post it.

Thanks,
neri

Offline

#7 2005-04-11 07:40:35

bogus
Member
Registered: 2004-09-13
Posts: 9

Re: [req] yafray 0.0.7

My PKGBUILD:

pkgname=yafray
pkgver=0.0.7
pkgrel=1
pkgdesc="Yet another Free Ray Tracer"
url="http://www.yafray.org/"
depends=('gcc' 'libjpeg' 'zlib')
makedepends=('scons')
source=(http://www.yafray.org/sec/2/downloads/$pkgname-$pkgver.tar.gz)

build() {
   cd $startdir/src/$pkgname-$pkgver
   scons arch=i686 prefix=/usr
   scons arch=i686 prefix=$startdir/pkg/usr install
}

Works fine for me...

Offline

#8 2005-04-11 20:39:32

kagan
Member
From: Madrid, Spain
Registered: 2005-03-28
Posts: 9

Re: [req] yafray 0.0.7

Thanks a lot!
It works perfectly.

Offline

#9 2005-04-11 20:59:59

neri
Forum Fellow
From: Victoria, Canada
Registered: 2003-05-04
Posts: 553

Re: [req] yafray 0.0.7

kagan wrote:

Thanks a lot!
It works perfectly.

Ahem, yupp also from me, I opened a bug for it to have it updated

-neri

Offline

Board footer

Powered by FluxBB