Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cheese: ChangeLog cheese-2.22.2.ebuild
Date: Sat, 31 May 2008 12:04:35
Message-Id: E1K2Poz-00061E-FP@stork.gentoo.org
1 eva 08/05/31 12:04:29
2
3 Modified: ChangeLog
4 Added: cheese-2.22.2.ebuild
5 Log:
6 New version for GNOME-2.22.2. Bug fixes.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.3 media-video/cheese/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 7 Apr 2008 23:18:11 -0000 1.2
23 +++ ChangeLog 31 May 2008 12:04:29 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/cheese
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.2 2008/04/07 23:18:11 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.3 2008/05/31 12:04:29 eva Exp $
29 +
30 +*cheese-2.22.2 (31 May 2008)
31 +
32 + 31 May 2008; Gilles Dartiguelongue <eva@g.o> +cheese-2.22.2.ebuild:
33 + New version for GNOME-2.22.2. Bug fixes.
34
35 *cheese-2.22.1 (07 Apr 2008)
36
37
38
39
40 1.1 media-video/cheese/cheese-2.22.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/cheese-2.22.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/cheese-2.22.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: cheese-2.22.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.22.2.ebuild,v 1.1 2008/05/31 12:04:29 eva Exp $
50
51 GCONF_DEBUG="no"
52
53 inherit gnome2 eutils
54
55 DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
56 HOMEPAGE="http://www.gnome.org/projects/cheese/"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="v4l"
62
63 RDEPEND=">=dev-libs/dbus-glib-0.7
64 >=dev-libs/glib-2.15.5
65 >=gnome-base/gconf-2.16.0
66 >=gnome-base/gnome-vfs-2.18
67 >=gnome-base/libgnomeui-2.14.0
68 >=gnome-base/librsvg-2.18.0
69 >=gnome-extra/evolution-data-server-1.12
70 >=media-libs/gstreamer-0.10.15
71 >=media-libs/gst-plugins-base-0.10.15
72 >=media-plugins/gst-plugins-gconf-0.10
73 >=media-plugins/gst-plugins-ogg-0.10.15
74 >=media-plugins/gst-plugins-pango-0.10.15
75 >=media-plugins/gst-plugins-theora-0.10.15
76 >=media-plugins/gst-plugins-v4l2-0.10
77 >=media-plugins/gst-plugins-vorbis-0.10.15
78 >=sys-apps/dbus-1
79 >=sys-apps/hal-0.5.9
80 >=x11-libs/cairo-1.2.4
81 >=x11-libs/gtk+-2.10
82 x11-libs/libXxf86vm
83 >=x11-libs/pango-1.18.0
84 v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )"
85
86 DEPEND="${RDEPEND}
87 >=dev-util/intltool-0.35
88 dev-util/pkgconfig
89 app-text/gnome-doc-utils
90 x11-proto/xf86vidmodeproto"
91
92 DOCS="AUTHORS ChangeLog NEWS README"
93
94 pkg_setup() {
95 G2CONF="${G2CONF} --disable-scrollkeeper"
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list