Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-gconf: ChangeLog gst-plugins-gconf-0.10.14.ebuild
Date: Mon, 30 Mar 2009 04:50:50
Message-Id: E1Lo9SS-0002qo-RB@stork.gentoo.org
1 tester 09/03/30 04:50:48
2
3 Modified: ChangeLog
4 Added: gst-plugins-gconf-0.10.14.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.41 media-plugins/gst-plugins-gconf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 25 Dec 2008 12:25:27 -0000 1.40
23 +++ ChangeLog 30 Mar 2009 04:50:48 -0000 1.41
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/gst-plugins-gconf
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.40 2008/12/25 12:25:27 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.41 2009/03/30 04:50:48 tester Exp $
30 +
31 +*gst-plugins-gconf-0.10.14 (30 Mar 2009)
32 +
33 + 30 Mar 2009; Olivier CrĂȘte <tester@g.o>
34 + +gst-plugins-gconf-0.10.14.ebuild:
35 + Version bump
36
37 25 Dec 2008; Markus Meier <maekke@g.o>
38 gst-plugins-gconf-0.10.8-r1.ebuild:
39
40
41
42 1.1 media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.14.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.14.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.14.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-gconf-0.10.14.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.14.ebuild,v 1.1 2009/03/30 04:50:48 tester Exp $
52
53 GCONF_DEBUG=no
54
55 inherit gnome2 gst-plugins-good gst-plugins10
56
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
58 IUSE=""
59
60 DEPEND=">=gnome-base/gconf-2
61 >=media-libs/gstreamer-0.10.22
62 >=media-libs/gst-plugins-base-0.10.22"
63
64 GST_PLUGINS_BUILD="gconf gconftool"
65
66 # override eclass
67 src_unpack() {
68 unpack ${A}
69 }
70
71 src_compile() {
72 gst-plugins-good_src_configure \
73 --with-default-audiosink=autoaudiosink \
74 --with-default-visualizer=goom
75
76 gst-plugins10_find_plugin_dir
77 emake || die "compile failure"
78
79 cd "${S}"/gconf
80 emake || die "compile failure"
81 }
82
83 src_install() {
84 gst-plugins10_find_plugin_dir
85 einstall || die
86
87 cd "${S}"/gconf
88 gnome2_src_install || die
89 }