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 media-video/mplayerthumbs: mplayerthumbs-0.5b.ebuild ChangeLog
Date: Sun, 29 Jun 2008 12:05:45
Message-Id: E1KCvf1-0007V5-L3@stork.gentoo.org
1 loki_val 08/06/29 12:05:39
2
3 Modified: mplayerthumbs-0.5b.ebuild ChangeLog
4 Log:
5 Fix for gcc-4.3 wrt bug #225745.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.3 media-video/mplayerthumbs/mplayerthumbs-0.5b.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-0.5b.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-0.5b.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-0.5b.ebuild?r1=1.2&r2=1.3
14
15 Index: mplayerthumbs-0.5b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-0.5b.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mplayerthumbs-0.5b.ebuild 18 Feb 2008 23:17:03 -0000 1.2
22 +++ mplayerthumbs-0.5b.ebuild 29 Jun 2008 12:05:39 -0000 1.3
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/media-video/mplayerthumbs/mplayerthumbs-0.5b.ebuild,v 1.2 2008/02/18 23:17:03 ingmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-0.5b.ebuild,v 1.3 2008/06/29 12:05:39 loki_val Exp $
28
29 inherit kde
30
31 @@ -18,3 +18,5 @@
32 ( || ( media-video/mplayer media-video/mplayer-bin ) )"
33
34 need-kde 3.3
35 +
36 +PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
37
38
39
40 1.4 media-video/mplayerthumbs/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayerthumbs/ChangeLog?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayerthumbs/ChangeLog?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayerthumbs/ChangeLog?r1=1.3&r2=1.4
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/ChangeLog,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- ChangeLog 18 Feb 2008 23:17:03 -0000 1.3
53 +++ ChangeLog 29 Jun 2008 12:05:39 -0000 1.4
54 @@ -1,6 +1,10 @@
55 # ChangeLog for media-video/mplayerthumbs
56 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/ChangeLog,v 1.3 2008/02/18 23:17:03 ingmar Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/ChangeLog,v 1.4 2008/06/29 12:05:39 loki_val Exp $
59 +
60 + 29 Jun 2008; Peter Alfredsen <loki_val@g.o>
61 + +files/mplayerthumbs-0.5b-gcc43.patch, mplayerthumbs-0.5b.ebuild:
62 + Fix for gcc-4.3 wrt bug #225745.
63
64 18 Feb 2008; Ingmar Vanhassel <ingmar@g.o>
65 mplayerthumbs-0.5b.ebuild:
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list