Had a bunch of troubles writing my dso for a pre prod.
I am using python as a ribgen recently.
Finally got 4 proposals ready for tomorrows meeting.
- It took me a week before THE epiphany.
The gentoo ebuild for cgkit sucks, leaves out the utils.
I have lots more mods but its Japanese holidays here and I haven't had an ounce of sleep in days so here is the minimum.
If you are using gentoo and cgkit I have a better ebuild:
cgkit-2.0.0_alpha8.ebuild
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha8.ebuild,v 1.12 2008/04/30 04:18:14 bernard edlington $
inherit distutils flag-o-matic
MY_P=${P/_/}
DESCRIPTION="Python library for creating 3D images"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
HOMEPAGE="http://cgkit.sourceforge.net"
DEPEND="dev-lang/python
dev-python/pyrex
dev-util/scons
dev-libs/boost
dev-python/pyprotocols
dev-python/numarray
dev-python/pyopengl
dev-python/pygame
dev-python/imaging
3ds? ( media-libs/lib3ds )"
SLOT="0"
LICENSE="LGPL-2.1 MPL-1.1 GPL-2"
KEYWORDS="~ppc ~x86"
IUSE="3ds ogre utilities"
S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
sed -i -e "s/fPIC/fPIC\",\"${CFLAGS// /\",\"}/" supportlib/SConstruct
cp config_template.cfg config.cfg
echo 'LIBS += ["GL", "GLU", "glut"]' >> config.cfg
if use 3ds; then
echo 'LIB3DS_AVAILABLE = True' >> config.cfg
fi
# Ogre viewer is no longer maintained by upstream
# bug 210731
if use ogre; then
echo 'OGRE_AVAILABLE = True' >> config.cfg
echo 'INC_DIRS += ["/usr/include/OGRE"]' >> config.cfg
echo 'MACROS += [("EXT_HASH", None),("GCC_3_1",None)]' >> config.cfg
sed -i -e "s/#include
fi
sed -i -e "s:INC_DIRS = \[\]:INC_DIRS = \['/usr/include'\]:" "${S}"/setup.py
}
src_compile() {
cd "${S}"/supportlib
scons ${MAKEOPTS}
cd "${S}"
distutils_src_compile
}
src_test() {
cd unittests
# Remove failing tests due to non-existing files
rm test_maimport.py test_mayaascii.py test_mayabinary.py test_ri.py \
test_slparams.py
PYTHONPATH=$(ls -d ../build/lib*) ${python} all.py ||�die "tests failed"
}
src_install() {
distutils_src_install
if use utilities; then
insinto /usr/share/${PN}/utilities
doins utilities/*
fi
}
Popular Posts
-
以下は、スタジオ全体をブレンダーパイプラインに変更する方法に関するコツの情報です。 あなたはどうせ物事が変わらないと思っていませんか? 私が最初に来日した時、私はTDIとWavefrontを使用することに慣れていて、それからSoftimge、次にAlias、そしてMayaへと変更...
-
The following is a few tips on how to change an entire studio to a Blender pipeline. If you think things wont change... When I first arrive...
-
Re: https://www.japanindustrynews. com/2016/02/employ-people- japan-legal-perspective/ 人は日本の雇用制度がどのぐらい複雑か分ってくれないと思います 。 法律の範囲を越えないようにするのは重...
-
アシスタントアニメーターのポジションに空席あり Toneplusでは、 ある一つのプロジェクトにおいて日本人の研修アニメーターを募集 しています。 仕事の成果が優秀であれば、長期契約を得ることも可能です。 研修はカナダ人リードアニメーターによって行われます。 ...
-
Yesterday February the 22nd marked Toneplus ’ 19th year anniversary, reincorporated nearly 5 years ago as a stock Corporation so I could inv...
-
Recently I haven't had much time to blog. You may have seen a lot of the cool things that I am doing with toneplus. Anyway this piece ...
-
On Sunday I was over in Toyosu and decided to pop into the Tokyo Gas Science museum. I animated the exhibit a few years ago so I was curious...
-
#event : Thursday August 4 at 19:00 Ginza A lot of you remember I used to host a lot of events under the banner TokyoGAF. I rented out boa...
-
イベント: 8月4日(木)19:00より銀座 記憶に残っている方も多いと思いますが、私は東京GAFという旗印のもと、多くのイベントを主催していました。私はボートやクラブを貸し出し、映画の有名人を迎えたこともあります。 ここにいくつかの思い出があります: https://www.f...
-
I held the eighth TokyoGAF party at club Womb in Dogenzaka this time. A spectacular night with good friends and some new faces representin...
Blogger news
Blogroll
RSS Subscribe
Post a Comment