Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66329 - soya-0.8.1.ebuild (Update)
Summary: soya-0.8.1.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://home.gna.org/oomadness/en/inde...
Whiteboard:
Keywords:
: 62867 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-04 11:26 UTC by Ali Sabil
Modified: 2004-12-28 17:18 UTC (History)
1 user (show)

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


Attachments
soya-0.8_rc3.ebuild (soya-0.8_rc3.ebuild,1.47 KB, text/plain)
2004-10-04 11:27 UTC, Ali Sabil
Details
soya-0.8.1.ebuild (soya-0.8.1.ebuild,1.09 KB, text/plain)
2004-10-16 06:01 UTC, Ali Sabil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ali Sabil 2004-10-04 11:26:34 UTC
Hi!

Please find attached soya-0.8_rc3.ebuild needed to get slune 1.0_rc3 run

Soya 3D is a very high level 3D engine for Python. Soya aims at being to 3D what Python is to programming : fast to learn, easy to use, while keeping good performances !

Ali
Comment 1 Ali Sabil 2004-10-04 11:27:49 UTC
Created attachment 41085 [details]
soya-0.8_rc3.ebuild
Comment 2 Bryan Østergaard (RETIRED) gentoo-dev 2004-10-04 11:33:19 UTC
*** Bug 62867 has been marked as a duplicate of this bug. ***
Comment 3 David Holm (RETIRED) gentoo-dev 2004-10-09 03:52:13 UTC
Please add ~ppc to keywords.
Comment 4 Ali Sabil 2004-10-09 04:03:29 UTC
Comment on attachment 41085 [details]
soya-0.8_rc3.ebuild

># Copyright 1999-2004 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/cvsroot/gentoo-x86/dev-python/soya/soya-0.6.1.ebuild,v 1.3 2004/06/25 01:50:42 agriffis Exp $
>
>inherit distutils
>
>IUSE=""
>MY_P=${P/soya/Soya}
>MY_P=${MY_P/_r/r}
>DESCRIPTION="A high-level 3D engine for Python, designed with games in mind"
>SRC_URI="http://download.gna.org/soya/${MY_P}.tar.bz2"
>HOMEPAGE="http://home.gna.org/oomadness/en/soya/"
>
>KEYWORDS="~x86 ~ppc"
>SLOT="0" 
>LICENSE="GPL-2"
>
># Documented to need PIL (imaging) and pyrex
># pyrex isn't actually needed for normal building of non-cvs.
># Versions are based off soya 0.6 ebuild; they're mainly undocumented.
>DEPEND="virtual/x11
>	virtual/opengl
>	>=dev-lang/python-2.2.2
>	>=dev-python/editobj-0.3.1
>	>=media-libs/libsdl-1.2.4
>	>=media-libs/sdl-gfx-2.0.3
>	>=media-libs/sdl-image-1.2.2
>	>=media-libs/sdl-mixer-1.2.4
>	>=media-libs/sdl-net-1.2.4
>	>=media-libs/sdl-sound-0.1.5
>	>=media-libs/cal3d-0.9
>	>=media-libs/libpng-1.2.5
>	>=media-libs/freetype-2.1.5
>	dev-python/imaging"
>	
>
>S=${WORKDIR}/${MY_P}
>
>src_compile() {
>	cd ${S}
>	distutils_src_compile
>}
>
>pkg_postinst() {
>	ewarn "From the Soya Readme:"
>	ewarn 
>	ewarn "*************************** Known problems *************************"
>	ewarn "Old NVidia proprietary drivers does not work with Soya"
>	ewarn "With these drivers, Soya compiles but initializaing Soya fails."
>	ewarn "Drivers version 5336 is known to crash, and newer version 6106 is"
>	ewarn "known to work."	
>}
>
>
Comment 5 Matija "hook" Šuklje 2004-10-16 05:30:59 UTC
erm ... soya-0.8.1 is already out ~_~
Comment 6 Ali Sabil 2004-10-16 06:01:49 UTC
Created attachment 41958 [details]
soya-0.8.1.ebuild

this is the new soya version ...
Comment 7 Bryan Østergaard (RETIRED) gentoo-dev 2004-10-16 06:34:43 UTC
Bumped in cvs.