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.12.2.ebuild ChangeLog
Date: Fri, 30 May 2014 18:50:31
Message-Id: 20140530185026.8B0362004E@flycatcher.gentoo.org
1 pacho 14/05/30 18:50:26
2
3 Modified: ChangeLog
4 Added: cheese-3.12.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.83 media-video/cheese/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?rev=1.83&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?rev=1.83&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?r1=1.82&r2=1.83
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
20 retrieving revision 1.82
21 retrieving revision 1.83
22 diff -u -r1.82 -r1.83
23 --- ChangeLog 27 Apr 2014 17:37:39 -0000 1.82
24 +++ ChangeLog 30 May 2014 18:50:26 -0000 1.83
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-video/cheese
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.82 2014/04/27 17:37:39 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.83 2014/05/30 18:50:26 pacho Exp $
30 +
31 +*cheese-3.12.2 (30 May 2014)
32 +
33 + 30 May 2014; Pacho Ramos <pacho@g.o> +cheese-3.12.2.ebuild:
34 + Version bump
35
36 *cheese-3.12.1 (27 Apr 2014)
37
38
39
40
41 1.1 media-video/cheese/cheese-3.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-3.12.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-3.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cheese-3.12.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.12.2.ebuild,v 1.1 2014/05/30 18:50:26 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 VALA_MIN_API_VERSION="0.24"
55
56 inherit gnome2 vala virtualx
57
58 DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
59 HOMEPAGE="https://wiki.gnome.org/Apps/Cheese"
60
61 LICENSE="GPL-2+"
62 SLOT="0/7" # subslot = libcheese soname version
63 IUSE="+introspection test"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65
66 # using clutter-gst-2.0.0 results in GLSL errors; bug #478702
67 COMMON_DEPEND="
68 >=dev-libs/glib-2.39.90:2
69 >=x11-libs/gtk+-3.10:3[introspection?]
70 >=x11-libs/cairo-1.10:=
71 >=x11-libs/pango-1.28.0
72 >=gnome-base/gnome-desktop-2.91.6:3=
73 >=gnome-base/librsvg-2.32.0:2
74 >=media-libs/libcanberra-0.26[gtk3]
75 >=media-libs/clutter-1.13.2:1.0[introspection?]
76 >=media-libs/clutter-gtk-0.91.8:1.0
77 >=media-libs/clutter-gst-2.0.6:2.0
78 media-libs/cogl:1.0=[introspection?]
79
80 media-video/gnome-video-effects
81 x11-libs/gdk-pixbuf:2[jpeg,introspection?]
82 x11-libs/libX11
83 x11-libs/libXtst
84
85 media-libs/gstreamer:1.0[introspection?]
86 media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
87
88 >=virtual/udev-171:=[gudev]
89 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
90 "
91 RDEPEND="${COMMON_DEPEND}
92 media-libs/gst-plugins-bad:1.0
93 media-libs/gst-plugins-good:1.0
94
95 media-plugins/gst-plugins-jpeg:1.0
96 media-plugins/gst-plugins-v4l2:1.0
97 media-plugins/gst-plugins-vpx:1.0
98 "
99 DEPEND="${COMMON_DEPEND}
100 $(vala_depend)
101 app-text/docbook-xml-dtd:4.3
102 app-text/yelp-tools
103 dev-libs/libxml2:2
104 >=dev-util/gtk-doc-am-1.14
105 >=dev-util/intltool-0.50
106 virtual/pkgconfig
107 x11-proto/xf86vidmodeproto
108 test? ( dev-libs/glib:2[utils] )
109 "
110
111 src_prepare() {
112 # FIXME: looks like a regression from an underlying library
113 sed -e 's|\(g_test_add_func.*photo_path.*;\)|/*\1*/|' \
114 -e 's|\(g_test_add_func.*video_path.*;\)|/*\1*/|' \
115 -i "${S}"/tests/test-libcheese.c || die
116
117 vala_src_prepare
118 gnome2_src_prepare
119 }
120
121 src_configure() {
122 gnome2_src_configure \
123 GST_INSPECT=$(type -P true) \
124 $(use_enable introspection) \
125 --disable-lcov \
126 --disable-static \
127 ITSTOOL=$(type -P true)
128 }
129
130 src_compile() {
131 # Clutter-related sandbox violations when USE="doc introspection" and
132 # FEATURES="-userpriv" (see bug #385917).
133 unset DISPLAY
134 gnome2_src_compile
135 }
136
137 src_test() {
138 Xemake check
139 }