7204f6815e
Changelog: 1.9.1 Support for setuptools-based installs was fixed. 1.9.0 Many fixes and improvements were made. More changes have gone into this release than any other pygame release. Experimental camera webcam, midi, and gfxdraw modules were added. Bugfixes were made for backwards compatibility issues introduced in the pygame 1.8.x series. Old games like solarwolf and libraries like PGU work again. Py3k and Nokia mobile phone S60 are supported. Mac OS X support was improved by dropping the pyobjc dependency, improving the installer, and making sysfont work. pygame.examples and pygame.tests are available as modules. The examples were cleaned up. py2app and py2exe support were improved.
17 lines
743 B
Text
17 lines
743 B
Text
$NetBSD: patch-Setup.in,v 1.1 2013/10/24 12:08:22 ryoon Exp $
|
|
|
|
* Disable video4linux
|
|
|
|
--- Setup.in.orig 2009-07-02 04:41:56.000000000 +0000
|
|
+++ Setup.in
|
|
@@ -34,8 +34,8 @@ _numericsurfarray src/_numericsurfarray.
|
|
_numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG)
|
|
movie src/movie.c $(SDL) $(SMPEG) $(DEBUG)
|
|
scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG)
|
|
-_camera src/_camera.c src/camera_v4l2.c src/camera_v4l.c $(SDL) $(DEBUG)
|
|
-pypm src/pypm.c $(SDL) $(PORTMIDI) $(PORTTIME) $(DEBUG)
|
|
+#_camera src/_camera.c src/camera_v4l2.c src/camera_v4l.c $(SDL) $(DEBUG)
|
|
+#pypm src/pypm.c $(SDL) $(PORTMIDI) $(PORTTIME) $(DEBUG)
|
|
|
|
GFX = src/SDL_gfx/SDL_gfxPrimitives.c
|
|
#GFX = src/SDL_gfx/SDL_gfxBlitFunc.c src/SDL_gfx/SDL_gfxPrimitives.c
|