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: cheese-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:44:47
Message-Id: 20130328174359.D770B2171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:43:59
2
3 Modified: ChangeLog
4 Added: cheese-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.69 media-video/cheese/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?rev=1.69&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?rev=1.69&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?r1=1.68&r2=1.69
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
20 retrieving revision 1.68
21 retrieving revision 1.69
22 diff -u -r1.68 -r1.69
23 --- ChangeLog 2 Feb 2013 22:59:02 -0000 1.68
24 +++ ChangeLog 28 Mar 2013 17:43:59 -0000 1.69
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-video/cheese
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.68 2013/02/02 22:59:02 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.69 2013/03/28 17:43:59 pacho Exp $
30 +
31 +*cheese-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +cheese-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 02 Feb 2013; Agostino Sarubbo <ago@g.o> cheese-3.6.2.ebuild:
37 Add ~arm, wrt bug #449220
38
39
40
41 1.1 media-video/cheese/cheese-3.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-3.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-3.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cheese-3.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-3.8.0.ebuild,v 1.1 2013/03/28 17:43:59 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 VALA_MIN_API_VERSION="0.16"
55
56 inherit eutils gnome2 multilib vala virtualx
57
58 DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
59 HOMEPAGE="http://www.gnome.org/projects/cheese/"
60
61 LICENSE="GPL-2+"
62 SLOT="0/7" # subslot = libcheese soname version
63 IUSE="+introspection sendto test"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65
66 COMMON_DEPEND="
67 >=dev-libs/glib-2.28:2
68 >=x11-libs/gtk+-3.4.4:3[introspection?]
69 >=x11-libs/cairo-1.10:=
70 >=x11-libs/pango-1.28.0
71 >=gnome-base/gnome-desktop-2.91.6:3=
72 >=gnome-base/librsvg-2.32.0:2
73 >=media-libs/libcanberra-0.26[gtk3]
74 >=media-libs/clutter-1.10:1.0[introspection?]
75 >=media-libs/clutter-gtk-0.91.8:1.0
76 >=media-libs/clutter-gst-1.9:2.0
77 media-libs/cogl:1.0=[introspection?]
78
79 media-video/gnome-video-effects
80 x11-libs/gdk-pixbuf:2[jpeg,introspection?]
81 x11-libs/libX11
82 x11-libs/libXtst
83
84 media-libs/gstreamer:1.0[introspection?]
85 media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
86
87 >=virtual/udev-171:=[gudev]
88 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
89 RDEPEND="${COMMON_DEPEND}
90 media-libs/gst-plugins-bad:1.0
91 media-libs/gst-plugins-good:1.0
92
93 media-plugins/gst-plugins-jpeg:1.0
94 media-plugins/gst-plugins-v4l2:1.0
95 media-plugins/gst-plugins-vpx:1.0
96
97 sendto? ( >=gnome-extra/nautilus-sendto-2.91 )"
98 DEPEND="${COMMON_DEPEND}
99 app-text/docbook-xml-dtd:4.3
100 dev-libs/libxml2:2
101 >=dev-util/gtk-doc-1.14
102 >=dev-util/intltool-0.50
103 dev-util/itstool
104 virtual/pkgconfig
105 x11-proto/xf86vidmodeproto
106 test? ( dev-libs/glib:2[utils] )"
107
108 src_configure() {
109 gnome2_src_configure \
110 GST_INSPECT=$(type -P true) \
111 $(use_enable introspection) \
112 --disable-lcov \
113 --disable-static \
114 ITSTOOL=$(type -P true)
115 }
116
117 src_compile() {
118 # Clutter-related sandbox violations when USE="doc introspection" and
119 # FEATURES="-userpriv" (see bug #385917).
120 unset DISPLAY
121 gnome2_src_compile
122 }
123
124 src_test() {
125 Xemake check
126 }