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

(-)stormbaancoureur/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	stormbaancoureur
8
PORTNAME=	stormbaancoureur
9
PORTVERSION=	2.1.2
9
PORTVERSION=	2.1.3
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://bram.creative4vision.nl/sturmbahnfahrer/download/ \
11
MASTER_SITES=	http://bram.creative4vision.nl/sturmbahnfahrer/download/ \
12
		http://www.amdmi3.ru/distfiles/
12
		http://www.amdmi3.ru/distfiles/
Lines 15-22 Link Here
15
COMMENT=	Simulated obstacle course for automobiles
15
COMMENT=	Simulated obstacle course for automobiles
16
16
17
LIB_DEPENDS=	glut.4:${PORTSDIR}/graphics/libglut
17
LIB_DEPENDS=	glut.4:${PORTSDIR}/graphics/libglut
18
BUILD_DEPENDS=	${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
18
BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
19
		${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode
19
		${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
20
20
21
USE_GL=		yes
21
USE_GL=		yes
22
22
(-)stormbaancoureur/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (stormbaancoureur-2.1.2.tar.gz) = 58293d0538be83e237589a32c43b7a37
1
MD5 (stormbaancoureur-2.1.3.tar.gz) = 5475c64d85d0921f446cf9fbb3b73c35
2
SHA256 (stormbaancoureur-2.1.2.tar.gz) = 98e5ed4a0f96cd0a75d9306b07b91de481544be0ad409fcdfb68bcf254651531
2
SHA256 (stormbaancoureur-2.1.3.tar.gz) = 55e6f47fd41387eb8f7b8ef66c1c6783ba7d9bf849dabbd94f9d7a93465e6376
3
SIZE (stormbaancoureur-2.1.2.tar.gz) = 4018466
3
SIZE (stormbaancoureur-2.1.3.tar.gz) = 4015265
(-)stormbaancoureur/files/patch-src-common-soundenginealsa.cxx (-4 / +4 lines)
Lines 1-5 Link Here
1
--- src-common/soundenginealsa.cxx.orig	2008-01-06 23:27:11.000000000 +0300
1
--- src-common/soundenginealsa.cxx.orig	2008-03-22 21:45:22.000000000 +0300
2
+++ src-common/soundenginealsa.cxx	2008-02-09 00:54:41.000000000 +0300
2
+++ src-common/soundenginealsa.cxx	2008-03-30 17:58:09.000000000 +0400
3
@@ -38,219 +38,46 @@
3
@@ -38,219 +38,46 @@
4
   complexfeed(0),
4
   complexfeed(0),
5
   enginefeed(0),
5
   enginefeed(0),
Lines 186-194 Link Here
186
-
186
-
187
-  float fractiondone = activefeed->FractionDone(delay);
187
-  float fractiondone = activefeed->FractionDone(delay);
188
-
188
-
189
-  if (delay < framelag)
189
-  if (delay < (int) buffersz)
190
-  {
190
-  {
191
-    int todo = framelag - delay;
191
-    int todo = buffersz - delay;
192
-#if 0
192
-#if 0
193
-    int cnt  = (todo + periodsz-1) / periodsz; // Use this with pulse audio (fedora)
193
-    int cnt  = (todo + periodsz-1) / periodsz; // Use this with pulse audio (fedora)
194
-#else
194
-#else

Return to bug 122265