Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280445 - dev-python/pygame-1.9.1 version bump
Summary: dev-python/pygame-1.9.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://www.pygame.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 11:40 UTC by Peter Volkov (RETIRED)
Modified: 2009-09-03 12:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
this ebuild works for me (pygame-1.9.1.ebuild,1.44 KB, text/plain)
2009-08-07 15:49 UTC, Lorenz Quack
Details
removes user interaction if -auto is used (config.patch,1.05 KB, text/plain)
2009-08-07 15:51 UTC, Lorenz Quack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov (RETIRED) gentoo-dev 2009-08-05 11:40:40 UTC
What's new (heaps of things since 1.8.1): http://www.pygame.org/whatsnew.shtml

Summary of changes:
  - many, many fixes and improvements. The largest amount of changes has gone into this release than any other pygame release.
  - bug fixes for backwards compatibility issues introduced in pygame 1.8.x series. old games like solarwolf and libraries like PGU work again.
  - experimental camera webcam module (still in development).
  - experimental midi module based on portmidi and pyportmidi (99% complete).
  - experimental gfxdraw module based on SDL_gfx (including AA circles, textured polygons and other goodness).
  - python3, and python3.1 support mostly completed. Some modules still remain to be completed - but mostly it's working.
  - nokia mobile phone s60 support.
  - improved OSX support (dropped pyobjc dependency, improved installer, sysfont now works on OSX).
  - pygame.examples + pygame.tests included with pygame. This makes testing easier, and also makes learning pygame more fun and easy.
  - cleanup of examples, and addition of new examples.
  - new tools to aid in development of pygame itself, better compilation documentation.
  - py2app, and py2exe support improved.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-07 03:01:07 UTC
dev-python/pygame-1.9.1 was released on 2009-08-06.
Comment 2 Lorenz Quack 2009-08-07 15:49:53 UTC
Created attachment 200502 [details]
this ebuild works for me

I'm by no means an ebuild-expert but this ebuild works for me. 
I based it on the 1.8.1 ebuild
It uses a patch to get rid of the warning about missing optional packages which requires user interaction.
Comment 3 Lorenz Quack 2009-08-07 15:51:11 UTC
Created attachment 200504 [details]
removes user interaction if -auto is used

removes the warning about missing optional packages when configuring with -auto
Comment 4 A.C.Heron 2009-08-13 18:31:01 UTC
The ebuild didn't work for me because of the typo. In the line 31 add “/” between “${FILESDIR}” and “config.patch”.
Comment 5 Patrick Lauer gentoo-dev 2009-09-03 12:27:59 UTC
+  03 Sep 2009; Patrick Lauer <patrick@gentoo.org> +pygame-1.9.1.ebuild,
+  +files/config.patch:
+  Bump to 1.9.1. Small patch by Lorenz Quack. Fixes #280445