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.28.1.ebuild
Date: Thu, 29 Oct 2009 22:28:18
Message-Id: E1N3dTc-0004eI-Gd@stork.gentoo.org
1 eva 09/10/29 22:28:16
2
3 Modified: ChangeLog
4 Added: cheese-2.28.1.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 media-video/cheese/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 23 Aug 2009 02:01:48 -0000 1.15
23 +++ ChangeLog 29 Oct 2009 22:28:15 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/cheese
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.15 2009/08/23 02:01:48 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.16 2009/10/29 22:28:15 eva Exp $
29 +
30 +*cheese-2.28.1 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> +cheese-2.28.1.ebuild:
33 + New version for GNOME 2.28.
34
35 23 Aug 2009; Gilles Dartiguelongue <eva@g.o> cheese-2.24.3.ebuild,
36 -cheese-2.26.2.ebuild, cheese-2.26.3.ebuild:
37
38
39
40 1.1 media-video/cheese/cheese-2.28.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/cheese-2.28.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cheese/cheese-2.28.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: cheese-2.28.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 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.28.1.ebuild,v 1.1 2009/10/29 22:28:15 eva Exp $
50
51 EAPI="2"
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 COMMON_DEPEND=">=dev-libs/dbus-glib-0.7
65 >=dev-libs/glib-2.16.0
66 >=x11-libs/gtk+-2.18
67 >=x11-libs/cairo-1.4.0
68 >=x11-libs/pango-1.18.0
69 >=sys-apps/dbus-1
70 >=sys-apps/hal-0.5.9
71 >=gnome-base/gconf-2.16.0
72 >=gnome-base/gnome-desktop-2.26
73 >=gnome-base/librsvg-2.18.0
74 >=gnome-extra/evolution-data-server-1.12
75
76 >=media-libs/gstreamer-0.10.16
77 >=media-libs/gst-plugins-base-0.10.16"
78 RDEPEND="${COMMON_DEPEND}
79 >=media-plugins/gst-plugins-gconf-0.10
80 >=media-plugins/gst-plugins-ogg-0.10.16
81 >=media-plugins/gst-plugins-pango-0.10.16
82 >=media-plugins/gst-plugins-theora-0.10.16
83 >=media-plugins/gst-plugins-v4l2-0.10
84 >=media-plugins/gst-plugins-vorbis-0.10.16
85 v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )
86 || ( >=media-plugins/gst-plugins-x-0.10
87 >=media-plugins/gst-plugins-xv-0.10 )"
88 DEPEND="${COMMON_DEPEND}
89 >=dev-util/intltool-0.40
90 dev-util/pkgconfig
91 app-text/scrollkeeper
92 app-text/gnome-doc-utils
93 x11-proto/xf86vidmodeproto
94 app-text/docbook-xml-dtd:4.3"
95
96 DOCS="AUTHORS ChangeLog NEWS README"