[Bug 208] pyglet - A cross-platform windowing and multimedia library for Python

RPM Fusion Bugzilla noreply at rpmfusion.org
Fri Jan 16 05:14:47 CET 2009


http://bugzilla.rpmfusion.org/show_bug.cgi?id=208





--- Comment #10 from Orcan Ogetbil <oget.fedora at gmail.com>  2009-01-16 05:14:47 ---
Update:
Spec URL: http://oget.fedorapeople.org/review/pyglet.spec
SRPM URL: http://oget.fedorapeople.org/review/pyglet-1.1.2-4.fc10.src.rpm

Changelog 1.1.2-4
- Patch to load the correct (GL*) libraries
- Drop mesa-libGL, mesa-libGLU dependencies

Here is the explanation of the patch (I also put this in the SPEC file):

This patch makes sure that the library loader uses the find_library() facility
of ctypes.utils so that the library path is taken from the linker. Normally,
pyglet would try to load "libx.so" (which is of -devel type) when the library
"x" is called and this would make pyglet fail in certain cases. For instance,
when pyglet requests the GL library, it may try to load libGL.so from
mesa-libGL-devel, which is not desired.

I will submit this upstream asap.

Now I have two questions:
1- Should I make pyglet require avbin as it will increase its functionality big
time?
2- How shall we handle the libGL dependencies? Is it OK not to put any libGL
deps at all?


-- 
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the rpmfusion-developers mailing list