| View previous topic :: View next topic |
| Author |
Message |
popsUlfr Tux's lil' helper

Joined: 27 Feb 2011 Posts: 80
|
Posted: Sat Jun 02, 2012 8:52 pm Post subject: Psychonauts Ebuild |
|
|
Hi,
since the Humble Indie Bundle V released a linux version of a couple of games, I decided to do a quick ebuild for Psychonauts: http://pastebin.com/aYKfKvtW
I made a patch out of the changes since it includes ebuild, manifest, EULAs.
To apply, cd into your local overlay and
| Code: | | patch -p1 < psychonauts-ebuild.patch |
It could benefit from per language options, but I couldn't figure out yet how to do this properly. I'm not entirely sure if I got all the needed dependencies right though, the binary loads dynamically libstdc++.so.6 so not sure if this requires sys-devel/gcc[cxx] to be added? |
|
| Back to top |
|
 |
Azik Tux's lil' helper

Joined: 03 Apr 2005 Posts: 145 Location: Russia, Ufa
|
Posted: Sun Jun 03, 2012 4:09 pm Post subject: |
|
|
You can install Psychonauts from gamerlay overlay:
| Code: |
layman -a gamerlay
emerge -av psychonauts
|
_________________ From Siberia with Love! |
|
| Back to top |
|
 |
skybon n00b

Joined: 31 Mar 2011 Posts: 11 Location: Европа/Москва
|
Posted: Mon Jun 04, 2012 10:28 am Post subject: |
|
|
| Azik wrote: | You can install Psychonauts from gamerlay overlay:
| Code: |
layman -a gamerlay
emerge -av psychonauts
|
|
Mmmm... is that legal? |
|
| Back to top |
|
 |
XavierMiller Moderator


Joined: 23 Jul 2004 Posts: 4626 Location: ~Brussels - Belgique
|
Posted: Mon Jun 04, 2012 10:53 am Post subject: |
|
|
Yep, if the ebuild use fetch restriction, licence terms, ...  _________________ Xavier Miller
(FR) Merci de respecter les règles du forum.
http://www.xaviermiller.be |
|
| Back to top |
|
 |
PhaytalError n00b


Joined: 17 May 2012 Posts: 34
|
Posted: Mon Jun 04, 2012 12:01 pm Post subject: |
|
|
| skybon wrote: | | Mmmm... is that legal? |
As mentioned by XavierMiller, it's totally legal.
The ebuild has a nofetch restriction which asks the person trying to install Psychonauts to download it from the end users page @ humblebundle.com; therefore the ebuild is legal and so is the process. |
|
| Back to top |
|
 |
Hyper_Eye Guru


Joined: 17 Aug 2003 Posts: 433 Location: Huntsville, AL.
|
Posted: Mon Jun 04, 2012 5:07 pm Post subject: |
|
|
There are many retail games actually installable out of portage. Some examples: Doom 3, Quake 3, Postal 2, Prey, etc. It is a common practice in Gentoo and it is completely legal. You must have the downloaded package in distfiles for the installation to proceed. _________________ Gentoo Gaming Videos |
|
| Back to top |
|
 |
Naib Advocate


Joined: 21 May 2004 Posts: 3930 Location: UK - Birmingham
|
Posted: Mon Jun 04, 2012 7:35 pm Post subject: |
|
|
May I suggest making a -data ebuild for this as well.
Phyc is a 4gig tarball, patches are in the order of megs. We already have one patch
would be better to have a psychonauts-data and a psychonauts ebuild
psychonauts depends on psychonauts-data (the base install) and psychonauts then can deal with patches. _________________ A free press is the unsleeping guardian of every other right that free men prize; it is the most dangerous foe of tyranny. Where men have the habit of liberty, the Press will continue to be the vigilant guardian of the rights of the ordinary citizen. |
|
| Back to top |
|
 |
Azik Tux's lil' helper

Joined: 03 Apr 2005 Posts: 145 Location: Russia, Ufa
|
Posted: Tue Jun 19, 2012 7:29 pm Post subject: |
|
|
| Naib wrote: | May I suggest making a -data ebuild for this as well.
Phyc is a 4gig tarball, patches are in the order of megs. We already have one patch
would be better to have a psychonauts-data and a psychonauts ebuild
psychonauts depends on psychonauts-data (the base install) and psychonauts then can deal with patches. |
Well, I thought make xdelta patch for new tarball, but icculus made mojo-installer .
Game is still buggy, waiting new version... _________________ From Siberia with Love! |
|
| Back to top |
|
 |
|