Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cheese: ChangeLog cheese-2.32.0.ebuild cheese-2.28.1-r1.ebuild
Date: Fri, 29 Oct 2010 21:33:48
Message-Id: 20101029213344.4691C20051@flycatcher.gentoo.org
1 pacho 10/10/29 21:33:44
2
3 Modified: ChangeLog
4 Added: cheese-2.32.0.ebuild
5 Removed: cheese-2.28.1-r1.ebuild
6 Log:
7 Version bump for Gnome 2.32 and remove old.
8
9 (Portage version: 2.1.9.23/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.37 media-video/cheese/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?rev=1.37&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?rev=1.37&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?r1=1.36&r2=1.37
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
21 retrieving revision 1.36
22 retrieving revision 1.37
23 diff -u -r1.36 -r1.37
24 --- ChangeLog 17 Oct 2010 16:19:49 -0000 1.36
25 +++ ChangeLog 29 Oct 2010 21:33:44 -0000 1.37
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-video/cheese
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.36 2010/10/17 16:19:49 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.37 2010/10/29 21:33:44 pacho Exp $
31 +
32 +*cheese-2.32.0 (29 Oct 2010)
33 +
34 + 29 Oct 2010; Pacho Ramos <pacho@g.o> -cheese-2.28.1-r1.ebuild,
35 + +cheese-2.32.0.ebuild:
36 + Version bump for Gnome 2.32 with bugfixes and translation updates. Also
37 + require gtk+ with jpeg support (bug #338198 by klondike).
38
39 17 Oct 2010; Raúl Porcel <armin76@g.o> cheese-2.30.1.ebuild:
40 alpha/ia64/sparc stable wrt #324077
41
42
43
44 1.1 media-video/cheese/cheese-2.32.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: cheese-2.32.0.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild,v 1.1 2010/10/29 21:33:44 pacho Exp $
54
55 EAPI="3"
56 GCONF_DEBUG="no"
57 PYTHON_DEPEND="2"
58
59 inherit gnome2 python
60
61 DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
62 HOMEPAGE="http://www.gnome.org/projects/cheese/"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 IUSE="doc v4l"
68
69 COMMON_DEPEND=">=dev-libs/dbus-glib-0.7
70 >=dev-libs/glib-2.16:2
71 >=x11-libs/gtk+-2.19.1:2[jpeg]
72 >=x11-libs/cairo-1.4
73 >=x11-libs/pango-1.18
74 >=sys-apps/dbus-1[X]
75 >=sys-fs/udev-145-r1[extras]
76 >=gnome-base/gconf-2.16
77 >=gnome-base/gnome-desktop-2.26
78 >=gnome-base/librsvg-2.18
79 >=media-libs/libcanberra-0.11[gtk]
80
81 >=media-libs/gstreamer-0.10.23
82 >=media-libs/gst-plugins-base-0.10.23"
83 RDEPEND="${COMMON_DEPEND}
84 >=media-plugins/gst-plugins-gconf-0.10
85 >=media-plugins/gst-plugins-ogg-0.10.20
86 >=media-plugins/gst-plugins-pango-0.10.20
87 >=media-plugins/gst-plugins-theora-0.10.20
88 >=media-plugins/gst-plugins-v4l2-0.10
89 >=media-libs/gst-plugins-good-0.10.16
90 >=media-plugins/gst-plugins-vorbis-0.10.20
91 v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )
92 || ( >=media-plugins/gst-plugins-x-0.10
93 >=media-plugins/gst-plugins-xvideo-0.10 )"
94 DEPEND="${COMMON_DEPEND}
95 >=dev-util/intltool-0.40
96 dev-util/pkgconfig
97 app-text/scrollkeeper
98 app-text/gnome-doc-utils
99 x11-proto/xf86vidmodeproto
100 app-text/docbook-xml-dtd:4.3
101 doc? ( >=dev-util/gtk-doc-1.11 )"
102
103 pkg_setup() {
104 G2CONF="${G2CONF} --disable-scrollkeeper --disable-static"
105 DOCS="AUTHORS ChangeLog NEWS README"
106 python_set_active_version 2
107 }
108
109 src_install() {
110 gnome2_src_install
111 find "${ED}" -name "*.la" -delete || die "la files removal failed"
112 }