You are not logged in.

#1 2005-05-13 20:06:44

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Splitting rensel repository

I forgot to tell you before: I decided to split my TUR repository, so that I'll keep maintaining CVS packages in an unofficial repo and start maintaining snapshots from http://enlightenment.freedesktop.org in the AUR.

If you want to continue using CVS packages:
- Remove the old TU [rensel] repository from pacman.conf
- Add this lines instead:

[rensel]
Server = http://utenti.lycos.it/archlinux/rensel

- The packages from the UUR are completely compatible with the old ones, although if you have [community] in your pacman.conf there will be conflicts between the e17 group from AUR and the one from UUR. If you don't have cvs packages installed yet, please don't use "pacman -S e17" to get them - use "pacman -S e17-cvs" instead. I will solve this issue as soon as possible.
Using CVS packages is recommended if you have the ones from the TUR already installed - you only need to do a -Syu sometimes.

If you want to try Asparagus snapshots from enlightenment freedesktop.org:
- Remove the old TU [rensel] repository from pacman.conf if you were using it
- If you haven't done that yet, add [community] repo to your pacman.conf
- Use the "pacman -S e17" command to install all the available libraries and applications, or "pacman -S e" if you just want to install the window manager and its dependencies
- E17 is now in /opt/e17 - enjoy it.
The packages from [community] are recommended if you just want to have a try with E17, as they're supposed to be more "stable". Yet, there are many applications and tools which can't be found on enlightenment.freedesktop.org, including e_utils (which are needed to make the configuration of E easier), so until more apps are made available, if you want to have an usable desktop, use the CVS packages.

I will keep you up-to-date about the state of my packages here.


Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"

Offline

#2 2005-06-04 14:27:59

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: Splitting rensel repository

New Asparagus on http://enlightenment.freedesktop.org! I updated both the AUR packages and the CVS ones in the unofficial repository.

I removed the Cairo dependency as Evas doesn't work with 0.5.0, so I had to rebuild almost all the applications  sad


Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"

Offline

#3 2005-06-25 13:48:36

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: Splitting rensel repository

I have just found that they deleted my unofficial repository account because I was using too much space. I'm now looking for another web hosting. Any suggestions?


Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"

Offline

#4 2005-06-25 14:58:54

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: Splitting rensel repository

I have plenty of webspace, but I am not sure how much bandwith is going to be used?!
I have 850mb of space but only 5 gb of traffic/month...how much is your ordinary traffic?


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#5 2005-07-18 14:34:55

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: Splitting rensel repository

New Asparagus at freedesktop.org, new update of [community] E17 packages.

I'm also going to start maintaining Slune, Balazar, Soya3D library and all the dependencies again, now that Soya builds with Python 2.4.


Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"

Offline

#6 2005-07-18 14:46:34

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Splitting rensel repository

Rensel:

Soya3D doesn't build with the current version of pyrex (0.9.3, I think). It requires a one-line change to one file in Pyrex.

http://lists.copyleft.no/pipermail/pyre … 01137.html

The file in question is:

/usr/lib/python2.4/site-packages/Pyrex/Distutils/build_ext.py

Also, you'll find some of the soya deps in AUR. SleepyDog made them for me.

Finally, to make your life easier, the PKGBUILD for soya 0.10:

pkgname=soya
pkgver=0.10
pkgrel=1
pkgdesc="A very high level 3D engine for Python"
url="http://home.gna.org/oomadness/en/soya"
license="GPL"
depends=('python' 'pyrex' 'x-server' 'freetype2' 'sdl' 'cal3d' 'pil' 'glew')
install=
source=(http://download.gna.org/$pkgname/Soya-$pkgver.tar.bz2)

build() {
 cd $startdir/src/Soya-$pkgver
 cd ode-0.5
 make clean
 make configure
 make
 cd ..
 python setup.py install --root=$startdir/pkg
}

Dusty

Offline

#7 2005-07-18 14:50:28

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: Splitting rensel repository

Thank you for the info and the PKGBUILD  big_smile


Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"

Offline

#8 2005-07-18 15:17:07

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Splitting rensel repository

no problem smile  Thanks for putting this stuff in AUR!

Offline

#9 2005-09-18 20:46:08

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Splitting rensel repository

There's been an update to pyrex to make it python 2.4 and gcc 4 compatible. Whenever that goes into the arch repos, I'd love to see soya go into AUR.

Offline

#10 2005-09-19 12:59:25

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: Splitting rensel repository

Uh, I completely forgot it  :shock:  Will add Soya etc. as soon as possible...


Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"

Offline

#11 2005-09-19 20:58:38

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Splitting rensel repository

Holy crap, it's Rensel! Dude, where the hell have you been? :shock:

Offline

#12 2005-09-25 13:29:34

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: Splitting rensel repository

Gullible Jones: I was hiding behind the curtain.

Slune, Soya and everything is in community now  smile


Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"

Offline

#13 2005-09-25 14:08:05

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Splitting rensel repository

Awesome, thanks rensel!

Your signature.... what are you quoting there? The reason I ask is that as a late teen I had the same signature (not the Arch 0.7 part of course) in a forum.... but I made the modesty quote up. Now I wonder if I was plaegerizing someone. ;-)

Dusty

Offline

Board footer

Powered by FluxBB