Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/clutter-gst: ChangeLog clutter-gst-1.6.0.ebuild clutter-gst-1.5.4.ebuild
Date: Tue, 03 Jul 2012 07:30:59
Message-Id: 20120703073049.8965B2004B@flycatcher.gentoo.org
1 tetromino 12/07/03 07:30:49
2
3 Modified: ChangeLog
4 Added: clutter-gst-1.6.0.ebuild
5 Removed: clutter-gst-1.5.4.ebuild
6 Log:
7 Version bump, drop old.
8
9 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.28 media-libs/clutter-gst/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?rev=1.28&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?rev=1.28&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?r1=1.27&r2=1.28
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v
21 retrieving revision 1.27
22 retrieving revision 1.28
23 diff -u -r1.27 -r1.28
24 --- ChangeLog 26 May 2012 08:40:53 -0000 1.27
25 +++ ChangeLog 3 Jul 2012 07:30:49 -0000 1.28
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-libs/clutter-gst
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.27 2012/05/26 08:40:53 tetromino Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.28 2012/07/03 07:30:49 tetromino Exp $
31 +
32 +*clutter-gst-1.6.0 (03 Jul 2012)
33 +
34 + 03 Jul 2012; Alexandre Rostovtsev <tetromino@g.o>
35 + -clutter-gst-1.5.4.ebuild, +clutter-gst-1.6.0.ebuild:
36 + Version bump, drop old.
37
38 *clutter-gst-1.5.6 (26 May 2012)
39
40
41
42
43 1.1 media-libs/clutter-gst/clutter-gst-1.6.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.6.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.6.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: clutter-gst-1.6.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.6.0.ebuild,v 1.1 2012/07/03 07:30:49 tetromino Exp $
53
54 EAPI="4"
55 GCONF_DEBUG="yes"
56 CLUTTER_LA_PUNT="yes"
57
58 # inherit clutter after gnome2 so that defaults aren't overriden
59 # inherit gnome.org in the end so we use gnome mirrors and get the xz tarball
60 # no PYTHON_DEPEND, python2 is just a build-time dependency
61 inherit python gnome2 clutter gnome.org
62
63 DESCRIPTION="GStreamer Integration library for Clutter"
64
65 SLOT="1.0"
66 KEYWORDS="~alpha ~amd64 ~x86"
67 IUSE="doc examples +introspection"
68
69 # FIXME: Support for gstreamer-basevideo-0.10 (HW decoder support) is automagic
70 RDEPEND="
71 >=dev-libs/glib-2.20:2
72 >=media-libs/clutter-1.6.0:1.0[introspection?]
73 >=media-libs/cogl-1.8:1.0[introspection?]
74 >=media-libs/gstreamer-0.10.26:0.10[introspection?]
75 >=media-libs/gst-plugins-bad-0.10.22
76 media-libs/gst-plugins-base:0.10[introspection?]
77 introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
78 DEPEND="${RDEPEND}
79 =dev-lang/python-2*
80 virtual/pkgconfig
81 doc? ( >=dev-util/gtk-doc-1.8 )"
82 # eautoreconf does *not* need gtk-doc-am, see build/autotools/ directory
83
84 pkg_setup() {
85 DOCS="AUTHORS NEWS README"
86 EXAMPLES="examples/{*.c,*.png,README}"
87 G2CONF="${G2CONF}
88 --disable-maintainer-flags
89 $(use_enable introspection)"
90
91 python_set_active_version 2
92 python_pkg_setup
93 }
94
95 src_prepare() {
96 # bug #401383, https://bugzilla.gnome.org/show_bug.cgi?id=669054
97 # FIXME: is this still needed? I don't think so, but not sure. ~nirbheek
98 #eautoreconf
99
100 gnome2_src_prepare
101 }
102
103 src_compile() {
104 # Clutter tries to access dri without userpriv, upstream bug #661873
105 # Massive failure of a hack, see bug 360219, bug 360073, bug 363917
106 DISPLAY="999invalid" emake
107 }