Package: pygame / 1.9.1release+dfsg-8

Metadata

Package Version Patches format
pygame 1.9.1release+dfsg-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
read_origlibdirs_from_env.patch | (download)

config_unix.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 support specifying origlibdirs for dependencies searching
 In order to improve the limited searching for dependencies in config_unix.py
 This adds support to specify which directories should be searched
 under localbase in the environment variable ORIGLIBDIRS.
 .
 The debian/rules will then ensure that the correct directories are
 searched by doing something like:
   ORIGLIBDIRS=/lib:/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)
 .
Bug-Ubuntu: http://bugs.launchpad.net/bugs/755980
drop_v4l_support.patch | (download)

Setup.in | 2 1 + 1 - 0 !
pygame.egg-info/SOURCES.txt | 3 1 + 2 - 0 !
src/_camera.c | 18 3 + 15 - 0 !
src/camera.h | 7 1 + 6 - 0 !
src/camera_v4l.c | 81 0 + 81 - 0 !
5 files changed, 6 insertions(+), 105 deletions(-)

 patch from martijn schmidt. remove v4l support.
 With modifications by Nirav Patel.  V4L has effectively
 been deprecated from the Linux kernel as of 2.6.38. Support
 in pygame was just a placeholder, and removing it
 will not change any functionality.
set_WM_CLASS.patch | (download)

lib/__init__.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 set wm_class when running in x11
 Export the proper SDL_VIDEO_X11_WMCLASS environment variable every time that
 the pygame module is loaded.
MMX.diff | (download)

Setup.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
setup_ignore_portmidi_on_non_linux.diff | (download)

config_unix.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

---
check_for_v4l2.diff | (download)

Setup.in | 2 1 + 1 - 0 !
config_unix.py | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

---
no_asm_types_h.diff | (download)

src/camera.h | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---