Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/stepmania: stepmania-3.9.ebuild ChangeLog
Date: Wed, 15 Oct 2008 15:58:15
Message-Id: E1Kq8lF-00064E-Vi@stork.gentoo.org
1 loki_val 08/10/15 15:58:09
2
3 Modified: stepmania-3.9.ebuild ChangeLog
4 Log:
5 Fix for ffmpeg 20081014. Bug 242054.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.16 games-arcade/stepmania/stepmania-3.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild?r1=1.15&r2=1.16
14
15 Index: stepmania-3.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- stepmania-3.9.ebuild 29 Jul 2008 19:01:53 -0000 1.15
22 +++ stepmania-3.9.ebuild 15 Oct 2008 15:58:09 -0000 1.16
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v 1.15 2008/07/29 19:01:53 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v 1.16 2008/10/15 15:58:09 loki_val Exp $
28
29 inherit autotools eutils games
30
31 @@ -51,6 +51,7 @@
32 epatch "${T}"/gentoo.patch
33
34 epatch "${FILESDIR}/${P}-newffmpeg.diff"
35 + epatch "${FILESDIR}/${P}-newerffmpeg.diff" #Bug 242054
36
37 AT_M4DIR="autoconf/m4"
38 eautoreconf
39
40
41
42 1.24 games-arcade/stepmania/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/ChangeLog?rev=1.24&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/ChangeLog?rev=1.24&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/ChangeLog?r1=1.23&r2=1.24
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v
51 retrieving revision 1.23
52 retrieving revision 1.24
53 diff -u -r1.23 -r1.24
54 --- ChangeLog 29 Jul 2008 19:01:53 -0000 1.23
55 +++ ChangeLog 15 Oct 2008 15:58:09 -0000 1.24
56 @@ -1,6 +1,10 @@
57 # ChangeLog for games-arcade/stepmania
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.23 2008/07/29 19:01:53 drac Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.24 2008/10/15 15:58:09 loki_val Exp $
61 +
62 + 15 Oct 2008; Peter Alfredsen <loki_val@g.o>
63 + +files/stepmania-3.9-newerffmpeg.diff, stepmania-3.9.ebuild:
64 + Fix for ffmpeg 20081014. Bug 242054.
65
66 29 Jul 2008; Samuli Suominen <drac@g.o> stepmania-3.9.ebuild:
67 Bump ffmpeg dep. for last change to 0.4.9_p20080326 wrt #232364.