Author Topic: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)  (Read 3285 times)

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« on: December 27, 2006, 05:29:50 pm »
Hello,
i put a little post, i'm looking for tester for the gentoo ebuild i have made, be very cool it's my first ebuilds Smiley
I made crystalspace (release 1.1-r26005) / cel (release 1.1-r2464) / planeshift ( release 0.3.017 2006-12-27)
to use it you have to make an overlay (me is in /usr/local/portage) with an option in make.conf for it

-> modification of /etc/make.conf, add a line :
PORTDIR_OVERLAY=/usr/local/portage

-> create an overlay directory
mkdir /usr/local/portage
cd /usr/local/portage
wget http://loux.thefuture.free.fr/portage.tar.bz2
tar xjvf portage.tar.bz2

-> unmask it, in /etc/portage/package.keywords
media-libs/cal3d ~x86
dev-games/cel ~x86
dev-games/crystalspace ~x86
games-rpg/planeshift ~x86

/etc/portage/package.unmask
games-rpg/planeshift

and then :

emerge planeshift (should be version 0.3.017-r1)

to run pure CS application (like walktest) you need to put right env variable:
unset CRYSTAL
CRYSTAL_CONFIG=/etc/crystalspace
CRYSTAL_PLUGIN=/usr/lib/crystalspace

but to run PS you need to unset them (trouble between vfs.cfg files)
unset CRYSTAL_CONFIG
unset CRYSTAL_PLUGIN
export CRYSTAL=/usr/lib/crystalspace

and try cd /opt/planeshift/bin ; ./updater --auto ; ./pssetup ; ./psclient

please give me back every trouble you get
thanks a lot
loux
PS : to make a log file for me use : nohup emerge planeshift &
and send me the nohup.out file

homry

  • Wayfarer
  • *
  • Posts: 9
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #1 on: December 30, 2006, 03:48:18 pm »
i had no trouble using your ebuild, but i would like to give you a feedback nevertheless :). ./psclient worked, ./updater --auto worked, ./pssetup did not work, couldnt hardly see anything in the ui and couldnt edit the custom resolution, but i do not know if this is a general issue with the game or has something to do with using the sources instead of the binaries. i did not use pssetup, when i used the binaries.
in-game the ui and chat window look not that good anymore. the toolbar is just a plain white bar with text on it, but it is working. again i do not know if this has something to do with using the sources and compilation. in general right now i am a little disappointed with the performance compared to the binaries. i felt the binaries as faster, which is the opposite that i have expected and which i have heard here in the forum. in my first thread the people wrote, that they expierenced a performance gain compared to the binaries. maybe someone can give some hints.

til later,

homry

Bereror

  • Hydlaa Notable
  • *
  • Posts: 773
    • View Profile
    • Planeshift API
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #2 on: December 30, 2006, 05:44:56 pm »
Homry,

Open your psclient.cfg file and change "Planeshift.GUI.Skin.Selected = cvs" to "Planeshift.GUI.Skin.Selected = default". Due to different licenses (GPL for sources and AB for art), the CVS version uses the cvs skin as the default one. I wonder that it worked at all for you :)
PlaneShift Sources
PlaneShift API
"Words never spoken
Are the strongest resounding"

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #3 on: January 02, 2007, 08:58:24 am »
homry: hum i think you try ./pssetup before using ./updater,
if you do so pssetup don't find good art/data so it's failed but if you run ./updater first, then ./pssetup will work fine
let me know if i'm right
see you soon
loux

homry

  • Wayfarer
  • *
  • Posts: 9
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #4 on: January 02, 2007, 12:46:06 pm »
yeah,

everything was fine with pssetup the next time i ran it (after the updater fetched all the new files).

homry

Jannis

  • Traveller
  • *
  • Posts: 42
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #5 on: January 02, 2007, 05:52:50 pm »
Would you mind mentioning your ebuild on the gentoo-bugzilla? Makes it easier for users to find it.

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #6 on: January 02, 2007, 10:54:26 pm »
Jannis: done :)
loux

KTA

  • Traveller
  • *
  • Posts: 26
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #7 on: January 05, 2007, 01:11:52 pm »
hey loux, I can't get the new portage.tar.bz2 file...

Code: [Select]
# wget http://loux.thefuture.free.fr/portage.tar.bz2
--12:50:48--  http://loux.thefuture.free.fr/portage.tar.bz2
           => `portage.tar.bz2'
Resolving loux.thefuture.free.fr... 212.27.63.139
Connecting to loux.thefuture.free.fr|212.27.63.139|:80... failed: Connection timed out.

but I'd like to try ;)


loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #8 on: January 05, 2007, 02:40:46 pm »
me too :)
seems my provider has some trouble :(
if you have any better ...
loux

Jannis

  • Traveller
  • *
  • Posts: 42
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #9 on: January 05, 2007, 03:55:59 pm »
I can host you the file, mail it to kripton@kripserver.net and I'll upload it for you.

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #10 on: January 05, 2007, 04:04:46 pm »
Jannis, it's very kind of you but it's 190Mo, i don't think i can mail it :)
this source for crystalspace (26005) cel (2464) and planeshift (2006-29-12) + ebuilds
loux

ThomPhoenix

  • Testers
  • Forum Addict
  • *
  • Posts: 2678
  • A Phoenix, what'd you expect?
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #11 on: January 05, 2007, 04:11:03 pm »
Hmm, why do you use those dates?
Recommended dates are: CS 25803, CEL 2369 and PS 2006-27-12
Although you can use HEAD too as there haven't been any NET changes.
We're not evil. We're simply amazing.

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #12 on: January 05, 2007, 04:24:14 pm »
Hi, for the CS/CEL it's workd with the version i used so ...
for PS i'm not putting up to date code each time

thanks to xordan, we have made a mirror with everything to a new place :
--> http://xordan.com/portage.tar.bz2

loux:

warning: there is a md5sum errors on it, i'm fixing it
« Last Edit: January 06, 2007, 09:40:23 pm by loux »

KTA

  • Traveller
  • *
  • Posts: 26
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #13 on: January 05, 2007, 10:56:58 pm »
Ok, I'm on it and give it a try...
Thanks xordan! :thumbup:

KTA
« Last Edit: January 05, 2007, 11:03:49 pm by KTA »

KTA

  • Traveller
  • *
  • Posts: 26
    • View Profile
Re: ebuild for new client 2006-12-27 planeshift-0.3.017-r1 is out :)
« Reply #14 on: January 06, 2007, 03:46:05 pm »
Ok, got it working, finaly... But the file http://xordan.com/portage.tar.bz2 does not work correctly - all the downloads give a filesize mismatch. I tried the original mirror and it worked out perfect...

KTA