project-navigation
Personal tools

Author Topic: More Packages  (Read 9676 times)

Offline Punkie

  • Rookie
  • ***
  • Posts: 20
    • View Profile
More Packages
« on: November 17, 2010, 01:12:27 pm »
The 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 but the rpmfusion project hosts the latest rpm packages for fedora and can be added to the download page. Does ufoai still contains material with unsettling licenses?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: More Packages
« Reply #1 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

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: More Packages
« Reply #2 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 ?
« Last Edit: November 17, 2010, 04:26:41 pm by bayo »

Offline Crystan

  • Project Artist
  • Captain
  • ***
  • Posts: 572
  • UFO:AI Lead Sound Artist
    • View Profile
    • http://crysea.cr.funpic.de/
Re: More Packages
« Reply #3 on: November 17, 2010, 04:39:34 pm »
I made already a new tv static sound but i cant produce a female hurt sound.

Offline Punkie

  • Rookie
  • ***
  • Posts: 20
    • View Profile
Re: More Packages
« Reply #4 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

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

Note that it is for users way easier to just add the repo and update via their yum/apt backend. This is the howto.

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: More Packages
« Reply #5 on: November 18, 2010, 12:58:14 am »
A little complex to me, a ufoai group would be usefull... or a search engine

Offline Punkie

  • Rookie
  • ***
  • Posts: 20
    • View Profile
Re: More Packages
« Reply #6 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 to setup your package manager to install it.
DIY installation:
Fedora 14, x86_64: Install binaries + game data. View the source code.
Fedora 14, i386: Install binaries + game data. View the source code.

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: More Packages
« Reply #7 on: November 18, 2010, 02:11:11 pm »
Too much content, IMO

Offline Punkie

  • Rookie
  • ***
  • Posts: 20
    • View Profile
Re: More Packages
« Reply #8 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.

Offline Xeno

  • Cannon Fodder
  • **
  • Posts: 9
    • View Profile
Re: More Packages
« Reply #9 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)

« Last Edit: November 21, 2010, 04:40:50 pm by Xeno »