View | Details | Raw Unified | Return to bug 82902
Collapse All | Expand All

(-)pydance/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pydance
8
PORTNAME=	pydance
9
PORTVERSION=	1.0.2
9
PORTVERSION=	1.0.3
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.icculus.org/pyddr/
11
MASTER_SITES=	http://www.icculus.org/pyddr/
12
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz ${SONGS}
12
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz ${SONGS}
(-)pydance/distinfo (-2 / +2 lines)
Lines 1-5 Link Here
1
MD5 (pydance/pydance-1.0.2.tar.gz) = 9192f15042cfbabb5406f2bbd2e236df
1
MD5 (pydance/pydance-1.0.3.tar.gz) = 070ba1b4f1b11bc7d8959941064051e7
2
SIZE (pydance/pydance-1.0.2.tar.gz) = 6315594
2
SIZE (pydance/pydance-1.0.3.tar.gz) = 6531541
3
MD5 (pydance/forkbomb.ogg) = 0ca7527a0b792fe0b597322d69e675d7
3
MD5 (pydance/forkbomb.ogg) = 0ca7527a0b792fe0b597322d69e675d7
4
SIZE (pydance/forkbomb.ogg) = 1418973
4
SIZE (pydance/forkbomb.ogg) = 1418973
5
MD5 (pydance/forkbomb.dance) = e62aab2b2d39adf172a74d229acedb23
5
MD5 (pydance/forkbomb.dance) = e62aab2b2d39adf172a74d229acedb23
(-)pydance/files/patch-ui.py (+18 lines)
Line 0 Link Here
1
--- ui.py.orig	Sat Jul  2 21:14:32 2005
2
+++ ui.py	Sat Jul  2 21:16:27 2005
3
@@ -1,6 +1,6 @@
4
 from pygame.locals import *
5
 from constants import mainconfig
6
-import pad, pygame
7
+import pad, pygame, time
8
 
9
 (PASS, CANCEL, UP, DOWN, LEFT, RIGHT, START, SELECT, CONFIRM,
10
  PGUP, PGDN, FULLSCREEN, SORT, CLEAR) = range(14)
11
@@ -63,6 +63,7 @@
12
       self.add_event(key, pid, event)
13
 
14
   def poll(self):
15
+    time.sleep(0.01)
16
     pid, ev = self.handler.poll()
17
 
18
     nev = self.events.get(abs(ev), PASS)
(-)pydance/pkg-message (-4 lines)
Lines 7-14 Link Here
7
to suit the requirements of a particular site (for example in order
7
to suit the requirements of a particular site (for example in order
8
to add song directories).
8
to add song directories).
9
9
10
For some reason, MP3 playback seems to be broken here or in
11
devel/py-game. Please inform me if you get it working. OggVorbis
12
files however should work fine.
13
14
--------------------------------------------------------------------------
10
--------------------------------------------------------------------------

Return to bug 82902