First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 141630
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Bryan Østergaard (RETIRED) <kloeri@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Cedric Pinson <cpinson@freesheep.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 141630 depends on: Show dependency tree
Bug 141630 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-24 14:35 0000
You could add the useflag 16bit-indices linked to --enable-16bit-indices i have
made a package that use that because i need performance. I am a developper and
i work with cal3d.
here my ebuild:

inherit eutils

DESCRIPTION="Cal3D is a skeletal based character animation library"
HOMEPAGE="http://gna.org/projects/cal3d/"
SRC_URI="http://download.gna.org/cal3d/sources/${PN}-${PV}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="16bit-indices"

RDEPEND=""
DEPEND=">=sys-devel/automake-1.4
        >=sys-devel/autoconf-2.13"


src_unpack() {
        unpack ${A}
}

src_compile() {
        ./configure || die "autogen failed"
        econf $(use_enable 16bit-indices) || die
        emake || die
}

src_install() {
        einstall || die
}

You can contact me maybe we could add other package for our game in the gentoo
? We make a game about poker in 3d
mail: cpinson@freesheep.org

------- Comment #1 From Bryan Østergaard (RETIRED) 2006-10-07 13:37:21 0000 -------
InCVS.

First Last Prev Next    No search results available      Search page      Enter new bug