Summary: | games-arcade/pydza : new ebuild | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | François DORIN <f.dorin> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | Keywords: | EBUILD |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
first ebuild for pydza
A minor modification add a missing license for music files update to 0.2.2 : option bug fixed Creative Common Attribution ShareAlike NonCommercial version 3.0 update the Creative Common license version from 2.5 to 3.0 A more readable license file ebuild for the svn based version of pydza |
Description
François DORIN
2008-08-30 10:53:00 UTC
Created attachment 164115 [details]
first ebuild for pydza
Created attachment 164116 [details]
A minor modification
Seems pretty fragile. The very first thing I did was start it up and go into the settings. Backtraced on the Back option: File "./src/pydza.py", line 37, in <module> if not main_menu.run(): break File "/usr/share/games/pydza/src/main_menu.py", line 154, in run settings.run() File "/usr/share/games/pydza/src/settings.py", line 145, in run menu_items[7][1] = pydzafw.font.render(_(pygame.key.name(config.settings['retry'])), 1, (255, 255, 255)) TypeError: 'pygame.Surface' object does not support item assignment This was with pygame-1.8.1 Seems like it could use some work so I'll mark this later and maybe we'll pick up a later version. Also... the ebuild needs to reflect the license of the music files. (In reply to comment #3) > Seems pretty fragile. The very first thing I did was start it up and go into > the settings. Backtraced on the Back option: Thank for the bug report. Delevoppers were notified of it. > Also... the ebuild needs to reflect the license of the music files. Ok, I will correct it and post a new ebuild. Created attachment 164384 [details]
add a missing license for music files
(In reply to comment #3) > Seems pretty fragile. The very first thing I did was start it up and go into > the settings. Backtraced on the Back option: > > File "./src/pydza.py", line 37, in <module> > if not main_menu.run(): break > File "/usr/share/games/pydza/src/main_menu.py", line 154, in run > settings.run() > File "/usr/share/games/pydza/src/settings.py", line 145, in run > menu_items[7][1] = > pydzafw.font.render(_(pygame.key.name(config.settings['retry'])), 1, (255, 255, > 255)) > TypeError: 'pygame.Surface' object does not support item assignment > The bug was fixed in the svn version. I will modify the ebuild as soon as a new version is released... Created attachment 164404 [details]
update to 0.2.2 : option bug fixed
Created attachment 164413 [details]
Creative Common Attribution ShareAlike NonCommercial version 3.0
The license is unavailable in /usr/portage/licenses. So, there is one ;-)
Created attachment 164414 [details]
update the Creative Common license version from 2.5 to 3.0
Created attachment 164427 [details]
A more readable license file
Hi, I reopen the bug report, since the bug reported by Mr. Bones has been fixed. Created attachment 183065 [details]
ebuild for the svn based version of pydza
|