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.24.2.ebuild
Date: Sat, 29 Nov 2008 12:04:21
Message-Id: E1L6OYd-0003ZE-Ut@stork.gentoo.org
1 eva 08/11/29 12:04:19
2
3 Modified: ChangeLog
4 Added: cheese-2.24.2.ebuild
5 Log:
6 Bump to 2.24.2. Various small enhancements, fix memory leaks, updated translations.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.8 media-video/cheese/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 20 Oct 2008 21:09:10 -0000 1.7
23 +++ ChangeLog 29 Nov 2008 12:04:19 -0000 1.8
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.7 2008/10/20 21:09:10 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.8 2008/11/29 12:04:19 eva Exp $
29 +
30 +*cheese-2.24.2 (29 Nov 2008)
31 +
32 + 29 Nov 2008; Gilles Dartiguelongue <eva@g.o> +cheese-2.24.2.ebuild:
33 + Bump to 2.24.2. Various small enhancements, fix memory leaks, updated
34 + translations.
35
36 *cheese-2.24.1 (20 Oct 2008)
37
38
39
40
41 1.1 media-video/cheese/cheese-2.24.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/cheese-2.24.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/cheese-2.24.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cheese-2.24.2.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.24.2.ebuild,v 1.1 2008/11/29 12:04:19 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.16.0
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.16
72 >=media-libs/gst-plugins-base-0.10.16
73 >=media-plugins/gst-plugins-gconf-0.10
74 >=media-plugins/gst-plugins-ogg-0.10.16
75 >=media-plugins/gst-plugins-pango-0.10.16
76 >=media-plugins/gst-plugins-theora-0.10.16
77 >=media-plugins/gst-plugins-v4l2-0.10
78 >=media-plugins/gst-plugins-vorbis-0.10.16
79 >=sys-apps/dbus-1
80 >=sys-apps/hal-0.5.9
81 >=x11-libs/cairo-1.4.0
82 >=x11-libs/gtk+-2.12
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.40
88 dev-util/pkgconfig
89 app-text/scrollkeeper
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 --disable-hildon"
97 }