Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151481 - games-action/slune-1.0.15 version bump
Summary: games-action/slune-1.0.15 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://home.gna.org/oomadness/en/slune/
Whiteboard:
Keywords:
: 250204 (view as bug list)
Depends on: 132067
Blocks:
  Show dependency tree
 
Reported: 2006-10-15 10:30 UTC by Tristan Heaven (RETIRED)
Modified: 2010-10-14 04:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Heaven (RETIRED) gentoo-dev 2006-10-15 10:30:49 UTC
Doesn't work with soya-0.10.2
Comment 1 GNUtoo 2007-04-04 18:05:49 UTC
so that's why i have this problem:
$ slune
* Slune * Slune lives in /usr/share
* Slune * PySDL_mixer not installed, trying PyOpenAL...
* Soya * Using 8 bits stencil buffer

* Soya * version 0.10.2
* Using OpenGL 1.3 Mesa 6.5.1
*   - renderer : Mesa DRI R300 20060815 x86/MMX/SSE2 TCL
*   - vendor   : Tungsten Graphics, Inc.
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 8
*   - maximum texture size            : 2048 pixels

/usr/share/slune/level.py:24: DeprecationWarning: Non-ASCII character '\xb0' in file /usr/share/slune/character.py on line 34, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  import slune.globdef as globdef, slune.character, slune.sound as sound
* Slune * Using sound system OpenAL
/usr/lib/python2.4/site-packages/soya/particle.py:20: DeprecationWarning: The content of this module is now in the soya module.
  warnings.warn("The content of this module is now in the soya module.", DeprecationWarning)
* Slune * (Psyco not found ; if you are using an x86 processor, installing psyco can speed up Slune a little)
*********************************WARN_ONCE*********************************
File r300_render.c function r300Fallback line 430
Software fallback:ctx->Point.SmoothFlag
***************************************************************************
Try R300_SPAN_DISABLE_LOCKING env var if this hangs.
Unknown GL_ERROR
Traceback (most recent call last):
  File "/usr/bin/slune", line 157, in ?
    slune.gui_gl.MainScreen()
  File "/usr/share/slune/gui_gl.py", line 590, in MainScreen
    action = gui_idler.idle()
  File "idler.pyx", line 151, in _soya.Idler.idle
  File "/usr/share/slune/gui_gl.py", line 586, in render
    soya.render()
  File "renderer.pyx", line 421, in _soya.render
  File "renderer.pyx", line 401, in _soya.check_gl_error
_soya.GLError: Unknown GL_Error
* Soya3D * Quit...

# emerge -av soya

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-python/soya-0.10.2  USE="examples openal -doc -ode" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] n

Quitting.
Comment 2 GNUtoo 2007-04-04 18:06:36 UTC
$ slune --version
* Slune * Slune lives in /usr/share
* Slune * PySDL_mixer not installed, trying PyOpenAL...
* Soya * Using 8 bits stencil buffer

* Soya * version 0.10.2
* Using OpenGL 1.3 Mesa 6.5.1
*   - renderer : Mesa DRI R300 20060815 x86/MMX/SSE2 TCL
*   - vendor   : Tungsten Graphics, Inc.
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 8
*   - maximum texture size            : 2048 pixels

Slune version 1.0.11
* Soya3D * Quit...
Comment 3 GNUtoo 2007-04-04 18:08:36 UTC
a new ebuild should be easy to write because the old ebuild consist only of that:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.11.ebuild,v 1.2 2006/06/13 21:02:49 wolf31o2 Exp $

inherit distutils

DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"
HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/"
SRC_URI="http://download.gna.org/slune/Slune-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

DEPEND="virtual/opengl
        >=media-libs/libsdl-1.2.6
        >=dev-lang/python-2.2.2
        >=dev-python/soya-0.9
        >=dev-python/py2play-0.1.9
        >=dev-python/pyopenal-0.1.3
        >=dev-python/pyogg-1.1
        >=dev-python/pyvorbis-1.1"

S=${WORKDIR}/Slune-${PV}

Comment 4 GNUtoo 2007-04-04 18:29:59 UTC
with soya 0.13_rc1:
$ slune
* Slune * Slune lives in /usr/share
* Slune * PySDL_mixer not installed, trying PyOpenAL...
* Soya * Using 8 bits stencil buffer

* Soya * version 0.13
* Using OpenGL 1.3 Mesa 6.5.1
*   - renderer : Mesa DRI R300 20060815 x86/MMX/SSE2 TCL
*   - vendor   : Tungsten Graphics, Inc.
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 8
*   - maximum texture size            : 2048 pixels

* Slune * Using sound system OpenAL
/usr/lib/python2.4/site-packages/soya/particle.py:22: DeprecationWarning: The content of this module is now in the soya module.
  warnings.warn("The content of this module is now in the soya module.", DeprecationWarning)
* Slune * (Psyco not found ; if you are using an x86 processor, installing psyco can speed up Slune a little)
*********************************WARN_ONCE*********************************
File r300_render.c function r300Fallback line 430
Software fallback:ctx->Point.SmoothFlag
***************************************************************************
Try R300_SPAN_DISABLE_LOCKING env var if this hangs.
Unknown GL_ERROR
Traceback (most recent call last):
  File "/usr/bin/slune", line 157, in ?
    slune.gui_gl.MainScreen()
  File "/usr/share/slune/gui_gl.py", line 590, in MainScreen
    action = gui_idler.idle()
  File "main_loop.pyx", line 109, in _soya.MainLoop.idle
  File "main_loop.pyx", line 165, in _soya.MainLoop.main_loop
  File "/usr/share/slune/gui_gl.py", line 586, in render
    soya.render()
  File "renderer.pyx", line 419, in _soya.render
  File "renderer.pyx", line 399, in _soya.check_gl_error
_soya.GLError: Unknown GL_Error
* Soya3D * Quit...
Comment 5 GNUtoo 2007-04-04 18:40:21 UTC
soya 0.10.2
# slune
* Slune * Slune lives in /usr/share
Traceback (most recent call last):
  File "/usr/bin/slune", line 39, in ?
    soya.init(width = globdef.SCREEN_WIDTH, height = globdef.SCREEN_HEIGHT, fullscreen = globdef.FULLSCREEN, sound = 1, sound_doppler_factor = 0.005, sound_reference_distance = 3.0)
TypeError: 'sound' is an invalid keyword argument for this function
Comment 6 GNUtoo 2007-04-04 18:45:33 UTC
i have forgotten to tell that the 2 last post are with slune-1.0.12(copied the in-portage ebuild slune-1.0.11.ebuild and ebuild digest-ed)
Comment 7 Tristan Heaven (RETIRED) gentoo-dev 2009-03-02 11:12:52 UTC
*** Bug 250204 has been marked as a duplicate of this bug. ***
Comment 8 Mr. Bones. (RETIRED) gentoo-dev 2010-10-14 04:45:47 UTC
slune-1.0.15 is in portage