For Gentoo users, the overlay at:
http://svn.gna.org/svn/soya/trunk/oomadness-overlays.xml

will not get you soya 0.13 but 0.13_rc1

Also, layman may complain about a missing contact attribute for oomadness overlay, just add or uncomment the line:
nocheck  : yes
in your /etc/layman/layman.cfg file

you will also find a problem trying to digest soya_tuto.
ebuild can't digest it apparently because of the name of the ebuild.


I manually modified the ebuilds before running the digest command so that .13 is fetched instead of .13_rc1, then digested and then emerged.

if soya is emerged with USE="examples" it still fails emerging soya_tuto with error: >>> Compiling source in /var/tmp/portage/dev-python/soya_tuto-0.13/work/SoyaTutorial-0.13 ...
python: can't open file 'setup.py': [Errno 2] No such file or directory

and in fact, directory: /var/tmp/portage/dev-python/soya_tuto-0.13/work/SoyaTutorial-0.13
does not contain setup.py but setup_tuto.py


one last thing. I had to remove the GENTOO_MIRRORS from my make.conf, otherwise the digests would fetch the wrong files from my gentoo mirror instead of the correct ones from the URIs specified in the ebuilds.


hope this helps to get the ebuilds and package corrected/updated as needed.



NicoEchániz



Jiba wrote:
Hi all !

Here is the final release of Soya 0.13 !

It is the first version that includes the works of our two Google Summer of Code student, 
Marmoute and Palle. I've also integrated the soya guide (the "yet-in") in the 
tutorial pack (since i've changed the licence to FDL without invariant, there is no 
longer any problem with reguard to Debian).

You can get it here :

        http://download.gna.org/soya/Soya-0.13.tar.bz2
        http://download.gna.org/soya/SoyaTutorial-0.13.tar.bz2


Changelog :

* Soya3D 0.13
  * New ODE integration (thanks Marmoute!)
  * New Blender -> Cal3D exporter (thanks Palle!)
    The new exporter is now automatically used by the auto-exporter.
    It REQUIRES Blender >= 2.42
  * BSP system (work in progress, thanks Souvarine!)
  * CoordSyst.solid is no longer boolean, but a 32-bit-length bitfield
    (thanks Souvarine!)
  * Add RaypickContext.get_item() (thanks Souvarine)
  * Better font loading under MacOS X (thanks Greg Ewing)
  * Tofu integrated
  * CoordSystSpeed added
  * CoordSystState now support automatic coordinate system conversion
    (when used with interpolate()), and has a convert_to() method
  * Bugfixes:
    * Fixes crash on keycodes > 255, and allows Delete as well as
      Backspace for erasing characters, in pudding (thanks Greg Ewing)
    * Severals memory leaks have been fixed (in particular on Terrains
      and CoordSystStates)
    * soya.widget.default_font can now be saved as any other fonts
    * Mesh deformation were buged on cellshaded models
    * Compile with -fsigned-char because on Mac, chars are by default
      unsigned
    * The file caching neighbors was not cleaned when animated models
      were modifed

Jiba
------------------------------------------------------------------------

_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

Reply via email to