Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vmaid: ChangeLog vmaid-2.2.0.ebuild
Date: Tue, 29 Mar 2011 12:45:19
Message-Id: 20110329124509.DCC7F20054@flycatcher.gentoo.org
1 angelos 11/03/29 12:45:09
2
3 Modified: ChangeLog vmaid-2.2.0.ebuild
4 Log:
5 Fix gtk+ slot deps
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 media-video/vmaid/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 19 May 2009 15:01:46 -0000 1.8
23 +++ ChangeLog 29 Mar 2011 12:45:09 -0000 1.9
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-video/vmaid
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.8 2009/05/19 15:01:46 matsuu Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.9 2011/03/29 12:45:09 angelos Exp $
30 +
31 + 29 Mar 2011; Christoph Mende <angelos@g.o> vmaid-2.2.0.ebuild:
32 + Fix gtk+ slot deps
33
34 19 May 2009; MATSUU Takuto <matsuu@g.o> -vmaid-2.0.6.ebuild,
35 -vmaid-2.1.2.ebuild, -vmaid-2.1.7.ebuild, +vmaid-2.2.0.ebuild:
36
37
38
39 1.2 media-video/vmaid/vmaid-2.2.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild?r1=1.1&r2=1.2
44
45 Index: vmaid-2.2.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- vmaid-2.2.0.ebuild 19 May 2009 15:01:46 -0000 1.1
52 +++ vmaid-2.2.0.ebuild 29 Mar 2011 12:45:09 -0000 1.2
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild,v 1.1 2009/05/19 15:01:46 matsuu Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild,v 1.2 2011/03/29 12:45:09 angelos Exp $
59 +
60 +EAPI=1
61
62 DESCRIPTION="Video maid is the AVI file editor"
63 HOMEPAGE="http://vmaid.sourceforge.jp/"
64 @@ -11,7 +13,7 @@
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="alsa ao mime win32codecs"
67
68 -RDEPEND=">=x11-libs/gtk+-2
69 +RDEPEND="x11-libs/gtk+:2
70 ao? ( media-libs/libao )
71 !ao? ( alsa? ( >=media-libs/alsa-lib-0.9 ) )
72 mime? ( x11-misc/shared-mime-info )