You are not logged in.
pkgname=pyopengl
pkgver=2.0.1.09
pkgrel=1
pkgdesc="PyOpenGL is the cross platform Python binding to OpenGL and related APIs"
depends=(python glut pil python-numeric)
url="http://pyopengl.sf.net"
source=(http://dl.sourceforge.net/$pkgname/PyOpenGL-$pkgver.tar.gz)
license="BSD"
build() {
cd $startdir/src/PyOpenGL-$pkgver
# python is sooooo cool!
/usr/bin/python setup.py install --root=$startdir/pkg
}
Arch was really missing that lib so enjoy!
ps. I really didn't see any point in providing pygtkglext without PyOpenGL. I emailed to the TU about this.
He was so kind that he didn't reply.
At least I hope he sees this PKGBUILD and also adds it to his TUR or elsewhere. [imho if the pkgbuild is fine it should go str8 to extra]
well but then again who am I to know
Offline
Offline
speaking of pygtkglext the maintainer SHOULD RECOMPILE pygtkglext after having all the latest stable of gtk pygtk pyopengl or else it would segfault
I did it manualy and I confirm it WORKS OK
Offline
I got your email. You asked me to try and get pyopengl working. It seemed like a problem with the actual code, and I'm not about to go patching things.
Now that pyopengl is fixed, I can update everything.
But of course being rude helps too.
"Contrary to popular belief, penguins are not the salvation of modern technology. Neither do they throw parties for the urban proletariat."
Offline
the point is not to say who is more rude than me.
I would not have said anything if you had replied to me that thing you say here. Afterall I wasn't even sure if you have read that. I'm glad that you remember it, so we can smoke the pipe of peace and go home
Offline
being rude is great fun, but I'd have trouble picking who to be rude to out of you two... or maybe I'd have trouble picking who not to be rude to or....
:?
Dusty
Offline
costacurta since I find you here, meld doesn't work anymore:
$ meld
Traceback (most recent call last):
File "/usr/bin/meld", line 25, in ?
import paths
ImportError: No module named paths
Offline