Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/xine-ui: ChangeLog xine-ui-0.99.5.ebuild
Date: Sun, 13 Jan 2008 00:49:07
Message-Id: E1JDr28-0003HB-GB@stork.gentoo.org
1 aballier 08/01/13 00:49:04
2
3 Modified: ChangeLog xine-ui-0.99.5.ebuild
4 Log:
5 add missing inputproto dep, bug #205548
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.156 media-video/xine-ui/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.156&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.156&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.155&r2=1.156
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
18 retrieving revision 1.155
19 retrieving revision 1.156
20 diff -u -r1.155 -r1.156
21 --- ChangeLog 8 Jan 2008 22:21:05 -0000 1.155
22 +++ ChangeLog 13 Jan 2008 00:49:03 -0000 1.156
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-video/xine-ui
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.155 2008/01/08 22:21:05 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.156 2008/01/13 00:49:03 aballier Exp $
28 +
29 + 13 Jan 2008; Alexis Ballier <aballier@g.o> xine-ui-0.99.5.ebuild:
30 + add missing inputproto dep, bug #205548
31
32 08 Jan 2008; Alexis Ballier <aballier@g.o> xine-ui-0.99.5.ebuild:
33 fix automagic on libcaca, thanks to Michael Donaghy
34
35
36
37 1.11 media-video/xine-ui/xine-ui-0.99.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild?rev=1.11&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild?rev=1.11&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild?r1=1.10&r2=1.11
42
43 Index: xine-ui-0.99.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild,v
46 retrieving revision 1.10
47 retrieving revision 1.11
48 diff -u -r1.10 -r1.11
49 --- xine-ui-0.99.5.ebuild 8 Jan 2008 22:21:05 -0000 1.10
50 +++ xine-ui-0.99.5.ebuild 13 Jan 2008 00:49:03 -0000 1.11
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild,v 1.10 2008/01/08 22:21:05 aballier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5.ebuild,v 1.11 2008/01/13 00:49:03 aballier Exp $
56
57 # WANT_AUTOCONF=latest
58 # WANT_AUTOMAKE=latest
59 @@ -39,6 +39,7 @@
60 nls? ( sys-devel/gettext )
61 X? ( x11-libs/libXt
62 x11-proto/xf86vidmodeproto
63 + x11-proto/inputproto
64 xinerama? ( x11-proto/xineramaproto ) )
65 dev-util/pkgconfig"
66
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list