UFO:Alien Invasion

Technical support => Linux => Topic started by: Punkie on November 17, 2010, 01:12:27 pm

Title: More Packages
Post by: Punkie on November 17, 2010, 01:12:27 pm
The  download (http://ufoai.ninex.info/wiki/index.php/Download) page mentions ubuntu packages and sourceforge contains deb packages (for ubuntu?). There are more of course out there, eg pclinuxos has it in its repos (only 2.2.1 afaik).
For fedora there seem to be some troubles (http://ufoai.ninex.info/forum/index.php?topic=2334.0) but the  rpmfusion project (http://download1.rpmfusion.org/nonfree/fedora/updates/14/x86_64/repoview/games.group.html) hosts the latest rpm packages for fedora and can be added to the download page. Does ufoai still contains material with unsettling licenses?
Title: Re: More Packages
Post by: Mattn on November 17, 2010, 01:37:21 pm
yes - it still does - see this link for more information: http://ufoai.ninex.info/licenses/

we are still working on replacing everything. mostly textures
Title: Re: More Packages
Post by: bayo on November 17, 2010, 03:46:59 pm
And i hope "Creative Commons Sampling Plus" will be removed soon. We can remove the last CC-SP music, but 6 sound effects are still missing.

I add RPM Fusion, but it looks to only provide binaries? do you know if the package auto download the game content ?
Title: Re: More Packages
Post by: Crystan on November 17, 2010, 04:39:34 pm
I made already a new tv static sound but i cant produce a female hurt sound.
Title: Re: More Packages
Post by: Punkie on November 17, 2010, 08:10:32 pm
I add RPM Fusion, but it looks to only provide binaries? do you know if the package auto download the game content ?

The link given in the first post was for the binaries. There is also a package for the game data at the source directory. There is also an rpm with the code source on the same page.
http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/source/SRPMS/repoview/Amusements.Games.group.html (http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/source/SRPMS/repoview/Amusements.Games.group.html)

Via the homepage you can browse the content of the repos. Note that the links given are for Fedora14. For previous fedora versions there are other rpms. Mind also the architecture, for i386 they built a different set of rpms:
http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/i386/os/repoview/Amusements.Games.group.html (http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/i386/os/repoview/Amusements.Games.group.html)

Note that it is for users way easier to just add the repo and update via their yum/apt backend. This is the howto (http://rpmfusion.org/Configuration).
Title: Re: More Packages
Post by: bayo on November 18, 2010, 12:58:14 am
A little complex to me, a ufoai group would be usefull... or a search engine
Title: Re: More Packages
Post by: Punkie on November 18, 2010, 12:30:53 pm
How about this for the download page?

The RPM Fusion repo contains UFO:AI releases. Check RPM Fusion configuration page (http://rpmfusion.org/Configuration) to setup your package manager to install it.
DIY installation:
Fedora 14, x86_64: Install binaries (http://download1.rpmfusion.org/nonfree/fedora/updates/14/x86_64/repoview/ufoai.html) + game data (http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/source/SRPMS/repoview/ufoai-data.html). View the source code (http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/source/SRPMS/repoview/ufoai.html).
Fedora 14, i386: Install binaries (http://download1.rpmfusion.org/nonfree/fedora/updates/14/i386/repoview/ufoai.html) + game data (http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/source/SRPMS/repoview/ufoai-data.html). View the source code (http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/source/SRPMS/repoview/ufoai.html).
Title: Re: More Packages
Post by: bayo on November 18, 2010, 02:11:11 pm
Too much content, IMO
Title: Re: More Packages
Post by: Punkie on November 19, 2010, 01:11:52 pm
btw http://ufoai.ninex.info/wiki/index.php/Manual:Installation_on_Linux is outdated and seems to relfect the same information.
Title: Re: More Packages
Post by: Xeno on November 21, 2010, 04:35:56 pm
Actually installing ufoai in fedora is quite staight forward.
First you need to add rpmfusion repos to your packet manager config. (if you haven't done it yet)
You need to dl and install those two rpms:
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

Then it's enough to install ufoai package
For exapmle if you're using yum, type in console as root:
    
Code: [Select]
yum install ufoai
That's all, all the nessesary packages will be installed as dependencies of main ufoai package.
Source package is for those who want to build rpms on their own (to tweak complier options, add some extra patches and so on)