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.3.ebuild
Date: Mon, 30 Jun 2008 21:56:50
Message-Id: E1KDRMa-0002UP-Ix@stork.gentoo.org
1 eva 08/06/30 21:56:44
2
3 Modified: ChangeLog
4 Added: cheese-2.22.3.ebuild
5 Log:
6 bump to 2.22.3. Get the proper thumbnail for previous photos, more translations.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.4 media-video/cheese/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 31 May 2008 12:04:29 -0000 1.3
23 +++ ChangeLog 30 Jun 2008 21:56:44 -0000 1.4
24 @@ -1,6 +1,12 @@
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.3 2008/05/31 12:04:29 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.4 2008/06/30 21:56:44 eva Exp $
29 +
30 +*cheese-2.22.3 (30 Jun 2008)
31 +
32 + 30 Jun 2008; Gilles Dartiguelongue <eva@g.o> +cheese-2.22.3.ebuild:
33 + bump to 2.22.3. Get the proper thumbnail for previous photos, more
34 + translations.
35
36 *cheese-2.22.2 (31 May 2008)
37
38
39
40
41 1.1 media-video/cheese/cheese-2.22.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/cheese-2.22.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/cheese-2.22.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cheese-2.22.3.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/cheese/cheese-2.22.3.ebuild,v 1.1 2008/06/30 21:56:44 eva Exp $
51
52 GCONF_DEBUG="no"
53
54 inherit gnome2 eutils
55
56 DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
57 HOMEPAGE="http://www.gnome.org/projects/cheese/"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="v4l"
63
64 RDEPEND=">=dev-libs/dbus-glib-0.7
65 >=dev-libs/glib-2.15.5
66 >=gnome-base/gconf-2.16.0
67 >=gnome-base/gnome-vfs-2.18
68 >=gnome-base/libgnomeui-2.14.0
69 >=gnome-base/librsvg-2.18.0
70 >=gnome-extra/evolution-data-server-1.12
71 >=media-libs/gstreamer-0.10.15
72 >=media-libs/gst-plugins-base-0.10.15
73 >=media-plugins/gst-plugins-gconf-0.10
74 >=media-plugins/gst-plugins-ogg-0.10.15
75 >=media-plugins/gst-plugins-pango-0.10.15
76 >=media-plugins/gst-plugins-theora-0.10.15
77 >=media-plugins/gst-plugins-v4l2-0.10
78 >=media-plugins/gst-plugins-vorbis-0.10.15
79 >=sys-apps/dbus-1
80 >=sys-apps/hal-0.5.9
81 >=x11-libs/cairo-1.2.4
82 >=x11-libs/gtk+-2.10
83 x11-libs/libXxf86vm
84 >=x11-libs/pango-1.18.0
85 v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )"
86
87 DEPEND="${RDEPEND}
88 >=dev-util/intltool-0.35
89 dev-util/pkgconfig
90 app-text/gnome-doc-utils
91 x11-proto/xf86vidmodeproto"
92
93 DOCS="AUTHORS ChangeLog NEWS README"
94
95 pkg_setup() {
96 G2CONF="${G2CONF} --disable-scrollkeeper"
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list