Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vmaid: ChangeLog vmaid-2.1.7.ebuild
Date: Sun, 24 Feb 2008 16:07:52
Message-Id: E1JTJOG-0005hf-G4@stork.gentoo.org
1 matsuu 08/02/24 16:07:48
2
3 Modified: ChangeLog
4 Added: vmaid-2.1.7.ebuild
5 Log:
6 Version bumped, bug #202062.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.7 media-video/vmaid/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vmaid/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vmaid/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vmaid/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 29 May 2007 10:43:01 -0000 1.6
23 +++ ChangeLog 24 Feb 2008 16:07:47 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/vmaid
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.6 2007/05/29 10:43:01 matsuu Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.7 2008/02/24 16:07:47 matsuu Exp $
30 +
31 +*vmaid-2.1.7 (24 Feb 2008)
32 +
33 + 24 Feb 2008; MATSUU Takuto <matsuu@g.o> +vmaid-2.1.7.ebuild:
34 + Version bumped, bug #202062.
35
36 *vmaid-2.1.2 (29 May 2007)
37
38
39
40
41 1.1 media-video/vmaid/vmaid-2.1.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vmaid/vmaid-2.1.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vmaid/vmaid-2.1.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vmaid-2.1.7.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.1.7.ebuild,v 1.1 2008/02/24 16:07:47 matsuu Exp $
51
52 DESCRIPTION="Video maid is the AVI file editor"
53 HOMEPAGE="http://vmaid.sourceforge.jp/"
54 SRC_URI="mirror://sourceforge.jp/vmaid/28957/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE="alsa ao mime win32codecs"
60
61 RDEPEND=">=x11-libs/gtk+-2
62 ao? ( media-libs/libao )
63 !ao? ( alsa? ( >=media-libs/alsa-lib-0.9 ) )
64 mime? ( x11-misc/shared-mime-info )
65 win32codecs? ( media-libs/win32codecs )"
66 DEPEND="${RDEPEND}
67 sys-devel/gettext
68 dev-util/pkgconfig
69 app-text/scrollkeeper"
70
71 src_compile() {
72 local myconf
73
74 if use ao ; then
75 myconf="${myconf} --with-ao=yes"
76 elif use alsa ; then
77 myconf="${myconf} --with-alsa=yes"
78 fi
79
80 econf \
81 $(use_enable mime) \
82 $(use_with win32codecs w32) \
83 ${myconf} || die
84 emake || die
85 }
86
87 src_install() {
88 emake DESTDIR="${D}" install || die
89
90 dodoc AUTHORS CONTRIBUTORS ChangeLog NEWS README
91 dohtml -r doc/{en,ja}
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list